Skip to content

Instantly share code, notes, and snippets.

@zygiss
Last active January 31, 2017 02:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zygiss/0f275382708c2ebd224a to your computer and use it in GitHub Desktop.
Save zygiss/0f275382708c2ebd224a to your computer and use it in GitHub Desktop.
Configuring IPv6 on FreeBSD at Hetzner
ping6 -c 3 ietf.org
PING6(56=40+8+8 bytes) 2001:db8:dead:beef::1 --> 2001:1900:3001:11::2c
16 bytes from 2001:1900:3001:11::2c, icmp_seq=0 hlim=50 time=169.853 ms
16 bytes from 2001:1900:3001:11::2c, icmp_seq=1 hlim=50 time=172.739 ms
16 bytes from 2001:1900:3001:11::2c, icmp_seq=2 hlim=50 time=166.899 ms
--- ietf.org ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 166.899/169.830/172.739/2.384 ms
ifconfig_re0_ipv6="inet6 2001:db8:dead:beef::1/64"
ipv6_defaultrouter="fe80::1%re0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment