Advertisement
Guest User

Untitled

a guest
Feb 4th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.64 KB | None | 0 0
  1.  beryju@arch  ~  ping google.com
  2. PING google.com (173.194.116.102) 56(84) bytes of data.
  3. 64 bytes from 173.194.116.102: icmp_seq=1 ttl=55 time=35.6 ms
  4. 64 bytes from 173.194.116.102: icmp_seq=2 ttl=55 time=32.8 ms
  5. ping: sendmsg: Network is unreachable
  6. ping: sendmsg: Network is unreachable
  7. 64 bytes from 173.194.116.102: icmp_seq=5 ttl=55 time=31.7 ms
  8. 64 bytes from 173.194.116.102: icmp_seq=6 ttl=55 time=32.1 ms
  9. ping: sendmsg: Network is unreachable
  10. 64 bytes from 173.194.116.102: icmp_seq=8 ttl=55 time=33.2 ms
  11. 64 bytes from 173.194.116.102: icmp_seq=9 ttl=55 time=32.0 ms
  12. 64 bytes from 173.194.116.102: icmp_seq=10 ttl=55 time=33.7 ms
  13. 64 bytes from 173.194.116.102: icmp_seq=11 ttl=55 time=34.7 ms
  14. 64 bytes from 173.194.116.102: icmp_seq=12 ttl=55 time=31.7 ms
  15. ^C
  16. --- google.com ping statistics ---
  17. 12 packets transmitted, 9 received, 25% packet loss, time 11011ms
  18. rtt min/avg/max/mdev = 31.716/33.109/35.672/1.320 ms
  19.  beryju@arch  ~  ping 192.168.1.10
  20. PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
  21. 64 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.133 ms
  22. 64 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.074 ms
  23. ping: sendmsg: Network is unreachable
  24. 64 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.108 ms
  25. ping: sendmsg: Network is unreachable
  26. 64 bytes from 192.168.1.10: icmp_seq=6 ttl=64 time=0.111 ms
  27. 64 bytes from 192.168.1.10: icmp_seq=7 ttl=64 time=0.520 ms
  28. 64 bytes from 192.168.1.10: icmp_seq=8 ttl=64 time=0.092 ms
  29. ping: sendmsg: Network is unreachable
  30. ^C
  31. --- 192.168.1.10 ping statistics ---
  32. 9 packets transmitted, 6 received, 33% packet loss, time 7998ms
  33. rtt min/avg/max/mdev = 0.074/0.173/0.520/0.156 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement