Merge from vendor branch INTEL_ACPICA:
[dragonfly.git] / contrib / bind-9.3 / bin / dig / dig.1
1 .\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
2 .\" Copyright (C) 2000-2003 Internet Software Consortium.
3 .\" 
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\" 
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 .\" PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .\" $Id: dig.1,v 1.14.2.4.2.10 2005/10/13 02:33:42 marka Exp $
17 .\"
18 .hy 0
19 .ad l
20 .\" ** You probably do not want to edit this file directly **
21 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
22 .\" Instead of manually editing it, you probably should edit the DocBook XML
23 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
24 .TH "DIG" "1" "Jun 30, 2000" "BIND9" "BIND9"
25 .\" disable hyphenation
26 .nh
27 .\" disable justification (adjust text to left margin only)
28 .ad l
29 .SH "NAME"
30 dig \- DNS lookup utility
31 .SH "SYNOPSIS"
32 .HP 4
33 \fBdig\fR [@server] [\fB\-b\ \fR\fB\fIaddress\fR\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-f\ \fR\fB\fIfilename\fR\fR] [\fB\-k\ \fR\fB\fIfilename\fR\fR] [\fB\-p\ \fR\fB\fIport#\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-x\ \fR\fB\fIaddr\fR\fR] [\fB\-y\ \fR\fB\fIname:key\fR\fR] [\fB\-4\fR] [\fB\-6\fR] [name] [type] [class] [queryopt...]
34 .HP 4
35 \fBdig\fR [\fB\-h\fR]
36 .HP 4
37 \fBdig\fR [global\-queryopt...] [query...]
38 .SH "DESCRIPTION"
39 .PP
40 \fBdig\fR
41 (domain information groper) is a flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Most DNS administrators use
42 \fBdig\fR
43 to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than
44 \fBdig\fR.
45 .PP
46 Although
47 \fBdig\fR
48 is normally used with command\-line arguments, it also has a batch mode of operation for reading lookup requests from a file. A brief summary of its command\-line arguments and options is printed when the
49 \fB\-h\fR
50 option is given. Unlike earlier versions, the BIND9 implementation of
51 \fBdig\fR
52 allows multiple lookups to be issued from the command line.
53 .PP
54 Unless it is told to query a specific name server,
55 \fBdig\fR
56 will try each of the servers listed in
57 \fI/etc/resolv.conf\fR.
58 .PP
59 When no command line arguments or options are given, will perform an NS query for "." (the root).
60 .PP
61 It is possible to set per\-user defaults for
62 \fBdig\fR
63 via
64 \fI${HOME}/.digrc\fR. This file is read and any options in it are applied before the command line arguments.
65 .SH "SIMPLE USAGE"
66 .PP
67 A typical invocation of
68 \fBdig\fR
69 looks like:
70 .sp
71 .nf
72  dig @server name type 
73 .fi
74 .sp
75 where:
76 .TP
77 \fBserver\fR
78 is the name or IP address of the name server to query. This can be an IPv4 address in dotted\-decimal notation or an IPv6 address in colon\-delimited notation. When the supplied
79 \fIserver\fR
80 argument is a hostname,
81 \fBdig\fR
82 resolves that name before querying that name server. If no
83 \fIserver\fR
84 argument is provided,
85 \fBdig\fR
86 consults
87 \fI/etc/resolv.conf\fR
88 and queries the name servers listed there. The reply from the name server that responds is displayed.
89 .TP
90 \fBname\fR
91 is the name of the resource record that is to be looked up.
92 .TP
93 \fBtype\fR
94 indicates what type of query is required \(em ANY, A, MX, SIG, etc.
95 \fItype\fR
96 can be any valid query type. If no
97 \fItype\fR
98 argument is supplied,
99 \fBdig\fR
100 will perform a lookup for an A record.
101 .SH "OPTIONS"
102 .PP
103 The
104 \fB\-b\fR
105 option sets the source IP address of the query to
106 \fIaddress\fR. This must be a valid address on one of the host's network interfaces or "0.0.0.0" or "::". An optional port may be specified by appending "#<port>"
107 .PP
108 The default query class (IN for internet) is overridden by the
109 \fB\-c\fR
110 option.
111 \fIclass\fR
112 is any valid class, such as HS for Hesiod records or CH for CHAOSNET records.
113 .PP
114 The
115 \fB\-f\fR
116 option makes
117 \fBdig \fR
118 operate in batch mode by reading a list of lookup requests to process from the file
119 \fIfilename\fR. The file contains a number of queries, one per line. Each entry in the file should be organised in the same way they would be presented as queries to
120 \fBdig\fR
121 using the command\-line interface.
122 .PP
123 If a non\-standard port number is to be queried, the
124 \fB\-p\fR
125 option is used.
126 \fIport#\fR
127 is the port number that
128 \fBdig\fR
129 will send its queries instead of the standard DNS port number 53. This option would be used to test a name server that has been configured to listen for queries on a non\-standard port number.
130 .PP
131 The
132 \fB\-4\fR
133 option forces
134 \fBdig\fR
135 to only use IPv4 query transport. The
136 \fB\-6\fR
137 option forces
138 \fBdig\fR
139 to only use IPv6 query transport.
140 .PP
141 The
142 \fB\-t\fR
143 option sets the query type to
144 \fItype\fR. It can be any valid query type which is supported in BIND9. The default query type "A", unless the
145 \fB\-x\fR
146 option is supplied to indicate a reverse lookup. A zone transfer can be requested by specifying a type of AXFR. When an incremental zone transfer (IXFR) is required,
147 \fItype\fR
148 is set to
149 ixfr=N. The incremental zone transfer will contain the changes made to the zone since the serial number in the zone's SOA record was
150 \fIN\fR.
151 .PP
152 Reverse lookups \- mapping addresses to names \- are simplified by the
153 \fB\-x\fR
154 option.
155 \fIaddr\fR
156 is an IPv4 address in dotted\-decimal notation, or a colon\-delimited IPv6 address. When this option is used, there is no need to provide the
157 \fIname\fR,
158 \fIclass\fR
159 and
160 \fItype\fR
161 arguments.
162 \fBdig\fR
163 automatically performs a lookup for a name like
164 11.12.13.10.in\-addr.arpa
165 and sets the query type and class to PTR and IN respectively. By default, IPv6 addresses are looked up using nibble format under the IP6.ARPA domain. To use the older RFC1886 method using the IP6.INT domain specify the
166 \fB\-i\fR
167 option. Bit string labels (RFC2874) are now experimental and are not attempted.
168 .PP
169 To sign the DNS queries sent by
170 \fBdig\fR
171 and their responses using transaction signatures (TSIG), specify a TSIG key file using the
172 \fB\-k\fR
173 option. You can also specify the TSIG key itself on the command line using the
174 \fB\-y\fR
175 option;
176 \fIname\fR
177 is the name of the TSIG key and
178 \fIkey\fR
179 is the actual key. The key is a base\-64 encoded string, typically generated by
180 \fBdnssec\-keygen\fR(8). Caution should be taken when using the
181 \fB\-y\fR
182 option on multi\-user systems as the key can be visible in the output from
183 \fBps\fR(1 )
184 or in the shell's history file. When using TSIG authentication with
185 \fBdig\fR, the name server that is queried needs to know the key and algorithm that is being used. In BIND, this is done by providing appropriate
186 \fBkey\fR
187 and
188 \fBserver\fR
189 statements in
190 \fInamed.conf\fR.
191 .SH "QUERY OPTIONS"
192 .PP
193 \fBdig\fR
194 provides a number of query options which affect the way in which lookups are made and the results displayed. Some of these set or reset flag bits in the query header, some determine which sections of the answer get printed, and others determine the timeout and retry strategies.
195 .PP
196 Each query option is identified by a keyword preceded by a plus sign (+). Some keywords set or reset an option. These may be preceded by the string
197 no
198 to negate the meaning of that keyword. Other keywords assign values to options like the timeout interval. They have the form
199 \fB+keyword=value\fR. The query options are:
200 .TP
201 \fB+[no]tcp\fR
202 Use [do not use] TCP when querying name servers. The default behaviour is to use UDP unless an AXFR or IXFR query is requested, in which case a TCP connection is used.
203 .TP
204 \fB+[no]vc\fR
205 Use [do not use] TCP when querying name servers. This alternate syntax to
206 \fI+[no]tcp\fR
207 is provided for backwards compatibility. The "vc" stands for "virtual circuit".
208 .TP
209 \fB+[no]ignore\fR
210 Ignore truncation in UDP responses instead of retrying with TCP. By default, TCP retries are performed.
211 .TP
212 \fB+domain=somename\fR
213 Set the search list to contain the single domain
214 \fIsomename\fR, as if specified in a
215 \fBdomain\fR
216 directive in
217 \fI/etc/resolv.conf\fR, and enable search list processing as if the
218 \fI+search\fR
219 option were given.
220 .TP
221 \fB+[no]search\fR
222 Use [do not use] the search list defined by the searchlist or domain directive in
223 \fIresolv.conf\fR
224 (if any). The search list is not used by default.
225 .TP
226 \fB+[no]defname\fR
227 Deprecated, treated as a synonym for
228 \fI+[no]search\fR
229 .TP
230 \fB+[no]aaonly\fR
231 Sets the "aa" flag in the query.
232 .TP
233 \fB+[no]aaflag\fR
234 A synonym for
235 \fI+[no]aaonly\fR.
236 .TP
237 \fB+[no]adflag\fR
238 Set [do not set] the AD (authentic data) bit in the query. The AD bit currently has a standard meaning only in responses, not in queries, but the ability to set the bit in the query is provided for completeness.
239 .TP
240 \fB+[no]cdflag\fR
241 Set [do not set] the CD (checking disabled) bit in the query. This requests the server to not perform DNSSEC validation of responses.
242 .TP
243 \fB+[no]cl\fR
244 Display [do not display] the CLASS when printing the record.
245 .TP
246 \fB+[no]ttlid\fR
247 Display [do not display] the TTL when printing the record.
248 .TP
249 \fB+[no]recurse\fR
250 Toggle the setting of the RD (recursion desired) bit in the query. This bit is set by default, which means
251 \fBdig\fR
252 normally sends recursive queries. Recursion is automatically disabled when the
253 \fI+nssearch\fR
254 or
255 \fI+trace\fR
256 query options are used.
257 .TP
258 \fB+[no]nssearch\fR
259 When this option is set,
260 \fBdig\fR
261 attempts to find the authoritative name servers for the zone containing the name being looked up and display the SOA record that each name server has for the zone.
262 .TP
263 \fB+[no]trace\fR
264 Toggle tracing of the delegation path from the root name servers for the name being looked up. Tracing is disabled by default. When tracing is enabled,
265 \fBdig\fR
266 makes iterative queries to resolve the name being looked up. It will follow referrals from the root servers, showing the answer from each server that was used to resolve the lookup.
267 .TP
268 \fB+[no]cmd\fR
269 toggles the printing of the initial comment in the output identifying the version of
270 \fBdig\fR
271 and the query options that have been applied. This comment is printed by default.
272 .TP
273 \fB+[no]short\fR
274 Provide a terse answer. The default is to print the answer in a verbose form.
275 .TP
276 \fB+[no]identify\fR
277 Show [or do not show] the IP address and port number that supplied the answer when the
278 \fI+short\fR
279 option is enabled. If short form answers are requested, the default is not to show the source address and port number of the server that provided the answer.
280 .TP
281 \fB+[no]comments\fR
282 Toggle the display of comment lines in the output. The default is to print comments.
283 .TP
284 \fB+[no]stats\fR
285 This query option toggles the printing of statistics: when the query was made, the size of the reply and so on. The default behaviour is to print the query statistics.
286 .TP
287 \fB+[no]qr\fR
288 Print [do not print] the query as it is sent. By default, the query is not printed.
289 .TP
290 \fB+[no]question\fR
291 Print [do not print] the question section of a query when an answer is returned. The default is to print the question section as a comment.
292 .TP
293 \fB+[no]answer\fR
294 Display [do not display] the answer section of a reply. The default is to display it.
295 .TP
296 \fB+[no]authority\fR
297 Display [do not display] the authority section of a reply. The default is to display it.
298 .TP
299 \fB+[no]additional\fR
300 Display [do not display] the additional section of a reply. The default is to display it.
301 .TP
302 \fB+[no]all\fR
303 Set or clear all display flags.
304 .TP
305 \fB+time=T\fR
306 Sets the timeout for a query to
307 \fIT\fR
308 seconds. The default time out is 5 seconds. An attempt to set
309 \fIT\fR
310 to less than 1 will result in a query timeout of 1 second being applied.
311 .TP
312 \fB+tries=T\fR
313 Sets the number of times to try UDP queries to server to
314 \fIT\fR
315 instead of the default, 3. If
316 \fIT\fR
317 is less than or equal to zero, the number of tries is silently rounded up to 1.
318 .TP
319 \fB+retry=T\fR
320 Sets the number of times to retry UDP queries to server to
321 \fIT\fR
322 instead of the default, 2. Unlike
323 \fI+tries\fR, this does not include the initial query.
324 .TP
325 \fB+ndots=D\fR
326 Set the number of dots that have to appear in
327 \fIname\fR
328 to
329 \fID\fR
330 for it to be considered absolute. The default value is that defined using the ndots statement in
331 \fI/etc/resolv.conf\fR, or 1 if no ndots statement is present. Names with fewer dots are interpreted as relative names and will be searched for in the domains listed in the
332 \fBsearch\fR
333 or
334 \fBdomain\fR
335 directive in
336 \fI/etc/resolv.conf\fR.
337 .TP
338 \fB+bufsize=B\fR
339 Set the UDP message buffer size advertised using EDNS0 to
340 \fIB\fR
341 bytes. The maximum and minimum sizes of this buffer are 65535 and 0 respectively. Values outside this range are rounded up or down appropriately.
342 .TP
343 \fB+[no]multiline\fR
344 Print records like the SOA records in a verbose multi\-line format with human\-readable comments. The default is to print each record on a single line, to facilitate machine parsing of the
345 \fBdig\fR
346 output.
347 .TP
348 \fB+[no]fail\fR
349 Do not try the next server if you receive a SERVFAIL. The default is to not try the next server which is the reverse of normal stub resolver behaviour.
350 .TP
351 \fB+[no]besteffort\fR
352 Attempt to display the contents of messages which are malformed. The default is to not display malformed answers.
353 .TP
354 \fB+[no]dnssec\fR
355 Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO) in the OPT record in the additional section of the query.
356 .TP
357 \fB+[no]sigchase\fR
358 Chase DNSSEC signature chains. Requires dig be compiled with \-DDIG_SIGCHASE.
359 .TP
360 \fB+trusted\-key=####\fR
361 Specifies a file containing trusted keys to be used with
362 \fB+sigchase\fR. Each DNSKEY record must be on its own line.
363 .sp
364 If not specified
365 \fBdig\fR
366 will look for
367 \fI/etc/trusted\-key.key\fR
368 then
369 \fItrusted\-key.key\fR
370 in the current directory.
371 .sp
372 Requires dig be compiled with \-DDIG_SIGCHASE.
373 .TP
374 \fB+[no]topdown\fR
375 When chasing DNSSEC signature chains perform a top down validation. Requires dig be compiled with \-DDIG_SIGCHASE.
376 .SH "MULTIPLE QUERIES"
377 .PP
378 The BIND 9 implementation of
379 \fBdig \fR
380 supports specifying multiple queries on the command line (in addition to supporting the
381 \fB\-f\fR
382 batch file option). Each of those queries can be supplied with its own set of flags, options and query options.
383 .PP
384 In this case, each
385 \fIquery\fR
386 argument represent an individual query in the command\-line syntax described above. Each consists of any of the standard options and flags, the name to be looked up, an optional query type and class and any query options that should be applied to that query.
387 .PP
388 A global set of query options, which should be applied to all queries, can also be supplied. These global query options must precede the first tuple of name, class, type, options, flags, and query options supplied on the command line. Any global query options (except the
389 \fB+[no]cmd\fR
390 option) can be overridden by a query\-specific set of query options. For example:
391 .sp
392 .nf
393 dig +qr www.isc.org any \-x 127.0.0.1 isc.org ns +noqr
394 .fi
395 .sp
396 shows how
397 \fBdig\fR
398 could be used from the command line to make three lookups: an ANY query for
399 www.isc.org, a reverse lookup of 127.0.0.1 and a query for the NS records of
400 isc.org. A global query option of
401 \fI+qr\fR
402 is applied, so that
403 \fBdig\fR
404 shows the initial query it made for each lookup. The final query has a local query option of
405 \fI+noqr\fR
406 which means that
407 \fBdig\fR
408 will not print the initial query when it looks up the NS records for
409 isc.org.
410 .SH "FILES"
411 .PP
412 \fI/etc/resolv.conf\fR
413 .PP
414 \fI${HOME}/.digrc\fR
415 .SH "SEE ALSO"
416 .PP
417 \fBhost\fR(1),
418 \fBnamed\fR(8),
419 \fBdnssec\-keygen\fR(8),
420 RFC1035.
421 .SH "BUGS "
422 .PP
423 There are probably too many query options.