WebBrowsingSlowIPv6IPv4

Differences between revisions 6 and 7
Revision 6 as of 2005-12-30 23:44:39
Size: 989
Editor: S010600131016cf6f
Comment: add cats
Revision 7 as of 2006-03-26 14:40:54
Size: 1224
Editor: 113
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
'''for ubuntu'''
Line 9: Line 11:
 2. Find the line: {{{ alias net-pf-10 ipv6 }}}
 3. Replace it with: {{{ alias net-pf-10 off }}}
 4. Save the file and restart your computer

'''for kubuntu'''

 1. {{{ kdesu kate /etc/modprobe.d/aliases }}}

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/aliases 

  2. Find the line:  alias net-pf-10 ipv6 

  3. Replace it with:  alias net-pf-10 off 

  4. Save the file and restart your computer

for kubuntu

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

  2. Find the line:  alias net-pf-10 ipv6 

  3. Replace it with:  alias net-pf-10 off 

  4. Save the file and restart your computer

You must reboot for changes to take effect.

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)