Seit Gestern habe ich ein setlsames Problem, das ich nicht reprodozieren kann. Es trat auf, ohne dass ich irgendwas bewusst am System verändert habe.
Zum System:
Debian Etch, Router Fritz Box Fon Wlan 7170, Verbindung via LAN.
Zum Problem:
Bisher habe ich die IP Adresse über dhcp bekommen. Das hat wunderbar geklappt. Bis ich gestern nicht mehr ins Internet gekommen bin. Nach ein wenig ausprobieren habe ich festgestellt, dass die Verbindung manchmal beim booten hergestellt wird, meistens nicht.
Von Hand mit ifup/ifdown herstellen funktioniert auch nur sporadisch.
Mein Laptop funktioniert am selben Kabel einwandfrei über dhcp. Mit Static Einstellung geht auch der Desktop. WLAN über Pocketpc geht auch über dhcp. Daher schliesse ich den Router und das Kabel mal aus.
Meine /etc/network/interfaces schaut so aus:
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet dhcp
Fehlermeldung beim starten der Verbindung (auch beim boot):
Code: Alles auswählen
Debian:/home/benjamin# /etc/init.d/networking start
Configuring network interfaces...Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth1/00:17:31:cb:8a:5b
Sending on LPF/eth1/00:17:31:cb:8a:5b
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
Debian:/home/benjamin#
Code: Alles auswählen
Debian:/home/benjamin# dhclient
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/
Sending on LPF/eth0/
Listening on LPF/eth2/00:17:31:cb:9a:b7
Sending on LPF/eth2/00:17:31:cb:9a:b7
Listening on LPF/eth1/00:17:31:cb:8a:5b
Sending on LPF/eth1/00:17:31:cb:8a:5b
Sending on Socket/fallback
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
Debian:/home/benjamin#
Gruß, Ben