host.docbook revision b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User [<!ENTITY mdash "—">]>
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Copyright (C) 2000-2002 Internet Software Consortium.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - Permission to use, copy, modify, and distribute this software for any
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews - purpose with or without fee is hereby granted, provided that the above
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - copyright notice and this permission notice appear in all copies.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - PERFORMANCE OF THIS SOFTWARE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<!-- $Id: host.docbook,v 1.10 2005/07/19 04:55:20 marka Exp $ -->
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <refentryinfo>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein </refentryinfo>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein </refnamediv>
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein </copyright>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <holder>Internet Software Consortium.</holder>
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews </copyright>
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews <refsynopsisdiv>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <cmdsynopsis>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <arg><option>-N <replaceable class="parameter">ndots</replaceable></option></arg>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <arg><option>-R <replaceable class="parameter">number</replaceable></option></arg>
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews <arg><option>-t <replaceable class="parameter">type</replaceable></option></arg>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <arg><option>-W <replaceable class="parameter">wait</replaceable></option></arg>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <arg><option>-m <replaceable class="parameter">flag</replaceable></option></arg>
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User </cmdsynopsis>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User </refsynopsisdiv>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein is a simple utility for performing DNS lookups.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User It is normally used to convert names to IP addresses and vice versa.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User When no arguments or options are given,
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User prints a short summary of its command line arguments and options.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <para><parameter>name</parameter> is the domain name that is to be
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews up. It can also be a dotted-decimal IPv4 address or a colon-delimited
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein IPv6 address, in which case <command>host</command> will by
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt perform a reverse lookup for that address.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <parameter>server</parameter> is an optional argument which
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein the name or IP address of the name server that <command>host</command>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein should query instead of the server or servers listed in
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein The <option>-a</option> (all) option is equivalent to setting the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <option>-v</option> option and asking <command>host</command> to make
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein a query of type ANY.
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User When the <option>-C</option> option is used, <command>host</command>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User will attempt to display the SOA records for zone
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein authoritative name
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein servers for that zone. The list of name servers is defined by the NS
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein records that are found for the zone.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein The <option>-c</option> option instructs to make a DNS query of class
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <parameter>class</parameter>. This can be used to lookup
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein Chaosnet class resource records. The default class is IN (Internet).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein Verbose output is generated by <command>host</command> when
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <option>-d</option> or <option>-v</option> option is used. The two
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews options are equivalent. They have been provided for backwards
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein compatibility. In previous versions, the <option>-d</option> option
5d564da348e890e42f63eebf2dced9a05b41f4fbTinderbox User switched on debugging traces and <option>-v</option> enabled verbose
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein List mode is selected by the <option>-l</option> option. This makes
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <command>host</command> perform a zone transfer for zone
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <parameter>name</parameter>. Transfer the zone printing out
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein and address records (A/AAAA). If combined with <option>-a</option>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein all records will be printed.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein option specifies that reverse lookups of IPv6 addresses should
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein use the IP6.INT domain as defined in RFC1886.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein The default is to use IP6.ARPA.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein The <option>-N</option> option sets the number of dots that have to be
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein in <parameter>name</parameter> for it to be considered
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein absolute. The
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein default value is that defined using the ndots statement in
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <filename>/etc/resolv.conf</filename>, or 1 if no ndots
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein present. Names with fewer dots are interpreted as relative names and
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein will be searched for in the domains listed in the <type>search</type>
starting serial number (e.g. -t IXFR=12345678).