标签:centos6.x 关闭ipv6的方法
CentOS6.X 关闭IPv6的方法:
step1、编辑网卡文件,添加一行 NETWORKING_IPV6=no 并重启网卡
step2、echo -e "net.ipv6.conf.all.disable_ipv6=1" >> /etc/sysctl.conf
step3、chkconfig ip6tables off
step4、sysctl -p 或重启服务器。
CentOS6.X 关闭IPv6的方法
原文地址:http://lee90.blog.51cto.com/10414478/1945468