WebBrowsingSlowIPv6IPv4

Differences between revisions 1 and 2
Revision 1 as of 2005-05-28 21:02:37
Size: 3214
Editor: adsl-213-190-44-43
Comment: imported from the old wiki
Revision 2 as of 2005-07-31 20:55:18
Size: 3221
Editor: S0106000000cc07fc
Comment: add category documentation, cleanup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= WebBrowsingSlow(IVP6/IVP4) =
Line 52: Line 50:

CategoryDocumentation CategoryCleanup

In their wisdom the Ubuntu team (or maybe its Debian team) have enabled the newer IVP6 protocol by default - but a lot of older hardware only supports IVP4 - (like older network cards or DSL or Cable modems, etc.) - It is true that if the software can not use IVP6 it will fall back to using IVP4 (eventually) that is the problem, you are left wondering why it is taking so long to Web-Browse, or what ever.

I have seached the WIKI pages and found no mention about the problem, so here is what I have found works for me. You might like to note that base of this solution was taken out of a Mandrakelinux newsgroup when at v.10.0 (and above) they also enabled IVP6 by default over a year ago. So this problem is not something new. NB: I am writing this step by step for Newbies to be able to follow. It is not intended for experianced Linux Geeks to follow (never the less the answer is here if the Geek skips through the obvious)

MY SOLUTION

From the pull down menu APPLICATIONS -> System Tools -> Root Terminal Give your user password - (this sudo you to be root) - next type in: gedit

From Gedit's pull down menu FILE -> Open - then first Double Click FILESYSTEM then go here -> etc -> modprobe.d -> aliases

Change the line

alias net-pf-10 ipv6

to be

alias net-pf-10 off

From Gedit pull down menu FILE -> SAVE

You can now Close Gedit (and the Terminal if still open)

LASTLY

After doing the above it DID NOT take effect untill I had Shutdown and re-booted my machine (Your experiance may differ) Anyhow after a re-boot there was a very noticable increase in speed for my Web Browsing, in fact every thing seems to happen allmost instantly now - instead of the several seconds delay I had before I did the above (Where Several = between 1 to 10 seconds)

FINALLY

I believe my problem is my = Dlink 504 - 4 port adsl-modem/switch/router/gateway/NATfirewall/etc. that seems not to support IVP6 - BUT from when we found out about this problem with Mdk 10.0 last year, many people found it could also be a Network card - or - Cable modem - or other older hardware. NOTE: 1 year or less old can = old hardware that is non IVP6 compliant. If you are having problems try out doing the above and if it has no effect, you can always change it back again.

FOOTNOTE

In case any Mdk users read this, it is done slightly differently, you (as root) just add the above line (eg: with the off bit) to:- /etc/modprobe.conf

Well this might not have been the correct way to do this in Ubuntu ? (speed up Web Browsing) so if others know a better way feel free to change this any way you feel fit - All I can say is that it seems to have worked for me Smile :-)

Happy days

From FlorisKruisselbrink Wed Apr 20 15:20:27 +0100 2005 From: Floris Kruisselbrink Date: Wed, 20 Apr 2005 15:20:27 +0100 Subject: Reboot not necessary Message-ID: <20050420152027+0100@https://www.ubuntulinux.org>

Instead of the reboot you can also execute 'update-modules'. This will merge all settings in /etc/modprobe.d in /etc/modprobe.conf, the file that is eventually used by the system. The command is run on boot, so that's why a reboot will work also.

CategoryDocumentation CategoryCleanup

WebBrowsingSlowIPv6IPv4 (last edited 2008-08-06 16:15:22 by localhost)