天天看點

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