Jump to content

question on slow web browsing


mikemck
 Share

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...