Advertisement
Guest User

Untitled

a guest
Sep 9th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. Machine 1:
  2. ernestas@aciety:~$ ping 10.0.0.40
  3. PING 10.0.0.40 (10.0.0.40) 56(84) bytes of data.
  4. From 10.0.0.30 icmp_seq=1 Destination Host Unreachable
  5. From 10.0.0.30 icmp_seq=2 Destination Host Unreachable
  6. From 10.0.0.30 icmp_seq=3 Destination Host Unreachable
  7. From 10.0.0.30 icmp_seq=4 Destination Host Unreachable
  8. From 10.0.0.30 icmp_seq=5 Destination Host Unreachable
  9. From 10.0.0.30 icmp_seq=6 Destination Host Unreachable
  10. ^C
  11. --- 10.0.0.40 ping statistics ---
  12. 9 packets transmitted, 0 received, +6 errors, 100% packet loss, time 8047ms
  13. pipe 3
  14. ernestas@aciety:~$ netstat -nr
  15. Kernel IP routing table
  16. Destination Gateway Genmask Flags MSS Window irtt Iface
  17. 0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
  18. 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  19. 10.0.0.40 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
  20. ernestas@aciety:~$
  21.  
  22. Machine 2:
  23. ernestas@dev:~$ ping 10.0.0.30
  24. PING 10.0.0.30 (10.0.0.30) 56(84) bytes of data.
  25. ^C
  26. --- 10.0.0.30 ping statistics ---
  27. 22 packets transmitted, 0 received, 100% packet loss, time 21169ms
  28.  
  29. ernestas@dev:~$ netstat -nr
  30. Kernel IP routing table
  31. Destination Gateway Genmask Flags MSS Window irtt Iface
  32. 0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
  33. 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  34. 10.0.0.30 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
  35. ernestas@dev:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement