in

Set up OpenDNS on Ubuntu

- - 5 comments
One sure-fire way to speed up your Internet connection is to replace your ISP's slow DNS server with a third party DNS resolver like OpenDNS. Considered by many as one of the best DNS resolution services, OpenDNS is free and is really very easy to set up.

If you want further explanation about OpenDNS or if you are still not convinced to use it, perhaps you should go HERE first.

If you are ready to set up OpenDNS on your Ubuntu desktop, just follow these simple instructions:

1. Right-click on ‘Network Icon’ (located at top-right panel by default) and click on ‘Edit Connections’ to open Network Connections Manager.


2. Choose the type of connection you have. For this example, we will use ‘Wired’.

3. Under ‘Wired’, highlight ‘Auto etho’ and click on ‘Edit’.


4. Inside 'Editing Auto etho' window, click on ‘IPv4 Settings’ tab.

5. Under ‘IPv4 Settings’, change the ‘Method’ to Automatic (DHCP) addresses only.


6. Put these nameserver addresses as your ‘DNS Servers’: 208.67.222.222, 208.67.220.220

7. Click ‘OK’ and you are done setting OpenDNS on Ubuntu.


5 comments

  1. For the more experienced users, the recommended method will be to add the IP addresses to the /etc/resolv.conf file

    ReplyDelete
  2. Everybody should think twice about whom to trust to answer DNS queries. Keep in mind that whoever controls DNS answers, controls which server will actually be contacted by an application. And since every company is required in the end to earn some money, one should carefully think about their business model and what they might be required to do tomorrow to stay in business.

    ReplyDelete
  3. Where is IPv6??

    ReplyDelete
  4. run your own caching DNS with Open Source software. Then you won't be hijacked with every search you make.

    ReplyDelete
  5. It's ok to set your nameservers in /etc/resolv.conf. But you should stop using network-manager or set your IP to static as network-manager will grab the nameserver from DHCP and set the nameserver entry in /etc/resolv.conf overwriting your manual entry.

    Or use a better network management tool, wicd.

    ReplyDelete