centos6.5关闭ipv6

Posted mvpbang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.5关闭ipv6相关的知识,希望对你有一定的参考价值。

  万境归空,道法自然

1、在/etc/modprobe.d/目录下增加一个新的配置文件ipv6.conf

cat << EOF > /etc/modprobe.d/ipv6.conf
alias net-pf-10 off
options ipv6 disable=1
EOF

2、在 /etc/sysconfig/network新增一行内容

NETWORKING_IPV6=off

3、禁止服务ip6tables随系统启动

chkconfig ip6tables off

reboot

4、确认禁用ip是否禁用成功,运行如下命令,无内容输出即可

ip -6 addr showlsmod |grep ipv6

运行截图:

 

以上是关于centos6.5关闭ipv6的主要内容,如果未能解决你的问题,请参考以下文章

生产环境下Centos 6.5优化配置 (装载)

CentOS 6.5上部署drbd

生产服务器环境最小化安装后 Centos 6.5优化配置备忘

UEFI模式,U盘如何安装Centos6.5??

CentOS 6.5系统安装配置图解教程

CentOS 6.5系统安装配置图解教程(详细图文)