Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 1998 14:59:29 +1100 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        Robert Ricci <rricci@theonlynet.com>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Giving users static IP adresses with pppd
Message-ID:  <Pine.BSF.3.91.980107143211.28150f-100000@panda.hilink.com.au>
In-Reply-To: <34B27AF7.FA2CF60F@theonlynet.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, 6 Jan 1998, Robert Ricci wrote:

> We have a terminal server we've built that uses cyclades cards and pppd
> to handle incoming calls. Right now, people dialing in get an IP adress
> based on which modem they happen to connect to. Is there a way to set up
> pppd so that it will give certain users their own IP? For example, I
> would get the IP adress 206.29.203.20 , no matter which modem I connect

Get ftp.hilink.com.au:/pub/FreeBSD/pppkit.tgz and look at ppplogin.sh for 
scripted login style static IPs.

For autoppp getty detection add entries like the following to 
/etc/ppp/pap-secrets

danny	*	""	192.168.1.2
*	*	""

Note that the * * "" entry needs to be last in the file.

Danny



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.980107143211.28150f-100000>