Advertisement
teknoraver

ipv6

Jun 25th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. root@modem:~# ping -c4 mirror3.mirror.garr.it
  2. PING mirror3.mirror.garr.it (193.206.139.34): 56 data bytes
  3. 64 bytes from 193.206.139.34: seq=0 ttl=57 time=34.023 ms
  4. 64 bytes from 193.206.139.34: seq=1 ttl=57 time=31.218 ms
  5. 64 bytes from 193.206.139.34: seq=2 ttl=57 time=31.766 ms
  6. 64 bytes from 193.206.139.34: seq=3 ttl=57 time=32.076 ms
  7.  
  8. --- mirror3.mirror.garr.it ping statistics ---
  9. 4 packets transmitted, 4 packets received, 0% packet loss
  10. round-trip min/avg/max = 31.218/32.270/34.023 ms
  11. root@modem:~# ping6 -c4 mirror3.mirror.garr.it
  12. PING mirror3.mirror.garr.it (2001:760:ffff:b1::34): 56 data bytes
  13. 64 bytes from 2001:760:ffff:b1::34: seq=0 ttl=57 time=39.680 ms
  14. 64 bytes from 2001:760:ffff:b1::34: seq=1 ttl=57 time=40.147 ms
  15. 64 bytes from 2001:760:ffff:b1::34: seq=2 ttl=57 time=39.472 ms
  16. 64 bytes from 2001:760:ffff:b1::34: seq=3 ttl=57 time=39.472 ms
  17.  
  18. --- mirror3.mirror.garr.it ping statistics ---
  19. 4 packets transmitted, 4 packets received, 0% packet loss
  20. round-trip min/avg/max = 39.472/39.692/40.147 ms
  21. root@modem:~# time wget -qO/dev/null http://193.206.139.34/mirrors/ubuntu/pool/main/libr/libreoffice/libreoffice-core_3.5.2-2ubuntu1_i386.deb
  22. real 0m 22.98s
  23. user 0m 0.65s
  24. sys 0m 2.83s
  25. root@modem:~# time wget -qO/dev/null http://2001:760:ffff:b1::34/mirrors/ubuntu/pool/main/libr/libreoffice/libreoffice-core_3.5.2-2ubuntu1_i386.deb
  26. real 0m 26.27s
  27. user 0m 0.80s
  28. sys 0m 4.04s
  29. root@modem:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement