0
Completely disable IPv6 in CentOS6 / RHEL6
in /etc/sysctl.conf : net.ipv6.conf.all.disable_ipv6 = 1 in /etc/sysconfig/network : NETWORKING_IPV6=no in /etc/sysconfig/network-scripts/ifcfg-eth0 : IPV6INIT="no" disable iptables6 – chkconfig --level 345 ip6tables off reboot