LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   IPv6 - link dead (https://www.linuxquestions.org/questions/linux-newbie-8/ipv6-link-dead-535831/)

samjaynes 03-08-2007 07:36 PM

IPv6 - link dead
 
I am trying to disable IPv6 in ubuntu 6.10 and see several references to http://ubuntuguide.org/#loadwebsitefasterfirefox
but the link is dead. Can anyone explain the instructions for IPv6 and any additional info which would be dervied from the aforementioned site?

camorri 03-09-2007 12:28 PM

If you just want to disable IPv6 in Firefox, bring up Firefox. In the bar where you type URL's, type 'about:config' ( without quotes ). You will get a long list of things that can be configured.

There is a field called 'Filter' Put your cursor there, and type IPv6 and as you type you will see the listed things below change. Once you see the item called network.dns.disableIPv6 single click that line, it will highlight. Right click the mouse pointer over the Value field. You should see a pop up appear. There is an option, Toggle, click it, it will change from false to true. Close firefox, restart it, you now have IPv6 disabled in firefox only.

You may want to try changing these items also.

Code:

network.http.pipelining -> true
network.http.pipelining.maxrequests -> 8
network.http.proxy.pipelining -> true

Same method as above, the maxrequest item is changed with Modify rather than Toggle.

Hope this helps.


All times are GMT -5. The time now is 12:12 AM.