Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 服務器技術 >> 關於服務器 >> 如何在CentOS5中關閉ipv6

如何在CentOS5中關閉ipv6

日期:2017/2/8 10:12:43      編輯:關於服務器

我們來說說在CentOS 5中關閉IPv6的方法:

1.修改/etc/modprobe.conf文件,在此文件中加入:
alias net-pf-10 off
alias ipv6 off

2.修改/etc/sysconfig/network文件,修改”NETWORKING_IPV6″一行為:
NETWORKING_IPV6=no

然後重啟Centos系統即可。

還有一種簡單方法:
echo "install ipv6 /bin/true" > /etc/modprobe.d/disable-ipv6

在5.4版本中需要改為以下命令:
echo "options ipv6 disable=1" > /etc/modprobe.d/disable-ipv6

Copyright © Windows教程網 All Rights Reserved