万境归空,道法自然
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
运行截图: