这篇文章主要介绍了Linux如何关闭IPV6,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。
1.修改/etc/sysconfig/network 相应网卡,追加: 代码如下
NETWORKING_IPV6=no
登录后复制
2.修改/etc/hosts,把ipv6的那句本地主机名解析的也注释掉: 代码如下
#::1 localhost localhost6 localhost6.localdomain6
登录后复制
3.创建文件/etc/modprobe.d/ipv6off.conf(名字随便起)
注:RHEL6.0之后没有了/etc/modprobe.conf这个文件 代码如下
alias net-pf-10 off options ipv6 disable=1
登录后复制
\4. 重启系统,然后确认: 代码如下
[root@test ~]# lsmod | grep -i ipv6 [root@test ~]# ifconfig | grep -i inet6
登录后复制
如果上述2个命令执行的结果没有任何显示,那么说明ipv6已经被完全禁止了。
其它:
在不加载ipv6模块的方法里,有人会有类似这样的设置方法: 代码如下
alias net-pf-10 off alias ipv6 off options ipv6 disable=1
登录后复制
虽然这样在系统重启后,ipv6的确没被加载,但是因为第二句,在有的版本的系统里,当我们重启网络的时候,会出现错误:FATAL: Module off not found.
RedHat 5.x To disable IPv6 in a virtual machine running RedHat 5.x: 1.Log in as root or superuser. www.111cn.net 2.If the /etc/sysconfig/network file contains the line NETWORKING_IPV6=yes, change the line to: NETWORKING_IPV6=no 3.In the file /etc/modprobe.conf, add this line: options ipv6 disable=1 4.Save the file and reboot the system. After you disable IPv6, you should be able to install and configure VMware Tools successfully.
感谢你能够认真阅读完这篇文章,希望小编分享的“Linux如何关闭IPV6”这篇文章对大家有帮助,同时也希望大家多多支持亿速云,关注亿速云行业资讯频道,更多相关知识等着你来学习!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。