folgendes Problem.... Strato RootServer ist nach neu installiertem Debian im Netzwerk nicht erreichbar (kein Ping)
Netzwerkkarte wird ordentlich geladen:
Code: Select all
May 23 12:21:00 h341598 kernel: via-rhine.c:v1.10-LK1.1.13 Nov-17-2001 Written by Donald Becker
May 23 12:21:00 h341598 kernel: http://www.scyld.com/network/via-rhine.html
May 23 12:21:00 h341598 kernel: eth0: VIA VT6102 Rhine-II at 0xe400, 00:04:61:73:8c:69, IRQ 23.
May 23 12:21:00 h341598 kernel: eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 41e1.
....
....
May 23 12:21:00 h341598 kernel: eth0: Setting full-duplex based on MII #1 link partner capability of 41e1.
Code: Select all
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 81.169.141.206
netmask 255.255.255.0
network 81.169.141.0
broadcast 81.169.141.255
gateway 81.169.141.1
up /sbin/route delete -net 81.169.141.0/24 && /sbin/ifconfig >> /var/log/test && /sbin/route >> /var/log/test
Code: Select all
eth0 Link encap:Ethernet HWaddr 00:04:61:73:8C:69
inet addr:81.169.141.206 Bcast:81.169.141.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:23 Base address:0xe400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 81.169.141.1 0.0.0.0 UG 0 0 0 eth0
Danke - Stefan