From owner-freebsd-isp Sun Apr 28 20:51:25 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA17082 for isp-outgoing; Sun, 28 Apr 1996 20:51:25 -0700 (PDT) Received: from gallup.cia-g.com (root@gallup.cia-g.com [206.206.162.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA17077 for ; Sun, 28 Apr 1996 20:51:23 -0700 (PDT) Received: from gallup.cia-g.com (gallup.cia-g.com [206.206.162.10]) by gallup.cia-g.com (8.6.11/8.6.9) with SMTP id VAA11797; Sun, 28 Apr 1996 21:54:01 -0600 Date: Sun, 28 Apr 1996 21:54:00 -0600 (MDT) From: Stephen Fisher To: John Capo cc: Luiz de Barros , freebsd-isp@freebsd.org Subject: Re: FreeBSD PPP for terminal server. In-Reply-To: <199604290316.XAA16018@irbs.irbs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Apr 1996, John Capo wrote: > Luiz de Barros writes: > > I would like to use my freeBSD system as a ppp server for our dial-in ... > > 2- How to assign Dynamic IP addresses from a range of for example 33 to 49? > > Tricky. I have seen some scripts floating around for this. You > might check the FreeBSD mail archives. I used to have some scripts which would start a pppd with an ip address based on their tty line. It looked the tty line / ip address up in a file with grep and awk. Only a few lines. - Steve