Dynadot โ€” .com Transfer

Fun with DNS: Three Useful Commands

SpaceshipSpaceship
Watch

manatee123

Established Member
Impact
1
Introduction

These days most people manage their hosting using powerful and easy-to-use control panels that automate most tasks. But for some things, it is hard to beat the power of the command-line. These DNS commands are powerful tools, and this article should provide you enough information to get you started or offer a quick refresher if you already use these commands.

The Domain Name System (DNS) is a distributed, hierarchical database where authority flows from the top (or root) of the hierarchy downward. When thinking of the structure of the DNS, imagine an inverted tree. Each branch of the tree is within a zone of authority; however, multiple branches of the tree can be within a single zone.

The software (Bind being the most common) that stores domain name information is called a domain name server. A single name server can be authoritative for multiple zones. All zones have a primary master and a secondary master name server that provides authoritative responses for their zones.

If you query a name server not authoritative for a particular zone, that name server will most likely have up-to-date information. This is because zone information propagates throughout the Internet at regular intervals, and name servers cache zone information for which they are not authoritative.

DNS Commands

There are three crucial commands that can put all the DNS information you need at your fingertips. The way to use this article is to try each of the commands listed on a domain name, so you can see what the output looks like. Learn by doing.

Zone file database records divide DNS information into three primary types: NS (Name Server) records, MX (Mail Exchange) records, and A (Address) records. NS records indicate the name servers. MX records indicate the hosts that handle email delivery; the priority (pri) number indicates the order in which mail servers are used, with the lowest number receiving the highest priority. The A (Address) records map hostnames to IP addresses, the real names of machines.

host

This is the simplest of the DNS commands. It is a quick way to determine the IP address of a hostname:

Code:
 host [url]www.your-domain-name.com[/url]

The -a option will return all of the DNS information in verbose format:

Code:
 host -a [url]www.your-domain-name.com[/url]

Now that you know the IP address for www.your-domain-name.com, try a reverse lookup:

Code:
 host <IP address>

dig (domain information groper)

This command gathers and returns DNS information in a format the name server can use directly. You will find it easy to query specific name servers with dig.

You can quickly determine the Name servers of your host or any other host:

Code:
 dig ns your-host.com

Then you check your (or another) website against the host's name servers:

Code:
 dig [url]www.your-domain-name.com[/url] @ns.your-host.com

Dig can provide output that is in the same format as the zone file itself. Here is how to get the whole zone file:

Code:
 dig any your-domain-name.com

Here are the most useful dig query types: dig any (gathers all DNS information), dig ns (gathers name server information), dig mx (gathers mail exchanger information) and dig a (gathers network address information).

The dig command can also do reverse lookups with output formatted for the zone file:

Code:
 dig -x <IP Address>

nslookup

You can use this tool as a single line command, or you can use it interactively, which distinguishes it from the other DNS commands. Once you have started nslookup, type set all to list the default options. As with dig you can choose the server (name server) you want to query, and you can decide the type of DNS information on which to focus.

Just as you can issue commands to nslookup interactively, you can also change the initial defaults by starting a .nslookuprc file. The format of the .nslookup is one command per line:

set type=NS
set domain=srvns.your-host.com
set timeout=10

Conclusion

Understanding the Internet requires a solid working knowledge of the Domain Name System. One way to increase your knowledge is to regularly use the three commands outlined in this article: host, dig, and nslookup.
 
Last edited:
1
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
Very nice explanation, but for something like this i usually use tools from dnsstuff.
Thanks
 
0
•••
which kind of tools can youplease configure it out here
 
0
•••
Muneeb2Good said:
which kind of tools can youplease configure it out here
just search at google with this keyword : dnsstuff. and you'll find it
 
0
•••
ok let me see
 
0
•••
0
•••
thanks alot manatee123 for the tut and sergio965 for additional info :)
 
0
•••
sergio965 thanks for the info
 
0
•••
Thanks a lot, pretty useful info.
 
0
•••
I forgot 'dig mx domain.com' in this article. That is a useful one too.
 
0
•••
handy tut thanks
 
0
•••
Thanx a lot dude

One more site having good info on Website issues

www.a1hosts.info
 
0
•••
No problem. Thanks!
 
0
•••
thanx, this probably come in handy
 
0
•••
Oh ,, BOY ...what .nice Artical ...That was...Totally ...New INformation for ..ME Thanks For That
 
0
•••
Thats your idea of Fun?... ;)
 
0
•••
Here's a real quick one that qives you ALL the above info not only on your domains but on your competitors as well (if you have a "niche" site) as well as usefull info on the menu to the left on the "Sites on the Move" on the internet...

Not a bad tool: http://news.netcraft.com/archives/web_server_survey.html

Just enter your domain on the top left and then "view" your report.

OldRatRacer
 
0
•••
Appraise.net
Spaceship
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back