1 .\" $NetBSD: host.1,v 1.5 2014/12/10 04:37:51 christos Exp $
3 .\" Copyright (C) 2004, 2005, 2007-2009, 2014 Internet Systems Consortium, Inc. ("ISC")
4 .\" Copyright (C) 2000-2002 Internet Software Consortium.
6 .\" Permission to use, copy, modify, and/or distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 .\" PERFORMANCE OF THIS SOFTWARE.
24 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
25 .\" Date: January 20, 2009
29 .TH "HOST" "1" "January 20, 2009" "BIND9" "BIND9"
30 .\" disable hyphenation
32 .\" disable justification (adjust text to left margin only)
35 host \- DNS lookup utility
38 \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]
42 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,
44 prints a short summary of its command line arguments and options.
47 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
49 will by default perform a reverse lookup for that address.
51 is an optional argument which is either the name or IP address of the name server that
53 should query instead of the server or servers listed in
54 \fI/etc/resolv.conf\fR.
58 (all) option is equivalent to setting the
62 to make a query of type ANY.
68 will attempt to display the SOA records for zone
70 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.
74 option instructs to make a DNS query of class
75 \fIclass\fR. This can be used to lookup Hesiod or Chaosnet class resource records. The default class is IN (Internet).
77 Verbose output is generated by
83 option is used. The two options are equivalent. They have been provided for backwards compatibility. In previous versions, the
85 option switched on debugging traces and
87 enabled verbose output.
89 List mode is selected by the
93 perform a zone transfer for zone
94 \fIname\fR. Transfer the zone printing out the NS, PTR and address records (A/AAAA). If combined with
96 all records will be printed.
100 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.
104 option sets the number of dots that have to be in
106 for it to be considered absolute. The default value is that defined using the ndots statement in
107 \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
112 \fI/etc/resolv.conf\fR.
114 The number of UDP retries for a lookup can be changed with the
118 indicates how many times
120 will repeat a query that does not get answered. The default number of retries is 1. If
122 is negative or zero, the number of retries will default to 1.
124 Non\-recursive queries can be made via the
126 option. Setting this option clears the
128 \(em recursion desired \(em bit in the query which
130 makes. This should mean that the name server receiving the query will not attempt to resolve
135 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.
139 uses UDP when making queries. The
141 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.
147 to only use IPv4 query transport. The
151 to only use IPv6 query transport.
155 option is used to select the query type.
157 can be any recognized query type: CNAME, NS, SOA, SIG, KEY, AXFR, etc. When no query type is specified,
159 automatically selects an appropriate query type. By default, it looks for A, AAAA, and MX records, but if the
161 option was given, queries will be made for SOA records, and if
163 is a dotted\-decimal IPv4 address or colon\-delimited IPv6 address,
165 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).
167 The time to wait for a reply can be controlled through the
179 is less than one, the wait interval is set to one second. When the
183 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's maximum value for an integer quantity.
190 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.
194 can be used to set the memory usage debugging flags
204 to print the version number and exit.
209 has been built with IDN (internationalized domain name) support, it can accept and display non\-ASCII domain names.
211 appropriately converts character encoding of domain name before sending a request to DNS server or displaying a reply from the server. If you'd like to turn off the IDN support for some reason, defines the
213 environment variable. The IDN support is disabled if the variable is set when
218 \fI/etc/resolv.conf\fR
224 Copyright \(co 2004, 2005, 2007\-2009, 2014 Internet Systems Consortium, Inc. ("ISC")
226 Copyright \(co 2000\-2002 Internet Software Consortium.