]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/bin/dig/host.1
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / bin / dig / host.1
1 .\" Copyright (C) 2004, 2005, 2007-2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
2 .\" Copyright (C) 2000-2002 Internet Software Consortium.
3 .\" 
4 .\" Permission to use, copy, modify, and/or 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 .hy 0
17 .ad l
18 '\" t
19 .\"     Title: host
20 .\"    Author: 
21 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
22 .\"      Date: 2009-01-20
23 .\"    Manual: BIND9
24 .\"    Source: ISC
25 .\"  Language: English
26 .\"
27 .TH "HOST" "1" "2009\-01\-20" "ISC" "BIND9"
28 .\" -----------------------------------------------------------------
29 .\" * Define some portability stuff
30 .\" -----------------------------------------------------------------
31 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 .\" http://bugs.debian.org/507673
33 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
34 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35 .ie \n(.g .ds Aq \(aq
36 .el       .ds Aq '
37 .\" -----------------------------------------------------------------
38 .\" * set default formatting
39 .\" -----------------------------------------------------------------
40 .\" disable hyphenation
41 .nh
42 .\" disable justification (adjust text to left margin only)
43 .ad l
44 .\" -----------------------------------------------------------------
45 .\" * MAIN CONTENT STARTS HERE *
46 .\" -----------------------------------------------------------------
47 .SH "NAME"
48 host \- DNS lookup utility
49 .SH "SYNOPSIS"
50 .HP \w'\fBhost\fR\ 'u
51 \fBhost\fR [\fB\-aCdlnrsTwv\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-N\ \fR\fB\fIndots\fR\fR] [\fB\-R\ \fR\fB\fInumber\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-W\ \fR\fB\fIwait\fR\fR] [\fB\-m\ \fR\fB\fIflag\fR\fR] [\fB\-4\fR] [\fB\-6\fR] [\fB\-v\fR] [\fB\-V\fR] {name} [server]
52 .SH "DESCRIPTION"
53 .PP
54 \fBhost\fR
55 is a simple utility for performing DNS lookups\&. It is normally used to convert names to IP addresses and vice versa\&. When no arguments or options are given,
56 \fBhost\fR
57 prints a short summary of its command line arguments and options\&.
58 .PP
59 \fIname\fR
60 is the domain name that is to be looked up\&. It can also be a dotted\-decimal IPv4 address or a colon\-delimited IPv6 address, in which case
61 \fBhost\fR
62 will by default perform a reverse lookup for that address\&.
63 \fIserver\fR
64 is an optional argument which is either the name or IP address of the name server that
65 \fBhost\fR
66 should query instead of the server or servers listed in
67 /etc/resolv\&.conf\&.
68 .PP
69 The
70 \fB\-a\fR
71 (all) option is equivalent to setting the
72 \fB\-v\fR
73 option and asking
74 \fBhost\fR
75 to make a query of type ANY\&.
76 .PP
77 When the
78 \fB\-C\fR
79 option is used,
80 \fBhost\fR
81 will attempt to display the SOA records for zone
82 \fIname\fR
83 from all the listed authoritative name servers for that zone\&. The list of name servers is defined by the NS records that are found for the zone\&.
84 .PP
85 The
86 \fB\-c\fR
87 option instructs to make a DNS query of class
88 \fIclass\fR\&. This can be used to lookup Hesiod or Chaosnet class resource records\&. The default class is IN (Internet)\&.
89 .PP
90 Verbose output is generated by
91 \fBhost\fR
92 when the
93 \fB\-d\fR
94 or
95 \fB\-v\fR
96 option is used\&. The two options are equivalent\&. They have been provided for backwards compatibility\&. In previous versions, the
97 \fB\-d\fR
98 option switched on debugging traces and
99 \fB\-v\fR
100 enabled verbose output\&.
101 .PP
102 List mode is selected by the
103 \fB\-l\fR
104 option\&. This makes
105 \fBhost\fR
106 perform a zone transfer for zone
107 \fIname\fR\&. Transfer the zone printing out the NS, PTR and address records (A/AAAA)\&. If combined with
108 \fB\-a\fR
109 all records will be printed\&.
110 .PP
111 The
112 \fB\-i\fR
113 option specifies that reverse lookups of IPv6 addresses should use the IP6\&.INT domain as defined in RFC1886\&. The default is to use IP6\&.ARPA\&.
114 .PP
115 The
116 \fB\-N\fR
117 option sets the number of dots that have to be in
118 \fIname\fR
119 for it to be considered absolute\&. The default value is that defined using the ndots statement in
120 /etc/resolv\&.conf, 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
121 \fBsearch\fR
122 or
123 \fBdomain\fR
124 directive in
125 /etc/resolv\&.conf\&.
126 .PP
127 The number of UDP retries for a lookup can be changed with the
128 \fB\-R\fR
129 option\&.
130 \fInumber\fR
131 indicates how many times
132 \fBhost\fR
133 will repeat a query that does not get answered\&. The default number of retries is 1\&. If
134 \fInumber\fR
135 is negative or zero, the number of retries will default to 1\&.
136 .PP
137 Non\-recursive queries can be made via the
138 \fB\-r\fR
139 option\&. Setting this option clears the
140 \fBRD\fR
141 \(em recursion desired \(em bit in the query which
142 \fBhost\fR
143 makes\&. This should mean that the name server receiving the query will not attempt to resolve
144 \fIname\fR\&. The
145 \fB\-r\fR
146 option enables
147 \fBhost\fR
148 to mimic the behavior of a name server by making non\-recursive queries and expecting to receive answers to those queries that are usually referrals to other name servers\&.
149 .PP
150 By default,
151 \fBhost\fR
152 uses UDP when making queries\&. The
153 \fB\-T\fR
154 option makes it use a TCP connection when querying the name server\&. TCP will be automatically selected for queries that require it, such as zone transfer (AXFR) requests\&.
155 .PP
156 The
157 \fB\-4\fR
158 option forces
159 \fBhost\fR
160 to only use IPv4 query transport\&. The
161 \fB\-6\fR
162 option forces
163 \fBhost\fR
164 to only use IPv6 query transport\&.
165 .PP
166 The
167 \fB\-t\fR
168 option is used to select the query type\&.
169 \fItype\fR
170 can be any recognized query type: CNAME, NS, SOA, SIG, KEY, AXFR, etc\&. When no query type is specified,
171 \fBhost\fR
172 automatically selects an appropriate query type\&. By default, it looks for A, AAAA, and MX records, but if the
173 \fB\-C\fR
174 option was given, queries will be made for SOA records, and if
175 \fIname\fR
176 is a dotted\-decimal IPv4 address or colon\-delimited IPv6 address,
177 \fBhost\fR
178 will query for PTR records\&. If a query type of IXFR is chosen the starting serial number can be specified by appending an equal followed by the starting serial number (e\&.g\&. \-t IXFR=12345678)\&.
179 .PP
180 The time to wait for a reply can be controlled through the
181 \fB\-W\fR
182 and
183 \fB\-w\fR
184 options\&. The
185 \fB\-W\fR
186 option makes
187 \fBhost\fR
188 wait for
189 \fIwait\fR
190 seconds\&. If
191 \fIwait\fR
192 is less than one, the wait interval is set to one second\&. When the
193 \fB\-w\fR
194 option is used,
195 \fBhost\fR
196 will effectively wait forever for a reply\&. The time to wait for a response will be set to the number of seconds given by the hardware\*(Aqs maximum value for an integer quantity\&.
197 .PP
198 The
199 \fB\-s\fR
200 option tells
201 \fBhost\fR\fInot\fR
202 to send the query to the next nameserver if any server responds with a SERVFAIL response, which is the reverse of normal stub resolver behavior\&.
203 .PP
204 The
205 \fB\-m\fR
206 can be used to set the memory usage debugging flags
207 \fIrecord\fR,
208 \fIusage\fR
209 and
210 \fItrace\fR\&.
211 .PP
212 The
213 \fB\-V\fR
214 option causes
215 \fBhost\fR
216 to print the version number and exit\&.
217 .SH "IDN SUPPORT"
218 .PP
219 If
220 \fBhost\fR
221 has been built with IDN (internationalized domain name) support, it can accept and display non\-ASCII domain names\&.
222 \fBhost\fR
223 appropriately converts character encoding of domain name before sending a request to DNS server or displaying a reply from the server\&. If you\*(Aqd like to turn off the IDN support for some reason, defines the
224 \fBIDN_DISABLE\fR
225 environment variable\&. The IDN support is disabled if the variable is set when
226 \fBhost\fR
227 runs\&.
228 .SH "FILES"
229 .PP
230 /etc/resolv\&.conf
231 .SH "SEE ALSO"
232 .PP
233 \fBdig\fR(1),
234 \fBnamed\fR(8)\&.
235 .SH "AUTHOR"
236 .PP
237 \fBInternet Systems Consortium, Inc\&.\fR
238 .SH "COPYRIGHT"
239 .br
240 Copyright \(co 2004, 2005, 2007-2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
241 .br
242 Copyright \(co 2000-2002 Internet Software Consortium.
243 .br