Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / dig / nslookup.1
blobd018b1d3f259c98b65ce8b5d06c7ab7e8f102898
1 .\"     $NetBSD: nslookup.1,v 1.7 2014/12/10 04:37:51 christos Exp $
2 .\"
3 .\" Copyright (C) 2004-2007, 2010, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
4 .\" 
5 .\" Permission to use, copy, modify, and/or distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\" 
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 .\" PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .\" Id
18 .\"
19 .hy 0
20 .ad l
21 .\"     Title: nslookup
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: January 24, 2014
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "NSLOOKUP" "1" "January 24, 2014" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 nslookup \- query Internet name servers interactively
35 .SH "SYNOPSIS"
36 .HP 9
37 \fBnslookup\fR [\fB\-option\fR] [name\ |\ \-] [server]
38 .SH "DESCRIPTION"
39 .PP
40 \fBNslookup\fR
41 is a program to query Internet domain name servers.
42 \fBNslookup\fR
43 has two modes: interactive and non\-interactive. Interactive mode allows the user to query name servers for information about various hosts and domains or to print a list of hosts in a domain. Non\-interactive mode is used to print just the name and requested information for a host or domain.
44 .SH "ARGUMENTS"
45 .PP
46 Interactive mode is entered in the following cases:
47 .TP 4
49 when no arguments are given (the default name server will be used)
50 .TP 4
52 when the first argument is a hyphen (\-) and the second argument is the host name or Internet address of a name server.
53 .sp
54 .RE
55 .PP
56 Non\-interactive mode is used when the name or Internet address of the host to be looked up is given as the first argument. The optional second argument specifies the host name or address of a name server.
57 .PP
58 Options can also be specified on the command line if they precede the arguments and are prefixed with a hyphen. For example, to change the default query type to host information, and the initial timeout to 10 seconds, type:
59 .sp
60 .RS 4
61 .nf
62 nslookup \-query=hinfo  \-timeout=10
63 .fi
64 .RE
65 .sp
66 .PP
67 The
68 \fB\-version\fR
69 option causes
70 \fBnslookup\fR
71 to print the version number and immediately exits.
72 .SH "INTERACTIVE COMMANDS"
73 .PP
74 \fBhost\fR [server]
75 .RS 4
76 Look up information for host using the current default server or using server, if specified. If host is an Internet address and the query type is A or PTR, the name of the host is returned. If host is a name and does not have a trailing period, the search list is used to qualify the name.
77 .sp
78 To look up a host not in the current domain, append a period to the name.
79 .RE
80 .PP
81 \fBserver\fR \fIdomain\fR
82 .RS 4
83 .RE
84 .PP
85 \fBlserver\fR \fIdomain\fR
86 .RS 4
87 Change the default server to
88 \fIdomain\fR;
89 \fBlserver\fR
90 uses the initial server to look up information about
91 \fIdomain\fR, while
92 \fBserver\fR
93 uses the current default server. If an authoritative answer can't be found, the names of servers that might have the answer are returned.
94 .RE
95 .PP
96 \fBroot\fR
97 .RS 4
98 not implemented
99 .RE
101 \fBfinger\fR
102 .RS 4
103 not implemented
106 \fBls\fR
107 .RS 4
108 not implemented
111 \fBview\fR
112 .RS 4
113 not implemented
116 \fBhelp\fR
117 .RS 4
118 not implemented
121 \fB?\fR
122 .RS 4
123 not implemented
126 \fBexit\fR
127 .RS 4
128 Exits the program.
131 \fBset\fR \fIkeyword\fR\fI[=value]\fR
132 .RS 4
133 This command is used to change state information that affects the lookups. Valid keywords are:
134 .RS 4
136 \fBall\fR
137 .RS 4
138 Prints the current values of the frequently used options to
139 \fBset\fR. Information about the current default server and host is also printed.
142 \fBclass=\fR\fIvalue\fR
143 .RS 4
144 Change the query class to one of:
145 .RS 4
147 \fBIN\fR
148 .RS 4
149 the Internet class
152 \fBCH\fR
153 .RS 4
154 the Chaos class
157 \fBHS\fR
158 .RS 4
159 the Hesiod class
162 \fBANY\fR
163 .RS 4
164 wildcard
167 .IP "" 4
168 The class specifies the protocol group of the information.
170 (Default = IN; abbreviation = cl)
173 \fB \fR\fB\fI[no]\fR\fR\fBdebug\fR
174 .RS 4
175 Turn on or off the display of the full response packet and any intermediate response packets when searching.
177 (Default = nodebug; abbreviation =
178 [no]deb)
181 \fB \fR\fB\fI[no]\fR\fR\fBd2\fR
182 .RS 4
183 Turn debugging mode on or off. This displays more about what nslookup is doing.
185 (Default = nod2)
188 \fBdomain=\fR\fIname\fR
189 .RS 4
190 Sets the search list to
191 \fIname\fR.
194 \fB \fR\fB\fI[no]\fR\fR\fBsearch\fR
195 .RS 4
196 If the lookup request contains at least one period but doesn't end with a trailing period, append the domain names in the domain search list to the request until an answer is received.
198 (Default = search)
201 \fBport=\fR\fIvalue\fR
202 .RS 4
203 Change the default TCP/UDP name server port to
204 \fIvalue\fR.
206 (Default = 53; abbreviation = po)
209 \fBquerytype=\fR\fIvalue\fR
210 .RS 4
213 \fBtype=\fR\fIvalue\fR
214 .RS 4
215 Change the type of the information query.
217 (Default = A; abbreviations = q, ty)
220 \fB \fR\fB\fI[no]\fR\fR\fBrecurse\fR
221 .RS 4
222 Tell the name server to query other servers if it does not have the information.
224 (Default = recurse; abbreviation = [no]rec)
227 \fBndots=\fR\fInumber\fR
228 .RS 4
229 Set the number of dots (label separators) in a domain that will disable searching. Absolute names always stop searching.
232 \fBretry=\fR\fInumber\fR
233 .RS 4
234 Set the number of retries to number.
237 \fBtimeout=\fR\fInumber\fR
238 .RS 4
239 Change the initial timeout interval for waiting for a reply to number seconds.
242 \fB \fR\fB\fI[no]\fR\fR\fBvc\fR
243 .RS 4
244 Always use a virtual circuit when sending requests to the server.
246 (Default = novc)
249 \fB \fR\fB\fI[no]\fR\fR\fBfail\fR
250 .RS 4
251 Try the next nameserver if a nameserver responds with SERVFAIL or a referral (nofail) or terminate query (fail) on such a response.
253 (Default = nofail)
256 .IP "" 4
258 .SH "FILES"
260 \fI/etc/resolv.conf\fR
261 .SH "SEE ALSO"
263 \fBdig\fR(1),
264 \fBhost\fR(1),
265 \fBnamed\fR(8).
266 .SH "AUTHOR"
268 Andrew Cherenson
269 .SH "COPYRIGHT"
270 Copyright \(co 2004\-2007, 2010, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")