Results 1 to 6 of 6

Thread: How to disable IPv6 in Ubuntu

  1. #1
    Join Date
    Nov 2009
    Posts
    955

    How to disable IPv6 in Ubuntu

    Hi all,

    I am using Ubuntu in my system. The problem is with IPv6. I started Firefox to browse the internet then no website would open. If i are on a IPv4 network, I have to disable IPv6 on my computer and Firefox browser. Please advice. ??

  2. #2
    Dr. V Guest

    Re: How to disable IPv6 in Ubuntu

    You can disabling IPv6 right away at boot up your system. Using you preferred text editor edit the file /etc/default/grub and seem for a parameter: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”. You have to erase this entire line and change it with: GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”. After this, you have to subject this command in a terminal in order to update you excavate configuration: sudo update-grub. This will disable IPv6.

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Re: How to disable IPv6 in Ubuntu

    You need to disable IPv6 from Firefox Browser. For this , Type in about:config in your address bar of the firefox browser and hit enter. Click the I will be careful I promise button and ensue. In next step, type in network.dns.disableIPv6 in the filter. You will find that only one identical property shows up. Now twice click on the property record to change it’s value to true. Check and reply.

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    How to disable IPv6 in Ubuntu

    You can also disabe IPv6 from Network Manager of Ubunto, You need to goto System > Preferences > Network Connections in your Gnome desktop. Now hit it off on the connection you use and edit it by clicking on the edit button. In the Edit box you can find a tab called IPv6 Settings. All you need to do is just hit on that tab and select the way as Ignore from the drop down. Check it out and reply.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,295

    How to disable IPv6 in Ubuntu

    You can also disable the IPv6 from Ubunto by following command:
    # Edit /etc/default/grub file
    # gksudo gedit /etc/default/grub
    Change
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
    to
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”
    then Save and exit the file. After that update the grub from the command line
    Code:
    sudo update-grub

  6. #6
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to disable IPv6 in Ubuntu

    If you disable IPv6 in Internet connection and DNS speeds , Follow tge steps:

    # You should to edit the aliases file using the following command:
    Code:
    gksudo gedit  /etc/modprobe.d/aliases
    # Find the line: alias net-pf-10 ipv6
    # change to alias net-pf-10 off
    # If the above change is not working you need to change alias net-pf-10 off ipv6
    # Save the file and reboot

Similar Threads

  1. How to disable SSH and ipv6?
    By Kannad in forum Networking & Security
    Replies: 4
    Last Post: 10-01-2011, 07:03 PM
  2. Do you recommend to disable IPv6
    By dogaman in forum Networking & Security
    Replies: 5
    Last Post: 30-12-2010, 09:56 PM
  3. How to disable IPv6 in Windows 7?
    By Level8 in forum Operating Systems
    Replies: 8
    Last Post: 15-03-2010, 01:29 PM
  4. Should we disable IPv6 ?
    By Desparate Dan in forum Windows Server Help
    Replies: 17
    Last Post: 30-06-2009, 07:10 PM
  5. Disable IPv6 on Windows vista
    By raj_cool in forum Networking & Security
    Replies: 4
    Last Post: 12-06-2009, 03:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,001,963.97826 seconds with 17 queries