[advanced search]
Results from the most recent live auction are here.
18 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Webmaster Tutorials
User Name
Password

Old 08-10-2005, 07:19 AM   · #1
manatee123
NamePros Member
 
Trader Rating: (0)
Join Date: Jul 2005
Posts: 72
NP$: 75.00 (Donate)
manatee123 is an unknown quantity at this point
Fun with DNS: Three Useful Commands

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:



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

Code:


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 www.your-domain-name.com @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.


Please register or log-in into NamePros to hide ads
__________________
Earn recurring revenue by reselling the permission-based StreamSend email marketing service. Take a test drive of the StreamSend email marketing service today, and launch your first email marketing campaign in minutes.

Last edited by manatee123 : 08-10-2005 at 07:52 AM.
manatee123 is offline   Reply With Quote
Old 08-10-2005, 07:36 AM   · #2
mappaiyo
NamePros Regular
 
mappaiyo's Avatar
 
Name: Doctor Dzak
Location: No Man's Land
Trader Rating: (3)
Join Date: Jul 2005
Posts: 241
NP$: 160.00 (Donate)
mappaiyo is an unknown quantity at this point
Very nice explanation, but for something like this i usually use tools from dnsstuff.
Thanks
__________________
We Serve You for Your Satisfaction
PT. TimurNet Mitra Solusi
Makassar
mappaiyo is offline   Reply With Quote
Old 08-10-2005, 05:52 PM   · #3
Muneeb2Good
Senior Member
 
Muneeb2Good's Avatar
 
Name: Muneeb Ahmed
Location: Poly-Web.com
Trader Rating: (30)
Join Date: Jun 2005
Posts: 1,312
NP$: 975.25 (Donate)
Muneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to all
which kind of tools can youplease configure it out here
Muneeb2Good is offline   Reply With Quote
Old 08-10-2005, 06:07 PM   · #4
mappaiyo
NamePros Regular
 
mappaiyo's Avatar
 
Name: Doctor Dzak
Location: No Man's Land
Trader Rating: (3)
Join Date: Jul 2005
Posts: 241
NP$: 160.00 (Donate)
mappaiyo is an unknown quantity at this point
Originally Posted by Muneeb2Good
which kind of tools can youplease configure it out here


just search at google with this keyword : dnsstuff. and you'll find it
__________________
We Serve You for Your Satisfaction
PT. TimurNet Mitra Solusi
Makassar
mappaiyo is offline   Reply With Quote
Old 08-10-2005, 07:03 PM   · #5
Muneeb2Good
Senior Member
 
Muneeb2Good's Avatar
 
Name: Muneeb Ahmed
Location: Poly-Web.com
Trader Rating: (30)
Join Date: Jun 2005
Posts: 1,312
NP$: 975.25 (Donate)
Muneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to all
ok let me see
Muneeb2Good is offline   Reply With Quote
Old 08-10-2005, 07:49 PM   · #6
Sergio965
Senior Member
 
Sergio965's Avatar
 
Name: Sergio
Location: ~root
Trader Rating: (57)
Join Date: Apr 2004
Posts: 1,095
NP$: 1505.80 (Donate)
Sergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to behold
Originally Posted by Muneeb2Good
ok let me see



http://www.dnsstuff.com/
Sergio965 is offline   Reply With Quote
Old 08-11-2005, 09:10 AM   · #7
abdulmueid
NamePros Regular
 
abdulmueid's Avatar
 
Name: Abdul Mueid
Location: Mozambique
Trader Rating: (5)
Join Date: Jun 2005
Posts: 608
NP$: 1.85 (Donate)
abdulmueid has a spectacular aura aboutabdulmueid has a spectacular aura about
thanks alot manatee123 for the tut and sergio965 for additional info
abdulmueid is offline   Reply With Quote
Old 08-11-2005, 04:39 PM   · #8
Muneeb2Good
Senior Member
 
Muneeb2Good's Avatar
 
Name: Muneeb Ahmed
Location: Poly-Web.com
Trader Rating: (30)
Join Date: Jun 2005
Posts: 1,312
NP$: 975.25 (Donate)
Muneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to allMuneeb2Good is a name known to all
sergio965 thanks for the info
Muneeb2Good is offline   Reply With Quote
Old 08-11-2005, 11:39 PM   · #9
CodeName_88
NamePros Regular
 
CodeName_88's Avatar
 
Trader Rating: (14)
Join Date: May 2005
Posts: 259
NP$: 17.00 (Donate)
CodeName_88 has a spectacular aura aboutCodeName_88 has a spectacular aura about
Thanks a lot, pretty useful info.
CodeName_88 is offline   Reply With Quote
Old 08-12-2005, 05:44 AM   · #10
manatee123
NamePros Member
 
