LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Linux Answers > Networking
User Name
Password

Notices


By salemeni at 2011-08-03 06:46
The Domain Name System (DNS) is a hierarchical naming system built on a distributed database for computers, services, or any resource connected to the Internet or a private network. Most importantly, it translates domain names meaningful to humans into the numerical identifiers associated with networking equipment for the purpose of locating and addressing these devices worldwide.
An often-used analogy to explain the Domain Name System is that it serves as the "phone book" for the Internet by translating human-friendly computer hostnames into IP addresses. For example, the domain name www.example.com translates to the addresses 192.0.32.10 (IPv4) and 2620:0:2d0:200::10 (IPv6).[from Wikipedia ]
This tutorial explains how to use OpenDNS, a great alternative to DNS servers of ISPs, which offer many advantages for the user.
1- OpenDNS on Linux
Open a terminal as root and run the following commands:
Quote:
cp /etc/resolv.conf /etc/resolv.conf.save
echo "nameserver 208.67.222.222" > /etc/resolv.conf
echo "nameserver 208.67.220.220" >> /etc/resolv.conf
If you have a router that is also a DHCP server on your home network or you are on a corporate network, it will then reconfigure it so that it uses the OpenDNS addresses (Primary DNS: 208.67.222.222 and secondary DNS : 208.67.220.220) and it propagates to all machines located on the network.

More help on configuring OpenDNS is available here:
https://www.opendns.com/start
- To activate or not the correction of typing errors (google.cmo → google.com).

- Create shortcuts based on a single keyword. Once created, users can simply type keywords in the address bar of their browser to get directly to the desired site.



2. Benefits of OpenDNS

In addition to using the DNS service, it is also possible to open an account at OpenDNS, in order to have access to a management console that allows you for example:
- To obtain usage statistics such as number of DNS queries, or clear view of network activity.

- To choose several levels of security: anti-fishing, anti-pornography, or block the illegal networks. It is also possible to block certain areas directly.

Note that when you want to join a domain name that does not exist, you are redirected to an OpenDNS page that serves as a search engine (this is thanks to the ads found on this page OpenDNS earns money).

After several weeks of use, the service seems very reliable (no break) and very secure because they are reacting very quickly to the fault which affected DNS servers lately.

However, contrary to what one can read everywhere, OpenDNS is faster than the DNS of my ISP. Using the dig command lets put this into evidence.

Duration of a DNS query with OpenDNS:
Quote:
# dig a www.tux-planet.fr | grep time
;; Query time: 41 msec
Duration of a DNS query with the DNS of my ISP:
Quote:
# dig a www.tux-planet.fr | grep time
;; Query time: 34 msec
A human user, does not see the difference (7 msec).



by servant74 on Tue, 2011-10-18 12:28
Is there a question here?

by onebuck on Tue, 2011-10-18 21:41
Hi,

Quote:
Originally Posted by servant74 View Post
Is there a question here?
The purpose of this sub-forum is;
Quote:
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.
Please look at the OP's link: openDNS

by catkin on Wed, 2011-10-19 01:14
Quote:
Note that when you want to join a domain name that does not exist, you are redirected to an OpenDNS page that serves as a search engine (this is thanks to the ads found on this page OpenDNS earns money).
Is it a good search engine? Last time I saw it, the content was a list of very vaguely related sites, presumably paid for by the sites. For me this is broken behaviour and I would rather get a 404 in a web browser than useless advertising.
Quote:
However, contrary to what one can read everywhere, OpenDNS is faster than the DNS of my ISP. Using the dig command lets put this into evidence.
OpenDNS servers do respond quickly but generally not as quickly as the best ISP DNS servers. The test shown is only applicable for that ISP so has limited relevance for most readers of the article.

Public DNS server response times can be tested via http://www.willemijns.com/dns.htm.

A script for testing response times of ISP, OpenDNS and Level3 public DNS servers is at http://pastebin.com/U0VBG96q. It has BSNL (Indian ISP) server IP addresses hard-coded so they need to be manually changed to the user's ISP's.


  



All times are GMT -5. The time now is 12:25 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration