Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
lahwran@vps:~$ telnet -6 google.com
Trying 2607:f8b0:400d:c06::65...
GET / HTTP/1.0
telnet: Unable to connect to remote host: Connection timed out
lahwran@vps:~$ GET / HTTP/1.0
-bash: GET: command not found
lahwran@vps:~$ ping6 google.com
PING google.com(atl14s08-in-x04.1e100.net) 56 data bytes
64 bytes from atl14s08-in-x04.1e100.net: icmp_seq=1 ttl=58 time=33.6 ms
64 bytes from atl14s08-in-x04.1e100.net: icmp_seq=2 ttl=58 time=33.7 ms
64 bytes from atl14s08-in-x04.1e100.net: icmp_seq=3 ttl=58 time=33.5 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 33.523/33.653/33.777/0.103 ms
lahwran@vps:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment