Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Getting IPv6 to work on CentOS
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Getting IPv6 to work on CentOS

Hello,

I am trying to tunnel my server to IPv6. Without any success. I followed this tutorial:
http://lowendbox.com/blog/ipv6-with-a-hurricane-electric-tunnel/

Configured ifcfg-sit1 like this:
DEVICE=sit1
BOOTPROTO=none
ONBOOT=yes
IPV6INIT=yes
IPV6TUNNELIPV4=216.66.84.46
IPV6TUNNELIPV4LOCAL=94.100.24.139
IPV6ADDR=2001:470:1f14:e44::2/64
IPV6_DEFAULTGW=2001:470:1f14:e44::1

ifdown sit1
ifup sit1

Ping6 ipv6.google.com
[root@bella ~]# ping6 google.com
PING google.com(ea-in-x65.1e100.net) 56 data bytes

Nothing happens. Who can assist me?

Comments

Sign In or Register to comment.