Howdy, Stranger!

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


CENTOS and IPv6
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.

CENTOS and IPv6

Ok lets get started.

I got a SYS from OVH and IPv6 is playing up.

ping6 ipv6.google.com
PING ipv6.google.com(2a00:1450:400c:c04::8a) 56 data bytes
From 2001:41d0:8:528c::2 icmp_seq=1 Destination unreachable: Address unreachable
^C
--- ipv6.google.com ping statistics ---
4 packets transmitted, 0 received, +1 errors, 100% packet loss, time 3108ms
cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=mspnat
NOZEROCONF=true
GATEWAY=37.59.xx.xx
NETWORKING_IPV6=yes
IPV6_DEFAULTDEV=eth0
 cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=37.59.xx.xx
NETMASK=255.255.255.0
ONBOOT=yes
GATEWAY=37.59.xx.xx
IPV6INIT=yes
IPV6ADDR=2001:41d0:8:xxx::2
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=2001:41d0:8:xxxx::1

Anyone any ideas?

Comments

Sign In or Register to comment.