Trader Rating: (0)
Join Date: Jul 2005
Posts: 72
NP$: 75.00 (Donate)
manatee123 is an unknown quantity at this point
I forgot 'dig mx domain.com' in this article. That is a useful one too.
__________________
Earn recurring revenue by reselling the permission-based StreamSend email marketing service. Take a test drive of the StreamSend email marketing service today, and launch your first email marketing campaign in minutes.
manatee123 is offline   Reply With Quote
Old 08-12-2005, 10:33 AM   · #11
SaN-DeeP
Account Closed
 
Location: India
Trader Rating: (0)
Join Date: Mar 2005
Posts: 268
NP$: 144.00 (Donate)
SaN-DeeP is an unknown quantity at this point
handy tut thanks
SaN-DeeP is offline   Reply With Quote
Old 09-16-2005, 10:59 AM   · #12
admans
NamePros Regular
 
Trader Rating: (25)
Join Date: Jul 2005
Posts: 916
NP$: 323.05 (Donate)
admans is just really niceadmans is just really niceadmans is just really niceadmans is just really nice
Thanx a lot dude

One more site having good info on Website issues

www.a1hosts.info
admans is offline   Reply With Quote
Old 09-16-2005, 11:07 AM   · #13
manatee123
NamePros Member
 
Trader Rating: (0)
Join Date: Jul 2005
Posts: 72
NP$: 75.00 (Donate)
manatee123 is an unknown quantity at this point
No problem. Thanks!
__________________
Earn recurring revenue by reselling the permission-based StreamSend email marketing service. Take a test drive of the StreamSend email marketing service today, and launch your first email marketing campaign in minutes.
manatee123 is offline   Reply With Quote
Old 09-16-2005, 04:15 PM   · #14
lilgee
Senior Member
 
Name: Chris
Location: NC
Trader Rating: (38)
Join Date: Sep 2005
Posts: 2,323
NP$: 49.50 (Donate)
lilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to all
thanx, this probably come in handy
__________________
Sharing 50% profit for helping to sell on ebay. PM me for more info.
lilgee is offline   Reply With Quote
Old 02-12-2006, 12:56 PM   · #15
youngspider
Account Closed
 
Name: www.iqazi.com
Location: Gujranwala
Trader Rating: (12)
Join Date: Feb 2006
Posts: 1,189
NP$: 35.10 (Donate)
youngspider has a spectacular aura aboutyoungspider has a spectacular aura about
Oh ,, BOY ...what .nice Artical ...That was...Totally ...New INformation for ..ME Thanks For That
youngspider is offline   Reply With Quote
Old 02-12-2006, 12:59 PM   · #16
Joseph
Senior Member
 
Joseph's Avatar
 
Location: Ireland
Trader Rating: (120)
Join Date: Dec 2004
Posts: 2,461
NP$: 120.50 (Donate)
Joseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant futureJoseph has a brilliant future
Animal Cruelty 9/11/01 :: Never Forget Find Marrow Donors! Save The Children Save The Children Save The Children Ethan Allen Fund Baby Health Child Abuse Cancer AIDS/HIV Autism Autism Lou Gehrig's Disease (ALS) Parkinson's Disease Alzheimer's Cancer Save a Life Cancer Cancer
Thats your idea of Fun?...
__________________
Quote:
- Don't learn the tricks of the trade, learn the trade

Joseph is offline   Reply With Quote
Old 02-12-2006, 01:19 PM   · #17
oldratracer
NamePros Member
 
oldratracer's Avatar
 
Name: Don
Trader Rating: (8)
Join Date: Feb 2006
Posts: 143
NP$: 70.00 (Donate)
oldratracer will become famous soon enougholdratracer will become famous soon enough
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/w...ver_survey.html

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

OldRatRacer
oldratracer is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS cache poisoning attack? Veolus Web Hosting Discussion 2 08-06-2005 06:07 PM
ICANN-backed project pushes DNS security Cheapquality Industry News 0 04-07-2005 10:19 AM
The benefits of using Managed DNS (even for web hosts) 000000000 Webmaster Tutorials 2 02-01-2005 05:47 PM
DNS propagation Dino Domain Name Discussion 6 07-10-2004 09:37 AM

Site Sponsors
Hunting Moon http://www.internetinvestments.com/ Hunting Moon
Advertise your business at NamePros
All times are GMT -7. The time now is 02:40 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0