Merge branch 'vendor/GCC44'
[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.11 2006/06/29 13:02:30 marka Exp $
17 .\"
18 .hy 0
19 .ad l
20 .\"     Title: dig
21 .\"    Author: 
22 .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
23 .\"      Date: Jun 30, 2000
24 .\"    Manual: BIND9
25 .\"    Source: BIND9
26 .\"
27 .TH "DIG" "1" "Jun 30, 2000" "BIND9" "BIND9"
28 .\" disable hyphenation
29 .nh
30 .\" disable justification (adjust text to left margin only)
31 .ad l
32 .SH "NAME"
33 dig \- DNS lookup utility
34 .SH "SYNOPSIS"
35 .HP 4
36 \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...]
37 .HP 4
38 \fBdig\fR [\fB\-h\fR]
39 .HP 4
40 \fBdig\fR [global\-queryopt...] [query...]
41 .SH "DESCRIPTION"
42 .PP
43 \fBdig\fR
44 (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
45 \fBdig\fR
46 to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than
47 \fBdig\fR.
48 .PP
49 Although
50 \fBdig\fR
51 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
52 \fB\-h\fR
53 option is given. Unlike earlier versions, the BIND9 implementation of
54 \fBdig\fR
55 allows multiple lookups to be issued from the command line.
56 .PP
57 Unless it is told to query a specific name server,
58 \fBdig\fR
59 will try each of the servers listed in
60 \fI/etc/resolv.conf\fR.
61 .PP
62 When no command line arguments or options are given, will perform an NS query for "." (the root).
63 .PP
64 It is possible to set per\-user defaults for
65 \fBdig\fR
66 via
67 \fI${HOME}/.digrc\fR. This file is read and any options in it are applied before the command line arguments.
68 .SH "SIMPLE USAGE"
69 .PP
70 A typical invocation of
71 \fBdig\fR
72 looks like:
73 .sp
74 .RS 3n
75 .nf
76  dig @server name type 
77 .fi
78 .RE
79 .sp
80 where:
81 .TP 3n
82 \fBserver\fR
83 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
84 \fIserver\fR
85 argument is a hostname,
86 \fBdig\fR
87 resolves that name before querying that name server. If no
88 \fIserver\fR
89 argument is provided,
90 \fBdig\fR
91 consults
92 \fI/etc/resolv.conf\fR
93 and queries the name servers listed there. The reply from the name server that responds is displayed.
94 .TP 3n
95 \fBname\fR
96 is the name of the resource record that is to be looked up.
97 .TP 3n
98 \fBtype\fR
99 indicates what type of query is required \(em ANY, A, MX, SIG, etc.
100 \fItype\fR
101 can be any valid query type. If no
102 \fItype\fR
103 argument is supplied,
104 \fBdig\fR
105 will perform a lookup for an A record.
106 .SH "OPTIONS"
107 .PP
108 The
109 \fB\-b\fR
110 option sets the source IP address of the query to
111 \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>"
112 .PP
113 The default query class (IN for internet) is overridden by the
114 \fB\-c\fR
115 option.
116 \fIclass\fR
117 is any valid class, such as HS for Hesiod records or CH for CHAOSNET records.
118 .PP
119 The
120 \fB\-f\fR
121 option makes
122 \fBdig \fR
123 operate in batch mode by reading a list of lookup requests to process from the file
124 \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
125 \fBdig\fR
126 using the command\-line interface.
127 .PP
128 If a non\-standard port number is to be queried, the
129 \fB\-p\fR
130 option is used.
131 \fIport#\fR
132 is the port number that
133 \fBdig\fR
134 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.
135 .PP
136 The
137 \fB\-4\fR
138 option forces
139 \fBdig\fR
140 to only use IPv4 query transport. The
141 \fB\-6\fR
142 option forces
143 \fBdig\fR
144 to only use IPv6 query transport.
145 .PP
146 The
147 \fB\-t\fR
148 option sets the query type to
149 \fItype\fR. It can be any valid query type which is supported in BIND9. The default query type "A", unless the
150 \fB\-x\fR
151 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,
152 \fItype\fR
153 is set to
154 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
155 \fIN\fR.
156 .PP
157 Reverse lookups \- mapping addresses to names \- are simplified by the
158 \fB\-x\fR
159 option.
160 \fIaddr\fR
161 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
162 \fIname\fR,
163 \fIclass\fR
164 and
165 \fItype\fR
166 arguments.
167 \fBdig\fR
168 automatically performs a lookup for a name like
169 11.12.13.10.in\-addr.arpa
170 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
171 \fB\-i\fR
172 option. Bit string labels (RFC2874) are now experimental and are not attempted.
173 .PP
174 To sign the DNS queries sent by
175 \fBdig\fR
176 and their responses using transaction signatures (TSIG), specify a TSIG key file using the
177 \fB\-k\fR
178 option. You can also specify the TSIG key itself on the command line using the
179 \fB\-y\fR
180 option;
181 \fIname\fR
182 is the name of the TSIG key and
183 \fIkey\fR
184 is the actual key. The key is a base\-64 encoded string, typically generated by
185 \fBdnssec\-keygen\fR(8). Caution should be taken when using the
186 \fB\-y\fR
187 option on multi\-user systems as the key can be visible in the output from
188 \fBps\fR(1 )
189 or in the shell's history file. When using TSIG authentication with
190 \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
191 \fBkey\fR
192 and
193 \fBserver\fR
194 statements in
195 \fInamed.conf\fR.
196 .SH "QUERY OPTIONS"
197 .PP
198 \fBdig\fR
199 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.
200 .PP
201 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
202 no
203 to negate the meaning of that keyword. Other keywords assign values to options like the timeout interval. They have the form
204 \fB+keyword=value\fR. The query options are:
205 .TP 3n
206 \fB+[no]tcp\fR
207 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.
208 .TP 3n
209 \fB+[no]vc\fR
210 Use [do not use] TCP when querying name servers. This alternate syntax to
211 \fI+[no]tcp\fR
212 is provided for backwards compatibility. The "vc" stands for "virtual circuit".
213 .TP 3n
214 \fB+[no]ignore\fR
215 Ignore truncation in UDP responses instead of retrying with TCP. By default, TCP retries are performed.
216 .TP 3n
217 \fB+domain=somename\fR
218 Set the search list to contain the single domain
219 \fIsomename\fR, as if specified in a
220 \fBdomain\fR
221 directive in
222 \fI/etc/resolv.conf\fR, and enable search list processing as if the
223 \fI+search\fR
224 option were given.
225 .TP 3n
226 \fB+[no]search\fR
227 Use [do not use] the search list defined by the searchlist or domain directive in
228 \fIresolv.conf\fR
229 (if any). The search list is not used by default.
230 .TP 3n
231 \fB+[no]defname\fR
232 Deprecated, treated as a synonym for
233 \fI+[no]search\fR
234 .TP 3n
235 \fB+[no]aaonly\fR
236 Sets the "aa" flag in the query.
237 .TP 3n
238 \fB+[no]aaflag\fR
239 A synonym for
240 \fI+[no]aaonly\fR.
241 .TP 3n
242 \fB+[no]adflag\fR
243 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.
244 .TP 3n
245 \fB+[no]cdflag\fR
246 Set [do not set] the CD (checking disabled) bit in the query. This requests the server to not perform DNSSEC validation of responses.
247 .TP 3n
248 \fB+[no]cl\fR
249 Display [do not display] the CLASS when printing the record.
250 .TP 3n
251 \fB+[no]ttlid\fR
252 Display [do not display] the TTL when printing the record.
253 .TP 3n
254 \fB+[no]recurse\fR
255 Toggle the setting of the RD (recursion desired) bit in the query. This bit is set by default, which means
256 \fBdig\fR
257 normally sends recursive queries. Recursion is automatically disabled when the
258 \fI+nssearch\fR
259 or
260 \fI+trace\fR
261 query options are used.
262 .TP 3n
263 \fB+[no]nssearch\fR
264 When this option is set,
265 \fBdig\fR
266 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.
267 .TP 3n
268 \fB+[no]trace\fR
269 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,
270 \fBdig\fR
271 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.
272 .TP 3n
273 \fB+[no]cmd\fR
274 toggles the printing of the initial comment in the output identifying the version of
275 \fBdig\fR
276 and the query options that have been applied. This comment is printed by default.
277 .TP 3n
278 \fB+[no]short\fR
279 Provide a terse answer. The default is to print the answer in a verbose form.
280 .TP 3n
281 \fB+[no]identify\fR
282 Show [or do not show] the IP address and port number that supplied the answer when the
283 \fI+short\fR
284 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.
285 .TP 3n
286 \fB+[no]comments\fR
287 Toggle the display of comment lines in the output. The default is to print comments.
288 .TP 3n
289 \fB+[no]stats\fR
290 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.
291 .TP 3n
292 \fB+[no]qr\fR
293 Print [do not print] the query as it is sent. By default, the query is not printed.
294 .TP 3n
295 \fB+[no]question\fR
296 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.
297 .TP 3n
298 \fB+[no]answer\fR
299 Display [do not display] the answer section of a reply. The default is to display it.
300 .TP 3n
301 \fB+[no]authority\fR
302 Display [do not display] the authority section of a reply. The default is to display it.
303 .TP 3n
304 \fB+[no]additional\fR
305 Display [do not display] the additional section of a reply. The default is to display it.
306 .TP 3n
307 \fB+[no]all\fR
308 Set or clear all display flags.
309 .TP 3n
310 \fB+time=T\fR
311 Sets the timeout for a query to
312 \fIT\fR
313 seconds. The default time out is 5 seconds. An attempt to set
314 \fIT\fR
315 to less than 1 will result in a query timeout of 1 second being applied.
316 .TP 3n
317 \fB+tries=T\fR
318 Sets the number of times to try UDP queries to server to
319 \fIT\fR
320 instead of the default, 3. If
321 \fIT\fR
322 is less than or equal to zero, the number of tries is silently rounded up to 1.
323 .TP 3n
324 \fB+retry=T\fR
325 Sets the number of times to retry UDP queries to server to
326 \fIT\fR
327 instead of the default, 2. Unlike
328 \fI+tries\fR, this does not include the initial query.
329 .TP 3n
330 \fB+ndots=D\fR
331 Set the number of dots that have to appear in
332 \fIname\fR
333 to
334 \fID\fR
335 for it to be considered absolute. The default value is that defined using the ndots statement in
336 \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
337 \fBsearch\fR
338 or
339 \fBdomain\fR
340 directive in
341 \fI/etc/resolv.conf\fR.
342 .TP 3n
343 \fB+bufsize=B\fR
344 Set the UDP message buffer size advertised using EDNS0 to
345 \fIB\fR
346 bytes. The maximum and minimum sizes of this buffer are 65535 and 0 respectively. Values outside this range are rounded up or down appropriately.
347 .TP 3n
348 \fB+[no]multiline\fR
349 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
350 \fBdig\fR
351 output.
352 .TP 3n
353 \fB+[no]fail\fR
354 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.
355 .TP 3n
356 \fB+[no]besteffort\fR
357 Attempt to display the contents of messages which are malformed. The default is to not display malformed answers.
358 .TP 3n
359 \fB+[no]dnssec\fR
360 Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO) in the OPT record in the additional section of the query.
361 .TP 3n
362 \fB+[no]sigchase\fR
363 Chase DNSSEC signature chains. Requires dig be compiled with \-DDIG_SIGCHASE.
364 .TP 3n
365 \fB+trusted\-key=####\fR
366 Specifies a file containing trusted keys to be used with
367 \fB+sigchase\fR. Each DNSKEY record must be on its own line.
368 .sp
369 If not specified
370 \fBdig\fR
371 will look for
372 \fI/etc/trusted\-key.key\fR
373 then
374 \fItrusted\-key.key\fR
375 in the current directory.
376 .sp
377 Requires dig be compiled with \-DDIG_SIGCHASE.
378 .TP 3n
379 \fB+[no]topdown\fR
380 When chasing DNSSEC signature chains perform a top down validation. Requires dig be compiled with \-DDIG_SIGCHASE.
381 .SH "MULTIPLE QUERIES"
382 .PP
383 The BIND 9 implementation of
384 \fBdig \fR
385 supports specifying multiple queries on the command line (in addition to supporting the
386 \fB\-f\fR
387 batch file option). Each of those queries can be supplied with its own set of flags, options and query options.
388 .PP
389 In this case, each
390 \fIquery\fR
391 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.
392 .PP
393 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
394 \fB+[no]cmd\fR
395 option) can be overridden by a query\-specific set of query options. For example:
396 .sp
397 .RS 3n
398 .nf
399 dig +qr www.isc.org any \-x 127.0.0.1 isc.org ns +noqr
400 .fi
401 .RE
402 .sp
403 shows how
404 \fBdig\fR
405 could be used from the command line to make three lookups: an ANY query for
406 www.isc.org, a reverse lookup of 127.0.0.1 and a query for the NS records of
407 isc.org. A global query option of
408 \fI+qr\fR
409 is applied, so that
410 \fBdig\fR
411 shows the initial query it made for each lookup. The final query has a local query option of
412 \fI+noqr\fR
413 which means that
414 \fBdig\fR
415 will not print the initial query when it looks up the NS records for
416 isc.org.
417 .SH "FILES"
418 .PP
419 \fI/etc/resolv.conf\fR
420 .PP
421 \fI${HOME}/.digrc\fR
422 .SH "SEE ALSO"
423 .PP
424 \fBhost\fR(1),
425 \fBnamed\fR(8),
426 \fBdnssec\-keygen\fR(8),
427 RFC1035.
428 .SH "BUGS "
429 .PP
430 There are probably too many query options.
431 .SH "COPYRIGHT"
432 Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")