O que acabei fazendo foi semelhante à resposta de Scott, mas teve alguns passos extras.
Crie o arquivo / etc / sysconfig / network-scripts / ifcfg-he-ipv6 com:
DEVICE=he-ipv6
TYPE=sit
BOOTPROTO=none
ONBOOT=yes # set to "no" if you prefer to start the tunnel manually
IPV6INIT=yes
IPV6TUNNELIPV4=216.66.80.26 # Server IPv4 address (this the HE London tunnel server)
IPV6ADDR=2001:xxx:xxxx:xxx::x/64 # Client IPv6 address
Verifique também se o / etc / sysconfig / network contém:
NETWORKING_IPV6=yes
IPV6_DEFAULTDEV=he-ipv6
O túnel aparece rapidamente e sobrevive aos upgrades do F15 e do F16.