[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PPP and Dynamic IP
On Wed, 5 Jan 2000, French, Alastair wrote:
> I have tried using the following in the options file
>
> 0.0.0.0:0.0.0.0
> noipdefault
> ipcp-accept-local
> ipcp-accept-remote
> when starting pppd I am told that a remote IP is required for demand
> dialing.
It doesnt matter what remote IP you give it since it will just change it
when it gets the new settings from the PPP server when it connects.
Basically you can make up any old IP number. (Try one from the 10.x.x.x
block)
Here are the settings from one of my ppp options files..
demand
idle 60
lock
noauth
defaultroute
user myaccount
remotename myisp
modem 57600 crtscts
connect '/usr/sbin/chat -v -f /etc/ppp/myisp'
To run it just use
pppd :10.9.9.9 /dev/modem
or any other IP.
Regards,
Robert McKay.
Start your own FREE mailing list at
© 2000 Microsoft Corporation. All Rights Reserved