WebBrowsingSlowIPv6IPv4

Differences between revisions 9 and 10
Revision 9 as of 2006-05-01 08:19:49
Size: 1275
Editor: 217
Comment:
Revision 10 as of 2006-05-01 08:20:23
Size: 1279
Editor: 217
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
Line 24: Line 25:

The Ubuntu development team have enabled the newer Internet protocol, IPv6, by default. However, a lot of older hardware — such as NICs and modems — only supports IPv4. This leaves you wondering why Internet applications take so long to work.

The following instructions disable IPv6 support, allowing users with incompatible hardware to get normal connection speeds and DNS resolving.

Disabling IPv6

for ubuntu

  1.  sudo gedit /etc/modprobe.d/bad_list 

  2. Add this line:  alias net-pf-10 off 

  3. Save the file and restart your computer

for kubuntu

  1.  kdesu kate /etc/modprobe.d/bad_list 

  2. Add this line:  alias net-pf-10 off 

  3. Save the file and restart your computer

You must reboot for changes to take effect.

Once you have configured all this try this is a terminal:

 ip a | grep inet6 

If there's no output it means ipv6 is effectively disabled.

Mozilla web browsers

With Mozilla web browsers, enter about:config in the address bar and then type ipv6 in the Filter field. Double-click the only listed item, network.dns.disableIPv6, and then close the browser.

CategoryDocumentation CategoryCleanup

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