Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. root@buster:/mnt# ping -6 ya.ru
  2. PING ya.ru(ya.ru (2a02:6b8::2:242)) 56 data bytes
  3. 64 bytes from ya.ru (2a02:6b8::2:242): icmp_seq=1 ttl=48 time=165 ms
  4. 64 bytes from ya.ru (2a02:6b8::2:242): icmp_seq=2 ttl=48 time=165 ms
  5. ^C
  6. --- ya.ru ping statistics ---
  7. 2 packets transmitted, 2 received, 0% packet loss, time 2ms
  8. rtt min/avg/max/mdev = 164.670/165.025/165.380/0.355 ms
  9. root@buster:/mnt# ping -6 google.com
  10. PING google.com(li-in-x65.1e100.net (2a00:1450:4010:c05::65)) 56 data bytes
  11. 64 bytes from li-in-x65.1e100.net (2a00:1450:4010:c05::65): icmp_seq=1 ttl=43 time=146 ms
  12. 64 bytes from li-in-x65.1e100.net (2a00:1450:4010:c05::65): icmp_seq=2 ttl=43 time=146 ms
  13. ^C
  14. --- google.com ping statistics ---
  15. 2 packets transmitted, 2 received, 0% packet loss, time 2ms
  16. rtt min/avg/max/mdev = 145.646/145.681/145.716/0.035 ms
  17. root@buster:/mnt# ping -6 lego.ru
  18. PING lego.ru(2600:9000:2136:8a00:f:9068:c040:93a1 (2600:9000:2136:8a00:f:9068:c040:93a1)) 56 data bytes
  19. 64 bytes from 2600:9000:2136:8a00:f:9068:c040:93a1 (2600:9000:2136:8a00:f:9068:c040:93a1): icmp_seq=1 ttl=48 time=229 ms
  20. 64 bytes from 2600:9000:2136:8a00:f:9068:c040:93a1 (2600:9000:2136:8a00:f:9068:c040:93a1): icmp_seq=2 ttl=48 time=228 ms
  21. ^C
  22. --- lego.ru ping statistics ---
  23. 2 packets transmitted, 2 received, 0% packet loss, time 2ms
  24. rtt min/avg/max/mdev = 228.469/228.573/228.678/0.489 ms
  25. root@buster:/mnt#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement