man.host.html revision 7be2f6d5df28b207e3e385c555eb4f740150528d
10139N/A<!--
10139N/A - Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC")
10139N/A - Copyright (C) 2000-2003 Internet Software Consortium.
20291N/A -
10139N/A - Permission to use, copy, modify, and/or distribute this software for any
10139N/A - purpose with or without fee is hereby granted, provided that the above
10139N/A - copyright notice and this permission notice appear in all copies.
17820N/A -
10139N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
17177N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18603N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
17177N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10139N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
10139N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
10139N/A - PERFORMANCE OF THIS SOFTWARE.
10139N/A-->
18905N/A<!-- $Id$ -->
10139N/A<html>
10139N/A<head>
18615N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
10139N/A<title>host</title>
18532N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
10159N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
12094N/A<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
12773N/A<link rel="prev" href="man.dig.html" title="dig">
12773N/A<link rel="next" href="man.dnssec-checkds.html" title="dnssec-checkds">
12773N/A</head>
10139N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
10139N/A<div class="navheader">
19022N/A<table width="100%" summary="Navigation header">
19022N/A<tr><th colspan="3" align="center">host</th></tr>
20291N/A<tr>
19046N/A<td width="20%" align="left">
20291N/A<a accesskey="p" href="man.dig.html">Prev</a>�</td>
20291N/A<th width="60%" align="center">Manual pages</th>
10139N/A<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-checkds.html">Next</a>
10139N/A</td>
10139N/A</tr>
10139N/A</table>
10139N/A<hr>
10139N/A</div>
10139N/A<div class="refentry" lang="en">
10139N/A<a name="man.host"></a><div class="titlepage"></div>
10139N/A<div class="refnamediv">
10139N/A<h2>Name</h2>
10139N/A<p>host &#8212; DNS lookup utility</p>
10139N/A</div>
10139N/A<div class="refsynopsisdiv">
10139N/A<h2>Synopsis</h2>
10139N/A<div class="cmdsynopsis"><p><code class="command">host</code> [<code class="option">-aCdlnrsTwv</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-N <em class="replaceable"><code>ndots</code></em></code>] [<code class="option">-R <em class="replaceable"><code>number</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-W <em class="replaceable"><code>wait</code></em></code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-4</code>] [<code class="option">-6</code>] {name} [server]</p></div>
10139N/A</div>
10139N/A<div class="refsect1" lang="en">
10139N/A<a name="id2614186"></a><h2>DESCRIPTION</h2>
10139N/A<p><span><strong class="command">host</strong></span>
10139N/A is a simple utility for performing DNS lookups.
10139N/A It is normally used to convert names to IP addresses and vice versa.
10139N/A When no arguments or options are given,
10139N/A <span><strong class="command">host</strong></span>
10139N/A prints a short summary of its command line arguments and options.
10139N/A </p>
10139N/A<p><em class="parameter"><code>name</code></em> is the domain name that is to be
10139N/A looked
10139N/A up. It can also be a dotted-decimal IPv4 address or a colon-delimited
10139N/A IPv6 address, in which case <span><strong class="command">host</strong></span> will by
10139N/A default
10139N/A perform a reverse lookup for that address.
10139N/A <em class="parameter"><code>server</code></em> is an optional argument which
10139N/A is either
10139N/A the name or IP address of the name server that <span><strong class="command">host</strong></span>
10139N/A should query instead of the server or servers listed in
12094N/A <code class="filename">/etc/resolv.conf</code>.
12754N/A </p>
10159N/A<p>
10139N/A The <code class="option">-a</code> (all) option is equivalent to setting the
10139N/A <code class="option">-v</code> option and asking <span><strong class="command">host</strong></span> to make
10139N/A a query of type ANY.
19022N/A </p>
19046N/A<p>
20291N/A When the <code class="option">-C</code> option is used, <span><strong class="command">host</strong></span>
10139N/A will attempt to display the SOA records for zone
10139N/A <em class="parameter"><code>name</code></em> from all the listed
10139N/A authoritative name
10139N/A servers for that zone. The list of name servers is defined by the NS
10139N/A records that are found for the zone.
10139N/A </p>
10139N/A<p>
10139N/A The <code class="option">-c</code> option instructs to make a DNS query of class
10139N/A <em class="parameter"><code>class</code></em>. This can be used to lookup
10139N/A Hesiod or
10139N/A Chaosnet class resource records. The default class is IN (Internet).
10139N/A </p>
10139N/A<p>
10139N/A Verbose output is generated by <span><strong class="command">host</strong></span> when
10139N/A the
10139N/A <code class="option">-d</code> or <code class="option">-v</code> option is used. The two
10139N/A options are equivalent. They have been provided for backwards
11149N/A compatibility. In previous versions, the <code class="option">-d</code> option
12773N/A switched on debugging traces and <code class="option">-v</code> enabled verbose
12773N/A output.
12773N/A </p>
12773N/A<p>
12773N/A List mode is selected by the <code class="option">-l</code> option. This makes
10139N/A <span><strong class="command">host</strong></span> perform a zone transfer for zone
10139N/A <em class="parameter"><code>name</code></em>. Transfer the zone printing out
10139N/A the NS, PTR
10139N/A and address records (A/AAAA). If combined with <code class="option">-a</code>
10139N/A all records will be printed.
10139N/A </p>
10139N/A<p>
10139N/A The <code class="option">-i</code>
10139N/A option specifies that reverse lookups of IPv6 addresses should
10139N/A use the IP6.INT domain as defined in RFC1886.
10139N/A The default is to use IP6.ARPA.
17882N/A </p>
10139N/A<p>
10139N/A The <code class="option">-N</code> option sets the number of dots that have to be
10139N/A in <em class="parameter"><code>name</code></em> for it to be considered
10139N/A absolute. The
10139N/A default value is that defined using the ndots statement in
10139N/A <code class="filename">/etc/resolv.conf</code>, or 1 if no ndots
10139N/A statement is
10139N/A present. Names with fewer dots are interpreted as relative names and
10139N/A will be searched for in the domains listed in the <span class="type">search</span>
10139N/A or <span class="type">domain</span> directive in
10139N/A <code class="filename">/etc/resolv.conf</code>.
12184N/A </p>
10139N/A<p>
10139N/A The number of UDP retries for a lookup can be changed with the
10139N/A <code class="option">-R</code> option. <em class="parameter"><code>number</code></em>
10139N/A indicates
10139N/A how many times <span><strong class="command">host</strong></span> will repeat a query
10139N/A that does
10139N/A not get answered. The default number of retries is 1. If
10139N/A <em class="parameter"><code>number</code></em> is negative or zero, the
10139N/A number of
10139N/A retries will default to 1.
10139N/A </p>
10139N/A<p>
10139N/A Non-recursive queries can be made via the <code class="option">-r</code> option.
10139N/A Setting this option clears the <span class="type">RD</span> &#8212; recursion
10139N/A desired &#8212; bit in the query which <span><strong class="command">host</strong></span> makes.
10139N/A This should mean that the name server receiving the query will not
12184N/A attempt to resolve <em class="parameter"><code>name</code></em>. The
10139N/A <code class="option">-r</code> option enables <span><strong class="command">host</strong></span>
10139N/A to mimic
10139N/A the behavior of a name server by making non-recursive queries and
10139N/A expecting to receive answers to those queries that are usually
10139N/A referrals to other name servers.
10139N/A </p>
10139N/A<p>
10139N/A By default, <span><strong class="command">host</strong></span> uses UDP when making
20291N/A queries. The
20291N/A <code class="option">-T</code> option makes it use a TCP connection when querying
19046N/A the name server. TCP will be automatically selected for queries that
19046N/A require it, such as zone transfer (AXFR) requests.
19022N/A </p>
19022N/A<p>
18905N/A The <code class="option">-4</code> option forces <span><strong class="command">host</strong></span> to only
18905N/A use IPv4 query transport. The <code class="option">-6</code> option forces
18690N/A <span><strong class="command">host</strong></span> to only use IPv6 query transport.
18690N/A </p>
18685N/A<p>
18685N/A The <code class="option">-t</code> option is used to select the query type.
18685N/A <em class="parameter"><code>type</code></em> can be any recognized query
18685N/A type: CNAME,
18532N/A NS, SOA, SIG, KEY, AXFR, etc. When no query type is specified,
18532N/A <span><strong class="command">host</strong></span> automatically selects an appropriate
18422N/A query
18422N/A type. By default, it looks for A, AAAA, and MX records, but if the
18365N/A <code class="option">-C</code> option was given, queries will be made for SOA
18365N/A records, and if <em class="parameter"><code>name</code></em> is a
18300N/A dotted-decimal IPv4
18300N/A address or colon-delimited IPv6 address, <span><strong class="command">host</strong></span> will
18236N/A query for PTR records. If a query type of IXFR is chosen the starting
18236N/A serial number can be specified by appending an equal followed by the
18140N/A starting serial number (e.g. -t IXFR=12345678).
18140N/A </p>
18140N/A<p>
17882N/A The time to wait for a reply can be controlled through the
17882N/A <code class="option">-W</code> and <code class="option">-w</code> options. The
17882N/A <code class="option">-W</code> option makes <span><strong class="command">host</strong></span>
17570N/A wait for
17570N/A <em class="parameter"><code>wait</code></em> seconds. If <em class="parameter"><code>wait</code></em>
17397N/A is less than one, the wait interval is set to one second. When the
17397N/A <code class="option">-w</code> option is used, <span><strong class="command">host</strong></span>
17301N/A will
17301N/A effectively wait forever for a reply. The time to wait for a response
17142N/A will be set to the number of seconds given by the hardware's maximum
17142N/A value for an integer quantity.
16987N/A </p>
16987N/A<p>
16906N/A The <code class="option">-s</code> option tells <span><strong class="command">host</strong></span>
16906N/A <span class="emphasis"><em>not</em></span> to send the query to the next nameserver
16807N/A if any server responds with a SERVFAIL response, which is the
16807N/A reverse of normal stub resolver behavior.
16670N/A </p>
16670N/A<p>
16670N/A The <code class="option">-m</code> can be used to set the memory usage debugging
16626N/A flags
16626N/A <em class="parameter"><code>record</code></em>, <em class="parameter"><code>usage</code></em> and
16429N/A <em class="parameter"><code>trace</code></em>.
16429N/A </p>
16379N/A</div>
16626N/A<div class="refsect1" lang="en">
16379N/A<a name="id2614973"></a><h2>IDN SUPPORT</h2>
16337N/A<p>
16626N/A If <span><strong class="command">host</strong></span> has been built with IDN (internationalized
16626N/A domain name) support, it can accept and display non-ASCII domain names.
16162N/A <span><strong class="command">host</strong></span> appropriately converts character encoding of
16626N/A domain name before sending a request to DNS server or displaying a
16149N/A reply from the server.
16626N/A If you'd like to turn off the IDN support for some reason, defines
15881N/A the <code class="envar">IDN_DISABLE</code> environment variable.
16626N/A The IDN support is disabled if the variable is set when
15854N/A <span><strong class="command">host</strong></span> runs.
16626N/A </p>
15696N/A</div>
16626N/A<div class="refsect1" lang="en">
14554N/A<a name="id2615002"></a><h2>FILES</h2>
16626N/A<p><code class="filename">/etc/resolv.conf</code>
14540N/A </p>
14540N/A</div>
14206N/A<div class="refsect1" lang="en">
14206N/A<a name="id2615016"></a><h2>SEE ALSO</h2>
13945N/A<p><span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>,
16626N/A <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>.
13840N/A </p>
13840N/A</div>
13766N/A</div>
13766N/A<div class="navfooter">
13624N/A<hr>
13624N/A<table width="100%" summary="Navigation footer">
13426N/A<tr>
13426N/A<td width="40%" align="left">
13314N/A<a accesskey="p" href="man.dig.html">Prev</a>�</td>
13314N/A<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
13260N/A<td width="40%" align="right">�<a accesskey="n" href="man.dnssec-checkds.html">Next</a>
13260N/A</td>
13114N/A</tr>
13114N/A<tr>
12808N/A<td width="40%" align="left" valign="top">dig�</td>
12808N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
12586N/A<td width="40%" align="right" valign="top">�<span class="application">dnssec-checkds</span>
12586N/A</td>
12467N/A</tr>
12467N/A</table>
12363N/A</div>
12363N/A</body>
12288N/A</html>
12288N/A