Skip to content

Instantly share code, notes, and snippets.

@mnathani
Last active October 2, 2017 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mnathani/27754bd2eb6cceefcc57 to your computer and use it in GitHub Desktop.
Save mnathani/27754bd2eb6cceefcc57 to your computer and use it in GitHub Desktop.
ARP Networks Routed /48 IPv6 configuration on CentOS 6
contents of /etc/sysconfig/network-scripts/ifcfg-eth0:
4 Public IPv6 addresses configured:
DEVICE="eth0"
BOOTPROTO="static"
BROADCAST="206.162.240.71"
DNS1="8.8.8.8"
GATEWAY="206.162.240.65"
HWADDR="52:54:00:8C:36:36"
IPADDR="206.162.240.70"
NETMASK="255.255.255.248"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
UUID="2662106d-c495-48ec-b020-1e4730939eda"
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR_SECONDARIES="2607:f2f8:af04:3002::53/64 \
2607:f2f8:af04:3001::53/64 \
2607:f2f8:af04:3000::53/64 \
2607:f2f8:af04:3000::1/64"
IPV6ADDR=fe80::2/64
IPV6_DEFAULTGW=fe80::1%eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment