Advertisement
beng

Untitled

Mar 22nd, 2016
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Linux:
  2.  
  3. [root@tjl-vm-linux]─[~] $ ping6 ipv6.google.com
  4. PING ipv6.google.com(sea09s16-in-x0e.1e100.net) 56 data bytes
  5. 64 bytes from sea09s16-in-x0e.1e100.net: icmp_seq=1 ttl=255 time=23.5 ms
  6. 64 bytes from sea09s16-in-x0e.1e100.net: icmp_seq=2 ttl=255 time=22.3 ms
  7. 64 bytes from sea09s16-in-x0e.1e100.net: icmp_seq=3 ttl=255 time=22.3 ms
  8. 64 bytes from sea09s16-in-x0e.1e100.net: icmp_seq=4 ttl=255 time=22.3 ms
  9. ^C
  10. --- ipv6.google.com ping statistics ---
  11. 4 packets transmitted, 4 received, 0% packet loss, time 3006ms
  12. rtt min/avg/max/mdev = 22.305/22.628/23.514/0.533 ms
  13. [root@tjl-vm-linux]─[~] $ curl -I https://ipv6.google.com
  14. curl: (35) Unknown SSL protocol error in connection to ipv6.google.com:443
  15.  
  16. OS X:
  17.  
  18. [tjl@tjl-mbp]─[~] $ ping6 ipv6.google.com
  19. PING6(56=40+8+8 bytes) 2620:10d:c082:1061:ae87:a3ff:fe38:ca06 --> 2607:f8b0:400a:803::200e
  20. 16 bytes from 2607:f8b0:400a:803::200e, icmp_seq=0 hlim=49 time=21.943 ms
  21. 16 bytes from 2607:f8b0:400a:803::200e, icmp_seq=1 hlim=49 time=21.957 ms
  22. 16 bytes from 2607:f8b0:400a:803::200e, icmp_seq=2 hlim=49 time=21.744 ms
  23. ^C
  24. --- ipv6.l.google.com ping6 statistics ---
  25. 3 packets transmitted, 3 packets received, 0.0% packet loss
  26. round-trip min/avg/max/std-dev = 21.744/21.881/21.957/0.097 ms
  27.  
  28. [tjl@tjl-mbp]─[~] $ curl -I https://ipv6.google.com
  29. HTTP/1.1 200 OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement