Subject: Re: ppp routing problem
To: D. Jay Newman <jay@sprucegrove.com>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 03/28/1999 07:02:27
On Sat, 27 Mar 1999, D. Jay Newman wrote:

> After a connection is made, the results of "ifconfig -a" is :
> 
> de0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         address: 00:00:c0:ad:d0:f2
> 	media: Ethernet autoselect (10baseT)
> 	status: active
> 	inet 10.1.1.1 netmask 0xffffff00 broadcast 10.1.1.255
> lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 32976
> 	inet 127.0.0.1 netmask 0xff000000
> ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1524
> 	inet 10.1.1.1 --> 204.171.100.5 netmask 0xffffffff
             ^^^^^^^^

There's the problem... The "ipcp-accept-local" should have given you a
real ip address here. Maybe a bug in pppd? A more typical use for
"ipcp-accept-local" is to override the ip address given on the command
line, not to override the default host address. What happens if you
use "noipdefault" instead?