Ich habe ein Problem mit meinem openSUSE 11.3-Netzwerk. Ich habe ihm also die IP-Adresse 192.168.137.2 und einen anderen Computer (Windows 7) mit der IP-Adresse 192.168.137.1 zugewiesen.
Unter openSUSE ist das Gateway 192.168.137.1. und das Ping-Ergebnis ist
ping 192.168.137.1
PING 192.168.137.1 (192.168.137.1) 56(84) bytes of data.
64 bytes from 192.168.137.1: icmp_seq=1 ttl=128 time=2.53 ms
64 bytes from 192.168.137.1: icmp_seq=2 ttl=128 time=0.437 ms
^C
--- 192.168.137.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.437/1.487/2.537/1.050 ms
Und das Routing ist:
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.137.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.137.1 0.0.0.0 UG 0 0 0 eth0
aber was ist das Problem,
traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 40 byte packets using UDP
1 * * *
2 * * *
.
.
.
30 * * *
Warum erreicht die Traceroute nicht einmal das Gateway? Oder vielleicht ist dies die Netzwerkregel, die ich irgendwie verpasst habe.
traceroute -I 8.8.8.8
?