Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. pi@raspberrypi ~ $
  2. pi@raspberrypi ~ $
  3. pi@raspberrypi ~ $
  4. pi@raspberrypi ~ $ ping -c 5 192.168.1.1
  5. PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
  6. 64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=0.647 ms
  7. 64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=0.562 ms
  8. 64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=0.523 ms
  9. 64 bytes from 192.168.1.1: icmp_req=4 ttl=64 time=0.538 ms
  10. 64 bytes from 192.168.1.1: icmp_req=5 ttl=64 time=0.487 ms
  11.  
  12. --- 192.168.1.1 ping statistics ---
  13. 5 packets transmitted, 5 received, 0% packet loss, time 3996ms
  14. rtt min/avg/max/mdev = 0.487/0.551/0.647/0.057 ms
  15. pi@raspberrypi ~ $
  16. pi@raspberrypi ~ $ ping -c 5 192.168.1.37
  17. PING 192.168.1.37 (192.168.1.37) 56(84) bytes of data.
  18.  
  19. --- 192.168.1.37 ping statistics ---
  20. 5 packets transmitted, 0 received, 100% packet loss, time 4004ms
  21.  
  22. pi@raspberrypi ~ $
  23. pi@raspberrypi ~ $ ping -c 5 192.168.1.39
  24. PING 192.168.1.39 (192.168.1.39) 56(84) bytes of data.
  25.  
  26. --- 192.168.1.39 ping statistics ---
  27. 5 packets transmitted, 0 received, 100% packet loss, time 4003ms
  28.  
  29. pi@raspberrypi ~ $
  30. pi@raspberrypi ~ $ ping -c 5 192.168.1.41
  31. PING 192.168.1.41 (192.168.1.41) 56(84) bytes of data.
  32.  
  33. --- 192.168.1.41 ping statistics ---
  34. 5 packets transmitted, 0 received, 100% packet loss, time 3999ms
  35.  
  36. pi@raspberrypi ~ $
  37. pi@raspberrypi ~ $ ping -c 5 192.168.1.38
  38. PING 192.168.1.38 (192.168.1.38) 56(84) bytes of data.
  39. 64 bytes from 192.168.1.38: icmp_req=1 ttl=64 time=0.176 ms
  40. 64 bytes from 192.168.1.38: icmp_req=2 ttl=64 time=0.142 ms
  41. 64 bytes from 192.168.1.38: icmp_req=3 ttl=64 time=0.109 ms
  42. 64 bytes from 192.168.1.38: icmp_req=4 ttl=64 time=0.148 ms
  43. 64 bytes from 192.168.1.38: icmp_req=5 ttl=64 time=0.120 ms
  44.  
  45. --- 192.168.1.38 ping statistics ---
  46. 5 packets transmitted, 5 received, 0% packet loss, time 3998ms
  47. rtt min/avg/max/mdev = 0.109/0.139/0.176/0.023 ms
  48. pi@raspberrypi ~ $
  49. pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement