View Full Version : Disable IPv6 in 10.04
water spirit
May 10th 2010, 03:10 PM
How to disable IPv6 in 10.04 Grub2
Snowhog
May 10th 2010, 03:33 PM
To disable IPv6 system-wide
1. Open a terminal and type the following command (if you don't use Gedit, replace it with your text editor such as Kate, etc).
sudo gedit /etc/default/grub (IF you use Kate or another graphical editor, launch it with kdesudo instead)
2. And search for this:
GRUB_CMDLINE_LINUX
Modify it so it looks like this:
GRUB_CMDLINE_LINUX="ipv6.disable=1"
3. Save and close the file
4. Update GRUB:
sudo update-grub
water spirit
May 11th 2010, 12:58 AM
Thank you
iX
May 11th 2010, 04:30 AM
And how to disable ipv6 for browsing, but keep it for ktorrent (teredo/miredo)? ???
Snowhog
May 11th 2010, 04:38 AM
Firefox:
You can just disable IPv6 in Firefox. Type about:config and search for:
network.dns.disableIPv6
and toggle it to TRUE.
You would not use the Grub method.
iX
May 11th 2010, 04:52 AM
Very good, Thnx.. ;)
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.