mikemck 0 Report post Posted April 26, 2008 the eratta for 2008.1 suggests tha for slow web browsing that it may help todisable ipv6 by the following in etc/modprobe.conf: install ipv6 /bin/true. th question is shouldn't this be false instead of truez??? Mike [moved from Software by spinynorman] Quote Share this post Link to post Share on other sites
ianw1974 11 Report post Posted April 26, 2008 That's a hack way of doing it. Normally it is disabled by editing /etc/modprobe.conf and putting: alias net-pf-10 off alias ipv6 off you can also disable it in /etc/sysconfig/network as well as per interface in /etc/sysconfig/network-scripts/ifcfg-xxxx where xxxx is eth0, wlan0, etc, etc, etc. See more here: http://www.linuxsolutions.org/index.php?op...5&Itemid=26 Quote Share this post Link to post Share on other sites