Captain's Log, stardate Sat, 18 Dec 2004 17:02:35 +0100, from the fingers of Kim came the words: > Ken Gilmour wrote: >> Hmm maybe your old route needs to be deleted first >> >> route del default >> >> then >> >> route add default gw 10.254.0.1 >> > > Still the same. I looked in the /etc/ppp/peers/dsl-provider and > defaultroute is set - if that has anything to say. > > plog gives: > > Dec 18 17:07:35 coolzone-box pppd[6446]: local IP address > 80.110.21.5 Dec 18 17:07:35 coolzone-box pppd[6446]: remote IP > address 10.254.0.1 Dec 18 17:07:35 coolzone-box pppd[6446]: primary > DNS address 212.99.225.242 > Dec 18 17:07:35 coolzone-box pppd[6446]: secondary DNS address > 212.99.225.243 > > But shouldn't there be something like ppp0 <-> eth1?
Yes you're right, You can set the metric if you have more than one interface route del default gw then route add default gw 10.254.0.1 if eth0 metric 1 Other than that I'm not sure, sorry. I don't use PPPoE but i do know routing in general :-)