CentOS 7下禁用IPV6的方法

RHEL 7 & CentOS 7下禁用IPV6的方法和之前的版本不太一样了,本文整理了一下处理方法:本文原文出处: RHEL 7 & CentOS 7禁用IPV6_centos7 关闭tcp6-CSDN博客 严禁任何形式的转载,否则将委托CSDN官方维护权益!

首先,我们必须给出最根本的解决方法:修改grub,在引导时就不加载IPV6模块

这样修改之后,使用

lsmod | grep ipv6

进行验证!

下面我们再看一种处理方式,它不如上面提到的方式彻底,但也是有效的!

验证IPV6是否关闭

  1. 通过命令:

Check to see if you’re installation is currently set up for IPv6:

cat /proc/sys/net/ipv6/conf/all/disable_ipv6

If the output is 0, IPv6 is enabled.

If the output is 1, IPv6 is already disabled.

需要特别说明的是:在这种方法下,使用# lsmod | grep ipv6依然会有一些相关模块列出。

  1. 通过ifconfig查看网卡信息,以下打开和关闭ipv6的差别:

禁用IPV6的操作步骤
Step 1: add this rule in /etc/sysctl.conf : net.ipv6.conf.all.disable_ipv6=1

Step 2: add this rule in /etc/sysconfig/network: NETWORKING_IPV6=no

Step 3: add this setting for each nic X (X is the corresponding number for each nic) in /etc/sysconfig/network-scripts/ifcfg-ethX: IPV6INIT=no

Step 4: disable the ip6tables service : chkconfig ip6tables off

Step 5: Reload the sysctl configuration:

sysctl -p

or

reboot

注意:禁用IPV6后,可能会导致某些服务无法启动,比如VSFTP,对于VSFTP,需要修改/etc/vsftpd/vsftpd.conf文件中的listen和listen_ipv6两个选项:

listen=YES
listen_ipv6=NO
————————————————

                        本文为博主原创文章,未经博主允许不得转载。

原文链接:https://blog.csdn.net/bluishglc/article/details/41390785

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值