Advertisement
Guest User

Untitled

a guest
Oct 28th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ping 192.168.1.1
  2. PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
  3. From 192.168.1.15 icmp_seq=1 Destination Host Unreachable
  4. From 192.168.1.15 icmp_seq=2 Destination Host Unreachable
  5. From 192.168.1.15 icmp_seq=3 Destination Host Unreachable
  6. From 192.168.1.15 icmp_seq=4 Destination Host Unreachable
  7. From 192.168.1.15 icmp_seq=5 Destination Host Unreachable
  8. From 192.168.1.15 icmp_seq=6 Destination Host Unreachable
  9.  
  10.  
  11.  
  12.  
  13.  
  14. ifconfig -a
  15. eth0 Link encap:Ethernet HWaddr 00:0c:6e:58:85:2c
  16. UP BROADCAST MULTICAST MTU:1500 Metric:1
  17. RX packets:48 errors:0 dropped:0 overruns:0 frame:0
  18. TX packets:82 errors:0 dropped:10 overruns:0 carrier:0
  19. collisions:0 txqueuelen:1000
  20. RX bytes:9900 (9.9 KB) TX bytes:51616 (51.6 KB)
  21.  
  22. eth1 Link encap:Ethernet HWaddr f8:1a:67:01:09:d2
  23. inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0
  24. inet6 addr: fe80::fa1a:67ff:fe01:9d2/64 Scope:Link
  25. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  26. RX packets:90 errors:0 dropped:83 overruns:0 frame:0
  27. TX packets:446 errors:14 dropped:420 overruns:0 carrier:39
  28. collisions:0 txqueuelen:1000
  29. RX bytes:20879 (20.8 KB) TX bytes:70647 (70.6 KB)
  30.  
  31. lo Link encap:Local Loopback
  32. inet addr:127.0.0.1 Mask:255.0.0.0
  33. inet6 addr: ::1/128 Scope:Host
  34. UP LOOPBACK RUNNING MTU:65536 Metric:1
  35. RX packets:416 errors:0 dropped:0 overruns:0 frame:0
  36. TX packets:416 errors:0 dropped:0 overruns:0 carrier:0
  37. collisions:0 txqueuelen:0
  38. RX bytes:31896 (31.8 KB) TX bytes:31896 (31.8 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement