| | |||||
| ||||||||
| Webmaster Tutorials Instructional webmaster-related how-to's and tutorials. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jul 2005
Posts: 71
![]() | 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: Code: host www.your-domain-name.com Code: host -a www.your-domain-name.com Code: host <IP address> 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 Code: dig www.your-domain-name.com @ns.your-host.com Code: dig any your-domain-name.com ????: NamePros.com http://www.namepros.com/webmaster-tutorials/114365-fun-with-dns-three-useful-commands.html The dig command can also do reverse lookups with output formatted for the zone file: Code: dig -x <IP Address> 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: ????: NamePros.com http://www.namepros.com/showthread.php?t=114365 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.
__________________ 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.
|
| |
| | #3 (permalink) |
| Senior Member Join Date: Jun 2005 Location: Planet Mars
Posts: 1,401
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | which kind of tools can youplease configure it out here
__________________ Solution to Google's Panda Update? - Click here |
| |
| | #5 (permalink) |
| Senior Member Join Date: Jun 2005 Location: Planet Mars
Posts: 1,401
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | ok let me see
__________________ Solution to Google's Panda Update? - Click here |
| |
| | #6 (permalink) | ||||
| Account Suspended Join Date: Apr 2004 Location: ~root
Posts: 1,090
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | #8 (permalink) |
| Senior Member Join Date: Jun 2005 Location: Planet Mars
Posts: 1,401
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | sergio965 thanks for the info
__________________ Solution to Google's Panda Update? - Click here |
| |
| | THREAD STARTER #10 (permalink) |
| NamePros Member Join Date: Jul 2005
Posts: 71
![]() | 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. |
| |
| | THREAD STARTER #13 (permalink) |
| NamePros Member Join Date: Jul 2005
Posts: 71
![]() | 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. |
| |
| | #16 (permalink) |
| Senior Member Join Date: Dec 2004 Location: Ireland
Posts: 2,690
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thats your idea of Fun?...
__________________ - ForumCures.com Quality Forum Posting Service |
| |
| | #17 (permalink) |
| NamePros Member Join Date: Feb 2006
Posts: 143
![]() ![]() | 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/we...er_survey.html Just enter your domain on the top left and then "view" your report. OldRatRacer |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
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 |
| A Really FUN Domain Wholesale List You Won't Want to Miss! | Duke | Domains For Sale - Make Offer | 3 | 09-01-2003 11:48 AM |