DOS command: nslookup |
Description: nslookup is a command line program which allows a user to determine an IP address from a DNS name, and a DNS name from an IP address. Usage: nslookup [ip-address | domain]
|
Command | Description | ||||||||||||||||||||||||||||||||||
help | ? | Print info on common commands. | ||||||||||||||||||||||||||||||||||
set all | Print options, current server and host. | ||||||||||||||||||||||||||||||||||
set [no]debug | Print debugging information | ||||||||||||||||||||||||||||||||||
set [no]d2 | Print exhaustive debugging information. | ||||||||||||||||||||||||||||||||||
set [no]defname | Append domain name to each query. | ||||||||||||||||||||||||||||||||||
set [no]recurse | Ask for recursive answer to query. | ||||||||||||||||||||||||||||||||||
set [no]search | Use domain search list. | ||||||||||||||||||||||||||||||||||
set [no]vc | Always use a virtual circuit. | ||||||||||||||||||||||||||||||||||
set domain=NAME | Set default domain name to NAME. | ||||||||||||||||||||||||||||||||||
set srchlist=N1[/N2/.../N6] | Set domain to N1 and search list to N1,N2, etc. | ||||||||||||||||||||||||||||||||||
set root=NAME | Set root server to NAME. | ||||||||||||||||||||||||||||||||||
set retry=X | Set number of retries to X. | ||||||||||||||||||||||||||||||||||
set timeout=X | Set initial time-out interval to X seconds. | ||||||||||||||||||||||||||||||||||
set type=ResourceRecordType or set q[uerytype]=ResourceRecordType |
The ResourceRecordType specifies a DNS resource record type. The default resource record type is A. The following table lists the valid values for this command:
|
||||||||||||||||||||||||||||||||||
set class=X | Set query class (ex. IN (Internet), ANY). | ||||||||||||||||||||||||||||||||||
set [no]msxfr | Set MS fast zone transfer. | ||||||||||||||||||||||||||||||||||
set ixfrver=X | Current version to use in IXFR transfer request. | ||||||||||||||||||||||||||||||||||
server NAME | Set default server to NAME, using current default server. | ||||||||||||||||||||||||||||||||||
lserver NAME | Set default server to NAME, using initial server. | ||||||||||||||||||||||||||||||||||
finger [USER] | finger the optional NAME at the current default host. | ||||||||||||||||||||||||||||||||||
root | Set current default server to the root. | ||||||||||||||||||||||||||||||||||
ls [opt] DOMAIN [> FILE] | list addresses in DOMAIN (optional: output to FILE)
|
||||||||||||||||||||||||||||||||||
view FILE | Sort an 'ls' output file and view it with pg. | ||||||||||||||||||||||||||||||||||
exit | Exit the program. |
Example: Checking a webserver
|