Name Server Lookup or nslookup displays DNS information to test and troubleshoot DNS servers including IP address of a particular machine running in TCP/IP protocol.
Non-Interactive mode
C:\Windows\system32>nslookup /? |
common usage: nslookup [-option] [hostname] [server]
This is being use if you want for a single piece of information e.g. performing a reverse lookup on an IP address.
C:\Windows\system32>nslookup 72.14.203.121 Name: tx-in-f121.1e100.net C:\Windows\system32>nslookup unlockforus.blogspot.com Default Server: sn3.dli.bit.net Non-authoritative answer: C:\Windows\system32>nslookup you.wikidot.com Default Server: sn3.dli.bit.net Non-authoritative answer: |
USING THE COMMAND TO TEST AND TROUBLSHOOT DNS SERVERS
Note: Before using this tool in interactive mode, you should be familiar with how DNS works.
Interactive mode
Simply type “nsloolup” and “?” to display all the available commands.
C:\Windows\system32>nslookup > ? set OPTION - set an option |
You can read for more information about the tool: HERE
Error Messages from Microsoft Windows XP Article
Descriptions
Timed out
The server did not respond to a request after a certain amount of time and retries. You can set the time-out period with the set timeout subcommand retries with the set retry sub command.
No response from server
No DNS name server is running on the server computer.
No records
The DNS name server doesn’t have resource records of the current query type for the computer, although the computer name is valid. The query type is specified with the set querytype command.
Nonexistent domain
The DNS domain name doesn’t exist.
Connection refused or Network is unreachable
The connection to the DNSname server or fingerserver could not be made. This error commonly occurs with ls and finger requests.
Server failure
The DNS nameserver found an internal inconsistency in its database and could not return a valid answer.
Refused
The DNS server refused to service the request.
Format error
The DNSname server found that the request packet was not in the proper format. It may indicate anerror in nslookup.
Have Fun Learning!
0 Comments:
Post a Comment