[2917] in linux-net channel archive
Re: How do I get fixed and dynamic ppp
daemon@ATHENA.MIT.EDU (Tim Middelkoop)
Wed May 15 13:29:14 1996
Date: Wed, 15 May 1996 09:42:10 -0400 (EDT)
From: Tim Middelkoop <mtim@lab.housing.fsu.edu>
To: root <root@gallifrey.taranaki.ac.nz>
cc: linux-net@vger.rutgers.edu
In-Reply-To: <199605140602.SAA04956@gallifrey>
simple have a .ppprc for his login. If it does have prioity over the
/options stuff then just mod the source (shouldn't be that hard :-).
mine looks like
-detach
proxyarp
:xxx.xxx.xxx.xxx
netmask 255.255.255.0
tim...
--
Tim Middelkoop O
http://intrism.hcsys.com/~mtim /\,
mtim@freenet.tlh.fl.us \/\
----Try linux today---- /
GE d- s+:- a22 C++ UL++ P++++ L+++ E+> W++ N+ o? K? w--(++)
O M V-- PS+ PE Y+ PGP t 5 X R- tv b++ DI? D+ G e+ h-- r-- y+
On Tue, 14 May 1996, root wrote:
> We run a small internet service here and have provided dialin ppp with an
> assigned ip address based on the tty line one connects to using
> /etc/ppp/options.ttyCxx files to assign the ip address. We now have a
> customer who want to have a fixed ip address but starting up pppd with a
> command line option 204.15.67.123:204.15.67.1 doesn't seem to override
> the equivalent in the options file. Has anyone got a clever solution?
>