Skip to content

Instantly share code, notes, and snippets.

@makefile
Forked from briancline/ifcfg-he-ipv6
Created October 24, 2017 15:01
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 makefile/e7b3b9b3b813800647f8e3d41a0e0b45 to your computer and use it in GitHub Desktop.
Save makefile/e7b3b9b3b813800647f8e3d41a0e0b45 to your computer and use it in GitHub Desktop.
HE.net IPv6 Tunnel Broker - CentOS/RHEL/Fedora NIC config
DEVICE="he-ipv6"
DEVICETYPE=sit
BOOTPROTO=none
ONBOOT=yes
IPV6INIT=yes
IPV6TUNNELIPV4=184.105.253.10
IPV6TUNNELIPV4LOCAL=XXX.XXX.XXX.XXX
IPV6ADDR=2001:470:YYYY:YYYY::2/64
IPV6_DEFAULTGW=2001:470:YYYY:YYYY::1
::/0 dev he-ipv6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment