Fedora14中IPV6的关闭

关闭IPv6 可以加快DNS 解析速度,对上网有一定的加速效果。
方法:
打开终端,运行以下三条命令:

#echo –e “install ipv6 /bin/true\nblacklist ipv6” > /etc/modprobe.d/blacklist–ipv6.conf
#
service ip6tables stop
#
chkconfig ip6tables off

提醒:
这个方法适用于Fedora 、CentOS 、Redhat 和它们的衍生版,不适用于其他的Linux发行版。

Fedora14及Redhat6中都没有/etc/modprobe.conf文件。

posted on 2011-11-08 20:44  fergus.y.m  阅读(200)  评论(0)    收藏  举报