On Mon, 22 Oct 2001, Karl wrote: > Hi! > I have a Debian Sid with PPPoE, using two network cards. > My problem is, that I have to do a > "route del default" and then start PPPoE every time I want to connect to > the net. Does anyone have an idea what I have to do so that the normal > startup works?
Check /etc/network/interfaces. In your eth0 stanza if you have a gateway line remove it. restart networking (/etc/init.d/networking restart) And you should see that you now don't have a default route. It will stay this way after a reboot. Yours Tony. /* * "The significant problems we face cannot be solved at the * same level of thinking we were at when we created them." * --Albert Einstein */