Advertisement
Guest User

Juttu

a guest
Dec 12th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. root@Ubuntu-Server:~# ping6 google.fi
  2. PING google.fi(yh-in-x5e.1e100.net) 56 data bytes
  3. 64 bytes from yh-in-x5e.1e100.net: icmp_seq=1 ttl=53 time=158 ms
  4. 64 bytes from yh-in-x5e.1e100.net: icmp_seq=2 ttl=53 time=160 ms
  5. 64 bytes from yh-in-x5e.1e100.net: icmp_seq=3 ttl=53 time=191 ms
  6. 64 bytes from yh-in-x5e.1e100.net: icmp_seq=4 ttl=53 time=161 ms
  7. ^C
  8. --- google.fi ping statistics ---
  9. 5 packets transmitted, 4 received, 20% packet loss, time 4214ms
  10. rtt min/avg/max/mdev = 158.607/167.991/191.172/13.425 ms
  11.  
  12. root@Ubuntu-Server:~# ping 192.168.1.1
  13. PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
  14. 64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=1.64 ms
  15. 64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=0.317 ms
  16. 64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=0.323 ms
  17. 64 bytes from 192.168.1.1: icmp_req=4 ttl=64 time=1.43 ms
  18. 64 bytes from 192.168.1.1: icmp_req=5 ttl=64 time=0.323 ms
  19. 64 bytes from 192.168.1.1: icmp_req=6 ttl=64 time=1.41 ms
  20. ^C
  21. --- 192.168.1.1 ping statistics ---
  22. 6 packets transmitted, 6 received, 0% packet loss, time 5002ms
  23. rtt min/avg/max/mdev = 0.317/0.909/1.645/0.592 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement