The DNS settings are a public record and can be checked by anyone. If, in the past, this was something only site administrators had to do, today a great deal of the Internet users has their own web page and the ability to make a DNS lookup themselves has become a necessity. And this has sprung the creation of various DNS lookup tools, both web-based and in the form of computer software.
Customer Feedbacks
Simply Love It! Great Job, love the new panel, huge upgrade. We appreciate your service and hard work! Thanks again! Craig S.
Great new Control Panel setup. Well done! James F.
I really love the new control panel, the whole layout is much easier to navigate. The upload speed is much faster and I really enjoy the look and feel of the new site. Sincerely, Samantha S.
The new control panel is so much better. I think this one has much more control over files and how they are controled compared to the previous one. Patrick J.
New set up works very well for me i have found it really easy to use so far once i got used to it, thanks for a great job on the upgrade. Jerry-Smith K.
Absolutely brilliant! MUCH faster! MUCH more user-friendly! I LOVE the new control panel! Reuben B.
Cool Upgrade !! Thank you for the new panel..its very cool!! HBL
The New Control Panel! I like it. It's much more professional than the previous one and easy to navigate around. I haven't spotted any errors yet. John K.
Just a short note to say that the new control panel seems easier to work with than the old one. eep up the good work. Troy J.
Love everything so far about the new Control Panel. Much more intuitive than before. K O'Neill
This specific service refers to the process of searching for the unique IP address and DNS records that a certain domain name is associated with. Since the domain name is only the user-side title of a website, whose main purpose is to make it easily findable among the pool of web pages online, it does not provide sufficient information for the website administration process. Website owners may often need to know what the system-side name of a domain is while managing their websites and the best way to find out is through a DNS lookup tool.
DNS Tools
There is a variety of web-based DNS lookup tools which you can find online. Most of them will give you multiple options for performing your DNS search. What you will need to specify is the domain name or hostname for your website as well as what record type you wish to see results for. The possible record type search options include the Custom MX and A records, NS Records, CNAME Records, SRV Records, TXT Records, AAAA Records, etc.
A similar service is the Reverse DNS lookup option which most of the DNS lookup tools provide. It refers to searching for the domain name which is associated with a particular IP address.
The nslookup command
The nslookup command is probably one of the few commands, which are the same in both Windows and Linux. It is used to check for the DNS records of a domain name, with the A record being the default record it checks for. The advantage of this command is that you can use it even if you have a slow Internet connection, which can prevent you from utilizing an online DNS lookup tool. It also is much faster than the majority of the online-based tools.
NSLOOKUP in Windows
In Windows, to use the NSLOOKUP command, open the Start menu and click on Run. In the new window, type "cmd". This will open the command prompt. In there, all you have to do is type "nslookup" and after that the domain that you want to check.
NSLOOKUP in Windows
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\User>nslookup google.com Non-authoritative answer: Name: google.com Addresses: 74.125.45.100, 74.125.67.100, 209.85.171.100
To make a query for a different record and not the A record, which is the default one, you will have to specify the exact record with the "set type=" command.
Check the name servers with NSLOOKUP
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\User>nslookup > set type=NS > ntchosting.com Address: 10.1.0.1 Non-authoritative answer: ntchosting.com nameserver = ns1.ntchosting.com ntchosting.com nameserver = ns2.ntchosting.com
NSLOOKUP in Linux
In Linux, you can start nslookup from the terminal. The syntax is very similar to the Windows's.
NSLOOKUP in Linux
$ nslookup ntchosting.com
Server: 10.1.0.1
Address: 10.1.0.1#53
Non-authoritative answer:
Name: ntchosting.com
Address: 66.40.65.49
Name: ntchosting.com
Address: 216.65.1.250
Again, by default, the nslookup command will check for the A records of the given domain name. To change the query type, we will again use the "set type=" option.
Check the MX records with NSLOOKUP
$ nslookup
> set type=MX
> ntchosting.com
Server: 10.1.0.1
Address: 10.1.0.1#53
Non-authoritative answer:
ntchosting.com mail exchanger = 10 mx.ntchosting.com.