Skip to content

Instantly share code, notes, and snippets.

@hiphopsmurf
Forked from briancline/ifcfg-he-ipv6
Created December 15, 2018 07:09
Show Gist options
  • Save hiphopsmurf/99513ae45bc1e8330fef0d72ad569350 to your computer and use it in GitHub Desktop.
Save hiphopsmurf/99513ae45bc1e8330fef0d72ad569350 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