On 10 Feb 2002 10:48:51 -0200 Michel Loos <[EMAIL PROTECTED]> wrote: > is your /etc/network/interfaces correctly configured ? > > there should be > > auto eth0 > iface eth0 inet ppp > provider dsl-provider
I've attached my /etc/network/interfaces. The pppoe package in Debian is the Roaring Penguin PPPoE drivers, and they say that the ethernet interface connected to the DSL modem should be "up, but with no IP address". You can do this by running 'ifconfig eth0 0.0.0.0 up', assuming eth0 is the interface attached to the DSL modem. The configuration I have in /etc/network/interfaces has worked for years, and is technically "right". ie: ppp0 is the interface we care about, not eth0(or whatever is connected to your DSL modem), and it makes sure the underlying interface is in the appropriate state before trying to start the PPPoE drivers. -- .--=====-=-=====-=========----------=====-----------=-=-----=. / David Barclay Harris Aut agere, aut mori. \ \ Clan Barclay Either action, or death. / `-------======-------------=-=-----=-===-=====-------=--=----'
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface # automatically added when upgrading auto lo eth1 iface lo inet loopback iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 up /etc/init.d/bind start auto ppp0 iface ppp0 inet ppp pre-up ifconfig eth0 0.0.0.0 up provider dsl-provider
pgpQQMZfDvt8r.pgp
Description: PGP signature