CentOS6.X 关闭IPv6的方法:
step1、编辑网卡文件,添加一行 NETWORKING_IPV6=no 并重启网卡
step2、echo -e "net.ipv6.conf.all.disable_ipv6=1" >> /etc/sysctl.conf
step3、chkconfig ip6tables off
CentOS6.X 关闭IPv6的方法:
step1、编辑网卡文件,添加一行 NETWORKING_IPV6=no 并重启网卡
step2、echo -e "net.ipv6.conf.all.disable_ipv6=1" >> /etc/sysctl.conf
step3、chkconfig ip6tables off