1. CentOS 6.x
CentOS 6 上是默认 打开了 IPv6,但其实在我们实际使用中很难用到它,所以本篇的内容就是如何关闭 IPv6。
可以看到 inet6,说明还没关闭。
[root@ultraera ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:29:3A:F9:6F
inet addr:172.16.102.161 Bcast:172.16.102.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe3a:f96f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:199 errors:0 dropped:0 overruns:0 frame:0
TX packets:122 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20124 (19.6 KiB) TX bytes:17182 (16.7 KiB)
修改/etc/modprobe.d/dist.conf
[root@ultraera ~]# vi /etc/modprobe.d/dist.conf
# 添加下面两 行内容
alias net-pf-10 off
alias ipv6 off
# 保存退出,并且重新启动系统
# 开机不启动
[root@ultraera ~]# chkconfig ip6tables off
系统重启完成后,检查是否加载 IPv6
[root@ultraera ~]# lsmod | grep v6
补充
- 修改/etc/sysconfig/network,追加
NETWORKING_IPV6=no
- 修改/etc/hosts文件,把ipv6的那句本地主机名解析的也注释掉
#::1 localhost localhost6 localhost6.localdomain6