> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
...

This line here:
> 0.0.0.0         10.0.0.1        0.0.0.0         UG       40 0          0
eth1

is basically saying that the default route is to go to eth1, the 10.0.0.1
card. I'm assuming (anyone know the correct answer here?) that pppd does
not override the default route if it sees that you already have one. The
simplest solution is probably to find your ethernet config setup (what
distro are you using) and remove the default route setting for eth1. You
can do this temporarily till the next reboot by running:
route del -net default gw 10.0.0.1

Andre


Reply via email to