The last line of your output is the issue (beginning with "0.0.0.0"). You evidently already have a default route set, and PPP won't replace it. This existing default route needs to be deleted before the PPP interface comes up.
[EMAIL PROTECTED] tim]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.100.10 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 10.210.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 10.210.0.1 0.0.0.0 UG 0 0 0 eth0 On Wed, 2005-06-22 at 21:18 -0700, Tim Beckendorf wrote: > There is a tab in the Kppp dialog labeled *gateway* > and there the option for *default gateway* is checked > and the option *assign the default route to this > gateway* is also checked. > > --- Paul Nicholas McCubbins <[EMAIL PROTECTED]> > wrote: > -- Paul Nicholas McCubbins, [EMAIL PROTECTED] (currently mobile) _______________________________________________ CWE-LUG mailing list [email protected] http://www.cwelug.org/ http://www.cwelug.org/archives/ http://www.cwelug.org/mailinglist/
