Para deshabilitar ipv6 en CentOS 6 (o similar):
1) Agregue al /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
2) Agregue al /etc/sysconfig/network
NETWORKING_IPV6=no
IPV6INIT=no
3) Agregue al /etc/modprobe.d/blacklist
blacklist net-pf-10
blacklist ipv6
4) Deshabilite iptables para ipv6:
chkconfig ip6tables off
5) Desactive completamente:
echo "install ipv6 /bin/true" > /etc/modprobe.d/ipv6_disabled.conf
6) Reinicie el servidor
0 Comentarios