Okay, cool bleiben denk ich Knoppix rein, netcardconfig und alle Daten identisch eingegeben. Unter Knoppix alles bestens alles funktioniert. Also woody wieder hochgefahren aber immer noch das selbe. Als Hinweis in der /etc/resolv.conf /etc/network/interfaces , options und steht exakt das selbe. Sogar die Routingtabelle ist identisch, nur rührt sich unter woody eben so gut wie nichts. Auch der XP Rechner hat kein Problem. Und klemmt man den D-Link wieder ran ist alles bestens. Also was nun ?
/etc/resolv.conf
Code: Alles auswählen
nameserver 192.168.0.1
Code: Alles auswählen
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo eth0
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
iface eth0 inet static
address 192.168.0.6
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
Code: Alles auswählen
ip_forward=no
spoofprotect=yes
syncookies=no
Code: Alles auswählen
teddy:~# route
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0