When troubleshooting DNS problem, Nslookup is used to perform DNS queries and to examine the contents of zone files on local and remote servers.
Nslookup is a standard command-line tool which available on Windows, Linux and Mac OS platform. Nslookup offers you the ability to perform query testing of DNS servers and to obtain detailed responses at the command prompt.
To use nslookup in command-line mode, enter the following in the command prompt window:
nslookup DNS_name_or_IP_address server_IP_address
This command will look up a DNS name or address using a server at the IP address you specify.”
Here i going to show few examples on using the nslookup command. Continue reading