325N/A - Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 325N/A - Copyright (C) 2000-2002 Internet Software Consortium. 325N/A - Permission to use, copy, modify, and distribute this software for any 325N/A - purpose with or without fee is hereby granted, provided that the above 325N/A - copyright notice and this permission notice appear in all copies. 325N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 325N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 325N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 325N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 325N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 325N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 325N/A - PERFORMANCE OF THIS SOFTWARE. 325N/ACONTENT="Modular DocBook HTML Stylesheet Version 1.73 325N/A>host -- DNS lookup utility</
DIV 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.</
P> is the domain name that is to be looked
up. It can also be a dotted-decimal IPv4 address or a colon-delimited
IPv6 address, in which case <
Bperform a reverse lookup for that address.
> is an optional argument which is either
the name or IP address of the name server that <
Bshould query instead of the server or servers listed in
> (all) option is equivalent to setting the
will attempt to display the SOA records for zone
> from all the listed authoritative name
servers for that zone. The list of name servers is defined by the NS
records that are found for the zone.</
P> option instructs to make a DNS query of class
>. This can be used to lookup Hesiod or
Chaosnet class resource records. The default class is IN (Internet).</
P>Verbose output is generated by <
B> option is used. The two
options are equivalent. They have been provided for backwards
compatibility. In previous versions, the <
TTswitched on debugging traces and <
TT>List mode is selected by the <
TT> perform a zone transfer for zone
>. Transfer the zone printing out the NS, PTR
and address records (
A/
AAAA). If combined with <
TTall records will be printed. </
Poption specifies that reverse lookups of IPv6 addresses should
use the
IP6.INT domain as defined in RFC1886.
> option sets the number of dots that have to be
> for it to be considered absolute. The
default value is that defined using the ndots statement in
>, or 1 if no ndots statement is
present. Names with fewer dots are interpreted as relative names and
will be searched for in the domains listed in the <
SPAN>The number of UDP retries for a lookup can be changed with the
> will repeat a query that does
not get answered. The default number of retries is 1. If
> is negative or zero, the number of
retries will default to 1.</
P>Non-recursive queries can be made via the <
TTSetting this option clears the <
SPANdesired — bit in the query which <
BThis should mean that the name server receiving the query will not
the behaviour 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.</
P> uses UDP when making queries. The
> 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.</
P> option is used to select the query type.
> can be any recognised query type: CNAME,
NS, SOA, SIG, KEY, AXFR, etc. When no query type is specified,
> automatically selects an appropriate query
type. By default it looks for A records, but if the
> option was given, queries will be made for SOA
> is a dotted-decimal IPv4
address or colon-delimited IPv6 address, <
Bquery 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).</
P>The time to wait for a reply can be controlled through the
is less than one, the wait interval is set to one second. When the
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.</
P