castro的望远镜

open your mind

订阅博客

日历

09月 2008
« Dec    
1234567
891011121314
15161718192021
22232425262728
2930  

许可证书

中华人民共和国信息产业部
闽ICP备07502655号


  • Sep
    3

    OpenSUSE11上自带了firefox浏览器,感觉加载网页不是很流畅,甚至有点程序假死,google一下,原来是系统默认开启IPV6协议的解析的缘故。

    又google了一下,发现可以这样解决

    打开终端,进如root用户

    在shell内输入:

    echo “alias net-pf-10 off” >> /etc/modprobe.conf
    echo “alias ipv6 off” >> /etc/modprobe.conf

    restart the computer

    此法是关闭整个系统的IPV6服务。

    No Comments