Results 1 to 5 of 5

Thread: How to no connectivity Ubuntu DNS problem [fix]

  1. #1
    Join Date
    Dec 2011
    Beans
    1

    Smile How to no connectivity Ubuntu DNS problem [fix]

    I installed Ubuntu 17.04 and Ubuntu-Mate 17.04 and found i had no INTERNET access. It looked like a problem with DNS.

    Here are some simple solutions to the problem:

    Method 1:

    Open a terminal and copy and paste the following:

    Code:
    sudo gedit /etc/resolvconf/resolv.conf.d/tail
    Add the following:

    Code:
    nameserver 8.8.8.8
    Click Save and Restart your computer.


    Method 2:

    Open a terminal and copy and paste the following:

    Code:
    sudo gedit /etc/systemd/resolved.conf
    Uncomment

    Code:
    #DNS
    and change it to

    Code:
    DNS=8.8.8.8
    Click Save and Restart your computer.


    Method 3:

    With Network-manager Click Edit Connections > Wired Connection > Edit > Ipv4 Settings > Method: Automatic (DHCP) address only > DNS servers add 8.8.8.8 > Click Save

    Restart your Network Connection or restart your computer.

    With this method, if the connection under "Network Connections" is deleted the user will no longer have INTERNET access so i would not recommended it. Choose method 1 or 2 instead.
    Last edited by jonathonp; April 16th, 2017 at 05:50 AM.

  2. #2
    Join Date
    May 2008
    Beans
    405
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: How to no connectivity Ubuntu DNS problem [fix]

    I installed Ubuntu Gnome 17.04 on a spare partition and wired internet did not work.

    Method 2 in your post solved the difficulty.


    Thank you

  3. #3
    Join Date
    Apr 2017
    Beans
    3

    Re: How to no connectivity Ubuntu DNS problem [fix]

    Methode nr 1 SOLVED my problem with DNS on Ubuntu 17.04 ------- Thank You very much

  4. #4
    Join Date
    Jan 2016
    Beans
    12
    Distro
    Ubuntu

    Re: How to no connectivity Ubuntu DNS problem [fix]

    The 2nd method worked for me too. Thanks!

  5. #5
    Join Date
    May 2013
    Beans
    13

    Re: How to no connectivity Ubuntu DNS problem [fix]

    The first method works like a charm. Thanks.
    Can you give a briefly explanation about how it works?

    Kind regards!

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
  •