Interactive commands
Diagnostics
If the lookup request fails, an error message prints. Possible errors include the following:
Timed outThe server did not respond to a request after a certain amount of time (changed with set timeout=value) and a certain number of retries (changed with set retry=value).
No response from serverNo DNS name server is running on the server computer.
No recordsThe DNS name server does not 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 domainThe computer or DNS domain name does not exist.
Connection refused-or-
Network is unreachable
The connection to the DNS name server or finger server could not be made. This error commonly occurs with ls and finger requests.
Server failureThe DNS name server found an internal inconsistency in its database and could not return a valid answer.
RefusedThe DNS name server refused to service the request.
Format errorThe DNS name server found that the request packet was not in the proper format. It may indicate an error in nslookup.
References
For in-depth coverage of nslookup, see DNS and BIND by Paul Albitz and Cricket Liu, published by O'Reilly and Associates.