host.docbook revision 52cb865cf00db3437c33b57de0a17c807f9ba67e
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync [<!ENTITY mdash "—">]>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - Copyright (C) 2000-2002 Internet Software Consortium.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - Permission to use, copy, modify, and/or distribute this software for any
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - purpose with or without fee is hereby granted, provided that the above
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - copyright notice and this permission notice appear in all copies.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync - PERFORMANCE OF THIS SOFTWARE.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync<!-- $Id: host.docbook,v 1.17 2008/04/04 23:23:33 marka Exp $ -->
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <refentryinfo>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync </refentryinfo>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <refnamediv>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync </refnamediv>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <copyright>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync </copyright>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <copyright>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync </copyright>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <refsynopsisdiv>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <cmdsynopsis>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <arg><option>-N <replaceable class="parameter">ndots</replaceable></option></arg>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <arg><option>-R <replaceable class="parameter">number</replaceable></option></arg>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <arg><option>-t <replaceable class="parameter">type</replaceable></option></arg>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <arg><option>-W <replaceable class="parameter">wait</replaceable></option></arg>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <arg><option>-m <replaceable class="parameter">flag</replaceable></option></arg>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync </cmdsynopsis>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync </refsynopsisdiv>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync is a simple utility for performing DNS lookups.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync It is normally used to convert names to IP addresses and vice versa.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync When no arguments or options are given,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync prints a short summary of its command line arguments and options.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <para><parameter>name</parameter> is the domain name that is to be
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync up. It can also be a dotted-decimal IPv4 address or a colon-delimited
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync IPv6 address, in which case <command>host</command> will by
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync perform a reverse lookup for that address.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <parameter>server</parameter> is an optional argument which
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync the name or IP address of the name server that <command>host</command>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync should query instead of the server or servers listed in
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync The <option>-a</option> (all) option is equivalent to setting the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <option>-v</option> option and asking <command>host</command> to make
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync a query of type ANY.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync When the <option>-C</option> option is used, <command>host</command>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync will attempt to display the SOA records for zone
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync authoritative name
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync servers for that zone. The list of name servers is defined by the NS
use the IP6.INT domain as defined in RFC1886.
The default is to use IP6.ARPA.
starting serial number (e.g. -t IXFR=12345678).