Manually editing dns addresses

From FreekiWiki
Revision as of 15:06, 22 March 2012 by Cmccarthy (talk | contribs)
Jump to navigation Jump to search

Repairing resolve.conf

In rare cases, the ISP will fail to send the correct DNS addresses to the user or the DNS addresses are not working quickly or correctly, you will need to manually add them in/change them.

To do so, you will need to open /etc/resolv.conf with nano from the terminal using the command.

sudo nano /etc/resolv.conf

In nano, you will need to edit the file to either add or replace the existing nameserver lines. They should look similar to this.

nameserver ***.***.***.***
nameserver ***.***.***.***

In the place of the *s is the DNS ip address.

DNS Servers

You should always include two DNS addresses for safety.

Google Public DNS addresses

  • nameserver 8.8.8.8
  • nameserver 8.8.4.4


OpenDNS

  • nameserver 208.67.222.222
  • nameserver 208.67.220.220