Comcast IPv6 and Fedora Linux
Apr. 11th, 2014 04:44 pm![[identity profile]](https://www.dreamwidth.org/img/silk/identity/openid.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
There doesn't seem to be much documentation out there, so I figured I'd repeat this here for anyone who needs to know it. To get IPv6 connectivity from Comcast if your computer is running Fedora Linux and you are using ifcfg=* files, the needed changes are:
In /etc/sysconfig/network:
NETWORKING_IPV6=yes
In /etc/sysconfig/network-scripts/ifcfg-em1:
IPV6INIT=yes
IPV6_AUTOCONF=yes
DHCPV6C=yes
Comcast uses "stateful DHCPv6" for handing out IPv6 addresses and address prefixes. All of this assumes that your computer is directly connected to the cable modem, rather than through a router box that takes care of IPv6 itself.
In /etc/sysconfig/network:
NETWORKING_IPV6=yes
In /etc/sysconfig/network-scripts/ifcfg-em1:
IPV6INIT=yes
IPV6_AUTOCONF=yes
DHCPV6C=yes
Comcast uses "stateful DHCPv6" for handing out IPv6 addresses and address prefixes. All of this assumes that your computer is directly connected to the cable modem, rather than through a router box that takes care of IPv6 itself.
no subject
Date: 2014-04-11 10:18 pm (UTC)no subject
Date: 2014-04-14 01:15 pm (UTC)You mean, it's supposed to work on the upcoming release. You won't know if it does work until the release is out.
no subject
Date: 2014-04-15 05:18 am (UTC)While Ubuntu 14.04 is not officially being released until the 17th, it's been in beta since...late March? So
no subject
Date: 2014-04-12 09:59 pm (UTC)http://test-ipv6.com/ is also useful for checking whether IPv6 is working properly.
Context for anyone for whom this post makes no sense: IPv6 is an evolution of the underlying Internet Protocol (IP) which has been almost 20 years in the making and which Comcast is in the process of rolling out nation-wide, and I've heard they reached parts of the Boston area in the past few weeks. Comcast is rolling it out in a "dual-stack" mode meaning people keep their IPv4 addresses as well for now. See http://www.comcast6.net/ for more info.