Nslookup

See Also

Applies To: Windows Server 2008 R2,Windows Server 2003 with SP1,Windows Server 2003 R2,Windows Server 2003,Windows Vista,Windows Server 2008

Displays information that you can use to diagnose Domain Name System (DNS) infrastructure. Before using this tool, you should be familiar with how DNS works. The Nslookup command-line tool is available only if you have installed the TCP/IP protocol.

Syntax


Copy Code

Nslookup [<-SubCommand ...>] [{<ComputerToFind> | -<Server>}]
Nslookup /exit
Nslookup /finger [<UserName>] [{[>] <FileName>|[>>] <FileName>}]
Nslookup /{help | ?}
Nslookup /ls [<Option>] <DNSDomain> [{[>] <FileName>|[>>] <FileName>}]
Nslookup /lserver <DNSDomain>
Nslookup /root
Nslookup /server <DNSDomain>
Nslookup /set <KeyWord>[=<Value>]
Nslookup /set all
Nslookup /set class=<Class>
Nslookup /set [no]d2
Nslookup /set [no]debug
Nslookup /set [no]defname
Nslookup /set domain=<DomainName>
Nslookup /set [no]ignore
Nslookup /set port=<Port>
Nslookup /set querytype=<ResourceRecordType>
Nslookup /set [no]recurse
Nslookup /set retry=<Number>
Nslookup /set root=<RootServer>
Nslookup /set [no]search
Nslookup /set srchlist=<DomainName>[/...]
Nslookup /set timeout=<Number>
Nslookup /set type=<ResourceRecordType>
Nslookup /set [no]vc
Nslookup /view <FileName>

Parameters

Parameter

Description

Nslookup /exit

Exits nslookup.

Nslookup /finger

Connects with the finger server on the current computer.

Nslookup /help

Displays a short summary of nslookup subcommands.

Nslookup /ls

Lists information for a DNS domain.

Nslookup /lserver

Changes the default server to the specified DNS domain.

Nslookup /root

Changes the default server to the server for the root of the DNS domain name space.

Nslookup /server

Changes the default server to the specified DNS domain.

Nslookup /set

Changes configuration settings that affect how lookups function.

Nslookup /set all

Prints the current values of the configuration settings.

Nslookup /set class

Changes the query class. The class specifies the protocol group of the information.

Nslookup /set d2

Turns exhaustive Debugging Mode on or off. All fields of every packet are printed.

Nslookup /set debug

Turns Debugging Mode on or off.

Nslookup /set defname

Appends the default DNS domain name to a single component lookup request. A single component is a component that contains no periods.

Nslookup /set domain

Changes the default DNS domain name to the name specified.

Nslookup /set ignore

Ignores packet truncation errors.

Nslookup /set port

Changes the default TCP/UDP DNS name server port to the value specified.

Nslookup /set querytype

Changes the resource record type for the query.

Nslookup /set recurse

Tells the DNS name server to query other servers if it does not have the information.

Nslookup /set retry

Sets the number of retries.

Nslookup /set root

Changes the name of the root server used for queries.

Nslookup /set search

Appends the DNS domain names in the DNS domain search list to the request until an answer is received. This applies when the set and the lookup request contain at least one period, but do not end with a trailing period.

Nslookup /set srchlist

Changes the default DNS domain name and search list.

Nslookup /set timeout

Changes the initial number of seconds to wait for a reply to a request.

Nslookup /set type

Changes the resource record type for the query.

Nslookup /set vc

Specifies to use or not use a virtual circuit when sending requests to the server.

Nslookup /view

Sorts and lists the output of the previous ls subcommand or commands.

Remarks

Error message

Description

Timed out

The server did not respond to a request after a certain amount of time and a certain number of retries. You can set the time-out period with the set timeout subcommand. You can set the number of retries with the set retry subcommand.

No response from server

No DNS name server is running on the server computer.

No records

The 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 domain

The 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 failure

The DNS name server found an internal inconsistency in its database and could not return a valid answer.

Refused

The DNS name server refused to service the request.

Format error

The DNS name server found that the request packet was not in the proper format. It may indicate an error in nslookup.

Examples

Each command-line option consists of a hyphen (-) followed immediately by the command name and, in some cases, an equal sign (=) and then a value. For example, to change the default query type to host (computer) information and the initial time-out to 10 seconds, type:

nslookup -querytype=hinfo -timeout=10

See Also

Concepts

Command-Line Syntax Key