98N/A<!
DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 943N/A [<!ENTITY mdash "—">]>
98N/A - Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") 919N/A - Copyright (C) 2000-2002 Internet Software Consortium. 919N/A - Permission to use, copy, modify, and/or distribute this software for any 919N/A - purpose with or without fee is hereby granted, provided that the above 919N/A - copyright notice and this permission notice appear in all copies. 919N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 919N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 919N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 919N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 919N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 919N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 919N/A - PERFORMANCE OF THIS SOFTWARE. 98N/A <
date>Jun 30, 2000</
date>
98N/A <
refentrytitle>host</
refentrytitle>
851N/A <
manvolnum>1</
manvolnum>
98N/A <
refmiscinfo>BIND9</
refmiscinfo>
911N/A <
refname>host</
refname>
98N/A <
refpurpose>DNS lookup utility</
refpurpose>
<
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
<
holder>Internet Software Consortium.</
holder>
<
arg><
option>-aCdlnrsTwv</
option></
arg>
<
arg><
option>-c <
replaceable class="parameter">class</
replaceable></
option></
arg>
<
arg><
option>-N <
replaceable class="parameter">ndots</
replaceable></
option></
arg>
<
arg><
option>-R <
replaceable class="parameter">number</
replaceable></
option></
arg>
<
arg><
option>-t <
replaceable class="parameter">type</
replaceable></
option></
arg>
<
arg><
option>-W <
replaceable class="parameter">wait</
replaceable></
option></
arg>
<
arg><
option>-m <
replaceable class="parameter">flag</
replaceable></
option></
arg>
<
arg><
option>-4</
option></
arg>
<
arg><
option>-6</
option></
arg>
<
arg choice="req">name</
arg>
<
arg choice="opt">server</
arg>
<
title>DESCRIPTION</
title>
<
para><
command>host</
command>
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,
prints a short summary of its command line arguments and options.
<
para><
parameter>name</
parameter> is the domain name that is to be
up. It can also be a dotted-decimal IPv4 address or a colon-delimited
IPv6 address, in which case <
command>host</
command> will by
perform a reverse lookup for that address.
<
parameter>server</
parameter> is an optional argument which
the name or IP address of the name server that <
command>host</
command>
should query instead of the server or servers listed in
The <
option>-a</
option> (all) option is equivalent to setting the
<
option>-v</
option> option and asking <
command>host</
command> to make
When the <
option>-C</
option> option is used, <
command>host</
command>
will attempt to display the SOA records for zone
<
parameter>name</
parameter> from all the listed
servers for that zone. The list of name servers is defined by the NS
records that are found for the zone.
The <
option>-c</
option> option instructs to make a DNS query of class
<
parameter>class</
parameter>. This can be used to lookup
Chaosnet class resource records. The default class is IN (Internet).
Verbose output is generated by <
command>host</
command> when
<
option>-d</
option> or <
option>-v</
option> option is used. The two
options are equivalent. They have been provided for backwards
compatibility. In previous versions, the <
option>-d</
option> option
switched on debugging traces and <
option>-v</
option> enabled verbose
List mode is selected by the <
option>-l</
option> option. This makes
<
command>host</
command> perform a zone transfer for zone
<
parameter>name</
parameter>. Transfer the zone printing out
and address records (
A/
AAAA). If combined with <
option>-a</
option>
all records will be printed.
option specifies that reverse lookups of IPv6 addresses should
use the
IP6.INT domain as defined in RFC1886.
The <
option>-N</
option> option sets the number of dots that have to be
in <
parameter>name</
parameter> for it to be considered
default value is that defined using the ndots statement in
present. Names with fewer dots are interpreted as relative names and
will be searched for in the domains listed in the <
type>search</
type>
or <
type>domain</
type> directive in
The number of UDP retries for a lookup can be changed with the
<
option>-R</
option> option. <
parameter>number</
parameter>
how many times <
command>host</
command> will repeat a query
not get answered. The default number of retries is 1. If
<
parameter>number</
parameter> is negative or zero, the
retries will default to 1.
Non-recursive queries can be made via the <
option>-r</
option> option.
Setting this option clears the <
type>RD</
type> — recursion
desired — bit in the query which <
command>host</
command> makes.
This should mean that the name server receiving the query will not
attempt to resolve <
parameter>name</
parameter>. The
<
option>-r</
option> option enables <
command>host</
command>
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.
By default <
command>host</
command> uses UDP when making
<
option>-T</
option> 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.
The <
option>-4</
option> option forces <
command>host</
command> to only
use IPv4 query transport. The <
option>-6</
option> option forces
<
command>host</
command> to only use IPv6 query transport.
The <
option>-t</
option> option is used to select the query type.
<
parameter>type</
parameter> can be any recognized query
NS, SOA, SIG, KEY, AXFR, etc. When no query type is specified,
<
command>host</
command> automatically selects an appropriate
type. By default it looks for A, AAAA, and MX records, but if the
<
option>-C</
option> option was given, queries will be made for SOA
records, and if <
parameter>name</
parameter> is a
address or colon-delimited IPv6 address, <
command>host</
command> 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).
The time to wait for a reply can be controlled through the
<
option>-W</
option> and <
option>-w</
option> options. The
<
option>-W</
option> option makes <
command>host</
command>
<
parameter>wait</
parameter> seconds. If <
parameter>wait</
parameter>
is less than one, the wait interval is set to one second. When the
<
option>-w</
option> option is used, <
command>host</
command>
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.
The <
option>-s</
option> option tells <
command>host</
command>
<
emphasis>not</
emphasis> 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.
The <
option>-m</
option> can be used to set the memory usage debugging
<
parameter>record</
parameter>, <
parameter>usage</
parameter> and
<
parameter>trace</
parameter>.
<
title>IDN SUPPORT</
title>
If <
command>host</
command> has been built with IDN (internationalized
domain name) support, it can accept and display non-ASCII domain names.
<
command>host</
command> appropriately converts character encoding of
domain name before sending a request to DNS server or displaying a
If you'd like to turn off the IDN support for some reason, defines
the <
envar>IDN_DISABLE</
envar> environment variable.
The IDN support is disabled if the variable is set when
<
command>host</
command> runs.
<
refentrytitle>dig</
refentrytitle><
manvolnum>1</
manvolnum>
<
refentrytitle>named</
refentrytitle><
manvolnum>8</
manvolnum>