Skip to content

Instantly share code, notes, and snippets.

@hunterforcode
Forked from briancline/ifcfg-he-ipv6
Created January 18, 2018 02:04
Show Gist options
  • Save hunterforcode/2a6fd279fdf3532cd1d0cafd82b67256 to your computer and use it in GitHub Desktop.
Save hunterforcode/2a6fd279fdf3532cd1d0cafd82b67256 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