Machine 1:
Code: Select all
eth1 Link encap:Ethernet HWaddr 00:13:46:65:A8:89
inet addr:192.168.0.3 Bcast:192.168.255.255 Mask:255.255.255.0
inet6 addr: fe80::213:46ff:fe65:a889/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:9000 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:4294967295 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1880 (1.8 Kb) TX bytes:4294967024 (4095.9 Mb)
Interrupt:22 Memory:fe5f8000-0
Code: Select all
eth1 Link encap:Ethernet HWaddr 00:13:46:72:42:70
inet addr:192.168.0.2 Bcast:192.168.255.255 Mask:255.255.255.0
inet6 addr: fe80::213:46ff:fe72:4270/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:9000 Metric:1
RX packets:80 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5940 (5.8 Kb) TX bytes:178 (178.0 b)
Interrupt:11 Memory:db000000-0
Code: Select all
# /etc/init.d/net.eth1 restart
* Stopping eth1
* Bringing down eth1
* Shutting down eth1 ... [ ok ]
* Starting eth1
* Bringing up eth1
* 192.168.0.2 [ ok ]
# ping 192.168.0.3
PING 192.168.0.3 (192.168.0.3) 56(84) bytes of data.
64 bytes from 192.168.0.3: icmp_seq=1 ttl=64 time=2587 ms
64 bytes from 192.168.0.3: icmp_seq=2 ttl=64 time=1587 ms
64 bytes from 192.168.0.3: icmp_seq=3 ttl=64 time=587 ms
64 bytes from 192.168.0.3: icmp_seq=4 ttl=64 time=0.077 ms
64 bytes from 192.168.0.3: icmp_seq=5 ttl=64 time=0.074 ms
64 bytes from 192.168.0.3: icmp_seq=6 ttl=64 time=0.068 ms
64 bytes from 192.168.0.3: icmp_seq=7 ttl=64 time=0.073 ms
64 bytes from 192.168.0.3: icmp_seq=8 ttl=64 time=0.072 ms
64 bytes from 192.168.0.3: icmp_seq=9 ttl=64 time=0.080 ms
64 bytes from 192.168.0.3: icmp_seq=10 ttl=64 time=0.073 ms
--- 192.168.0.3 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8999ms
rtt min/avg/max/mdev = 0.068/476.281/2587.410/853.887 ms, pipe 3
# ssh 192.168.0.3
(I hit ctrl-c after a minute or so)
# ping 192.168.0.3
PING 192.168.0.3 (192.168.0.3) 56(84) bytes of data.
From 192.168.0.2 icmp_seq=9 Destination Host Unreachable
From 192.168.0.2 icmp_seq=10 Destination Host Unreachable
From 192.168.0.2 icmp_seq=11 Destination Host Unreachable
From 192.168.0.2 icmp_seq=13 Destination Host Unreachable


