Hallo!
Ich habe mit meinem Debian Etch System folgendes Problem:
Die DSL-Verbindung startet nicht mehr automatisch beim Booten.
Erst ein erneutes pppoeconf bringt Verbindung.
Nach einem Neustart ist DSL wieder down.
Ich nehme an, es liegt an /etc/network/interfaces
Mein LAN liegt an eth0 und das Modem an eth1.
Kann mir jemand sagen, wo der Fehler liegt?
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
# gateway 192.168.0.1
broadcast 192.168.0.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search inyourface.net
iface ppp0 inet ppp
provider dsl-provider eth1
auto eth1
iface eth1 inet manual
Kein DSL beim Booten
Ich glaub, ich hab's!
Vielleicht ist es auch nur Zufall.
Mal sehen, wie es sich weiter verhält.
Folgendes in interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
# gateway 192.168.0.1
broadcast 192.168.0.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search inyourface.net
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
pre-up /sbin/ifconfig eth1 up
Vielleicht ist es auch nur Zufall.
Mal sehen, wie es sich weiter verhält.
Folgendes in interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
# gateway 192.168.0.1
broadcast 192.168.0.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search inyourface.net
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
pre-up /sbin/ifconfig eth1 up