mikemck Posted April 26, 2008 Share 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] Link to comment Share on other sites More sharing options...
ianw1974 Posted April 26, 2008 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now