WebBrowsingSlowIPv6IPv4

Differences between revisions 4 and 5
Revision 4 as of 2005-09-24 18:59:54
Size: 947
Editor: 82-37-128-102
Comment: Incorrect acronym; was IVP(x), changed to IPv(x)
Revision 5 as of 2005-09-24 19:07:54
Size: 948
Editor: 82-37-128-102
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 2. Find the line {{{ alias net-pf-10 ipv6 }}}  2. Find the line: {{{ alias net-pf-10 ipv6 }}}

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

  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

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.

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