[Ubuntu]Disabling IPv6 support

Last update on November 10, 2009 08:10 AM by jak58
Published by netty5

[Ubuntu]Disabling IPv6 support





Intro


Before performing any operation,better check out: Disable IPv6 will speed internet connections

To disable IPv6 support in Ubuntu, edit the file /etc/modprobe.d/blacklist:

gksu gedit /etc/modprobe.d/blacklist


Add at the end of file the line:

blacklist ipv6


Reboot your system.

To make sure that IPv6 is disabled, type in a terminal:

ip a | grep inet6
  • If this command returns nothing, it simply means that IPv6 is disabled.

Ubuntu 9.10

  • For Ubuntu 9.10, IPv6 can be disabled by grub:


gksu gedit /etc/default/grub 
  • Change the line:

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” 
  • to

GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash” 
  • Then update grub:

sudo update-grub
Best answers for « Disabling IPv6 support » in :
[Myth] Disable IPv6 will speed Internet connections Show Disable IPv6 will speed Internet connections Myth Reality Explanation Conclusion Disabling the IPv6 support. Myth Disable IPv6 will speed Internet connections. Reality True, only under certain circumstances. Explanation Internet...
Installing an easy HTTP proxy-cache (polipo) Show Installing an easy HTTP proxy-cache (polipo) Intro Quick Installation Allowing hosts on the LAN to connect Changing the port Use a proxy server parent Using an alternative DNS server Disabling IPv6 More info Intro Installing an...
Enable/disable a device from the command line ShowEnable/disable a device from the command line Install Devcon Display all the devices in the system Enable/disable the device Other devices Here is a trick that allows you to enable / disable a device from the command line in XP....
Disable Ctfmon.exe at startup ShowDisable Ctfmon.exe at startup Disable advanced text services Disable Ctfmon.exe at startup Additional information The ctfmon.exe is a Windows generic process for managing entries alternative text input software such as voice...
Disable / Enable the TouchPad ShowDisable / Enable the TouchPad On laptops, sometimes your TouchPad is disabled for no apparent reason. To reactivate it, first try restarting your PC. If there’s no good change just try: We need the software driver and your mouse are...
Download Support IPX for Vista ShowProtocol IPX/SPX is used for many old games for network play (Red Alert, Command & Conquer, etc…). Unfortunately, Microsoft withdrew IPX/SPX protocol support for Vista (32bit). Nevertheless, it is possible to solve the problem by selecting the pilot...
Download Glary Utilities ShowGlary Utilities is the most powerful and most complete of utilities to fix, ameliorate and support the protection of your system. Glary Utilities allows to clean your system of the undesirable files, as well as the entries of disabled register but...
IPv6 protocol ShowDocument written by Nico VanHaute History of IP protocol The days of IP protocol in its current format (IPv4) are numbered. From the middle of the 1990s the Internet was largely used by universities, high tech industries and the government, but...