man.host.html revision e839bf134fb138920d4833cf05cb8b8906787a8d
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
ff2835d14868672e6192c19f768bceda1a7b635cludo - Copyright (C) 2000-2003 Internet Software Consortium.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - Permission to use, copy, modify, and/or distribute this software for any
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - purpose with or without fee is hereby granted, provided that the above
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - copyright notice and this permission notice appear in all copies.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
ff2835d14868672e6192c19f768bceda1a7b635cludo - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
ff2835d14868672e6192c19f768bceda1a7b635cludo - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus - PERFORMANCE OF THIS SOFTWARE.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<!-- $Id: man.host.html,v 1.180 2011/10/26 01:14:51 tbox Exp $ -->
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<link rel="next" href="man.dnssec-dsfromkey.html" title="dnssec-dsfromkey">
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-dsfromkey.html">Next</a>
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<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>
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus is a simple utility for performing DNS lookups.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus It is normally used to convert names to IP addresses and vice versa.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus When no arguments or options are given,
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus prints a short summary of its command line arguments and options.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus<p><em class="parameter"><code>name</code></em> is the domain name that is to be
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus up. It can also be a dotted-decimal IPv4 address or a colon-delimited
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus IPv6 address, in which case <span><strong class="command">host</strong></span> will by
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus perform a reverse lookup for that address.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <em class="parameter"><code>server</code></em> is an optional argument which
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus the name or IP address of the name server that <span><strong class="command">host</strong></span>
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus should query instead of the server or servers listed in
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus The <code class="option">-a</code> (all) option is equivalent to setting the
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <code class="option">-v</code> option and asking <span><strong class="command">host</strong></span> to make
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus a query of type ANY.
220fbf31a324e487da4c3a3199083b6cffb84005jpikus When the <code class="option">-C</code> option is used, <span><strong class="command">host</strong></span>
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus will attempt to display the SOA records for zone
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <em class="parameter"><code>name</code></em> from all the listed
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus authoritative name
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus servers for that zone. The list of name servers is defined by the NS
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus records that are found for the zone.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus The <code class="option">-c</code> option instructs to make a DNS query of class
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <em class="parameter"><code>class</code></em>. This can be used to lookup
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus Chaosnet class resource records. The default class is IN (Internet).
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus Verbose output is generated by <span><strong class="command">host</strong></span> when
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <code class="option">-d</code> or <code class="option">-v</code> option is used. The two
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus options are equivalent. They have been provided for backwards
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus compatibility. In previous versions, the <code class="option">-d</code> option
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus switched on debugging traces and <code class="option">-v</code> enabled verbose
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus List mode is selected by the <code class="option">-l</code> option. This makes
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <span><strong class="command">host</strong></span> perform a zone transfer for zone
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus <em class="parameter"><code>name</code></em>. Transfer the zone printing out
ff2835d14868672e6192c19f768bceda1a7b635cludo the NS, PTR
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus and address records (A/AAAA). If combined with <code class="option">-a</code>
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus all records will be printed.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus option specifies that reverse lookups of IPv6 addresses should
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus use the IP6.INT domain as defined in RFC1886.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus The default is to use IP6.ARPA.
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus The <code class="option">-N</code> option sets the number of dots that have to be
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus in <em class="parameter"><code>name</code></em> for it to be considered
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus absolute. The
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus default value is that defined using the ndots statement in
ff2835d14868672e6192c19f768bceda1a7b635cludo <code class="filename">/etc/resolv.conf</code>, or 1 if no ndots
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus statement is
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus present. Names with fewer dots are interpreted as relative names and
5a3bd0ef762b8a3238869ac9963194555e39e6a7jpikus will be searched for in the domains listed in the <span class="type">search</span>
The <code class="option">-4</code> option forces <span><strong class="command">host</strong></span> to only
starting serial number (e.g. -t IXFR=12345678).