Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/09daf989d2ae98a2dac0 to your computer and use it in GitHub Desktop.
Save dlangille/09daf989d2ae98a2dac0 to your computer and use it in GitHub Desktop.
FreeBSD 9.3 IPv6 tunnel via TunnelBroker.net
# egrep -i 'ipv6|gif' /etc/rc.conf
cloned_interfaces="tun0 gif0"
ifconfig_gif0="tunnel 96.245.100.201 209.51.161.14 mtu 1480"
ifconfig_gif0_ipv6="inet6 2001:470:1f06:9ea::2 2001:470:1f06:9ea::1 prefixlen 128"
ifconfig_em0_ipv6="inet6 2001:470:1f07:09ea:1::1"
ipv6_defaultrouter="2001:470:1f06:9ea::1"
ipv6_gateway_enable="YES"
rtadvd_enable="YES"
@dlangille
Copy link
Author

You might ask, why was line 8 caught up in this? It had a comment, since removed, referring to IPv6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment