CentOS6.X 关闭IPv6的方法

前端之家收集整理的这篇文章主要介绍了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 或重启服务器。

原文链接:https://www.f2er.com/centos/376872.html

猜你在找的CentOS相关文章