On Mon, 20 Dec 1999, Dr.Nick P.Kostrov wrote:
|On Mon, 20 Dec 1999, Jeff Cadow wrote:
|
|> Have you tried the "nodefaultip" option with ppp v2.3.10?
:) This is an error in the README.linux file. It should be noipdefault.
|Here are the fragment of my script file:
|------------------------------------------------------
|LOCAL_IP="195.58.18.5"
|REMOTE_IP="195.58.18.6"
|NETMASK=255.255.255.254
|SPEED=38400
|DEVICE=ttyS1
|
|exec /usr/sbin/pppd debug 9 lock modem crtscts /dev/$DEVICE $SPEED \
| escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
| bsdcomp 10,10 asyncmap 20A0000 nodefaultip \
| noipdefault netmask $NETMASK defaultroute ipparam "root"
^^^^^^^^^^^
The original problem is likely due to the fact that you *have* the
noipdefault option. Starting with ppp-2.3.9 this option causes the local
IP address to be ignored in the pppd addresses option, bug or feature I
can't say. The peer seems to expect you to supply your IP address for the
PPP connection, so try removing the noipdefault option.
---
Clifford Kite Not a guru. (tm)
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]