diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-02-18 11:05:13 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-02-18 11:05:13 +0000 |
commit | b1763e97cd11a5c2649cdb99541c7f53630f3b28 (patch) | |
tree | fcd7e32974f373e61e1c7e34444c44e8f6574b09 /usr.sbin | |
parent | 6d3b00b0a37e0e62c39fb8f9a8ce836c5cbf3851 (diff) |
sync manpage with actual implementation; david krause and myself
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/bin/dig/nslookup.8 | 572 |
1 files changed, 313 insertions, 259 deletions
diff --git a/usr.sbin/bind/bin/dig/nslookup.8 b/usr.sbin/bind/bin/dig/nslookup.8 index 19c6877daa1..abf9e132fd9 100644 --- a/usr.sbin/bind/bin/dig/nslookup.8 +++ b/usr.sbin/bind/bin/dig/nslookup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nslookup.8,v 1.1 2003/02/04 19:59:57 deraadt Exp $ +.\" $OpenBSD: nslookup.8,v 1.2 2003/02/18 11:05:12 jakob Exp $ .\" .\" ++Copyright++ 1985, 1989 .\" - @@ -55,335 +55,389 @@ .\" .\" @(#)nslookup.8 5.3 (Berkeley) 6/24/90 .\" -.TH NSLOOKUP 8 "June 24, 1990" -.UC 6 -.SH NAME -nslookup \- query Internet name servers interactively -.SH SYNOPSIS -.B nslookup -[ -.I \-option ... -] -[ -.I host-to-find -| \- [ -.I server -]] -.SH DESCRIPTION -.I Nslookup +.Dd June 24, 1990 +.Dt NSLOOKUP 8 +.Os BSD 4 +.Sh NAME +.Nm nslookup +.Nd query Internet name servers interactively +.Sh SYNOPSIS +.Nm nslookup +.Op Fl option Ar ... +.Op Ar host-to-find | Fl Op Ar server +.Sh DESCRIPTION +.Ic Nslookup is a program to query Internet domain name servers. -Nslookup has two modes: interactive and non-interactive. +.Ic Nslookup +has two modes: interactive and non-interactive. Interactive mode allows the user to query name servers for information about various hosts and domains or to print a list of hosts in a domain. Non-interactive mode is used to print just the name and requested information for a host or domain. -.sp 1 -.SH ARGUMENTS +.Sh ARGUMENTS Interactive mode is entered in the following cases: -.IP a) 4 +.Bl -tag -width "a) " +.It a) when no arguments are given (the default name server will be used), -.IP b) 4 -when the first argument is a hyphen (\-) and the second argument +.It b) +when the first argument is a hyphen (-) and the second argument is the host name or Internet address of a name server. -.LP +.El +.Pp Non-interactive mode is used when the name or Internet address of the host to be looked up is given as the first argument. The optional second argument specifies the host name or address of a name server. -.LP -The options listed under the ``set'' command below can be specified in -the .nslookuprc file in the user's home directory if they are listed -one per line. Options can also be specified +.Pp +The options listed under the +.Dq Li set +command below can be specified in +the +.Pa .nslookuprc +file in the user's home directory if they are listed +one per line. Options can also be specified on the command line if they precede the arguments and are prefixed with -a hyphen. For example, to change the default query type to host information, +a hyphen. For example, to change the default query type to host information, and the initial timeout to 10 seconds, type: -.sp .5v - nslookup \-query=hinfo \-timeout=10 -.sp .5v -.SH "INTERACTIVE COMMANDS" +.Bd -literal -offset indent + nslookup -query=hinfo -timeout=10 +.Ed +.Sh INTERACTIVE COMMANDS Commands may be interrupted at any time by typing a control-C. -To exit, type a control-D (EOF) or type exit. +To exit, type a control-D +.Pq Dv EOF +or type +.Li exit . The command line length must be less than 256 characters. To treat a built-in command as a host name, -precede it with an escape character (\e). -\fBN.B.\fP an unrecognized command will be interpreted as a host name. -.sp .5v -.IP "\fIhost\fP [\fIserver\fP]" -Look up information for \fIhost\fP using the current default server -or using \fIserver\fP if specified. -If \fIhost\fP is an Internet address and the query type is A or PTR, the -name of the host is returned. -If \fIhost\fP is a name and does not have a trailing period, the default -domain name is appended to the name. (This behavior depends on the state of the -\fBset\fP options \fBdomain\fP, \fBsrchlist\fP, -\fBdefname\fP, and \fBsearch\fP). +precede it with an escape character +.Pq .&\\ . +.Sy N.B.: An unrecognized command will be interpreted as a host name. +.Bl -tag -width "lserver" +.It Ar host Op Ar server +Look up information for +.Ar host +using the current default server or using +.Ar server , +if specified. +If +.Ar host +is an Internet address and the query type is +.Dv A +or +.Dv PTR , +the name of the host is returned. +If +.Ar host +is a name and does not have a trailing period, the default +domain name is appended to the name. (This behavior depends on the state of the +.Ic set +options +.Ic domain , srchlist , defname , +and +.Ic search . ) +.Pp To look up a host not in the current domain, append a period to the name. -.sp 1 -.IP "\fBserver\fP \fIdomain\fP" -.ns -.IP "\fBlserver\fP \fIdomain\fP" -Change the default server to \fIdomain\fP. -\fBLserver\fP uses the initial server to look up -information about \fIdomain\fP while \fBserver\fP +.It Ic server Ar domain +.It Ic lserver Ar domain +Change the default server to +.Ar domain ; +.Ic lserver +uses the initial server to look up information about +.Ar domain , +while +.Ic server uses the current default server. If an authoritative answer can't be found, the names of servers that might have the answer are returned. -.sp 1 -.IP \fBroot\fP -Changes the default server to the server for the root of the domain name space. -Currently, the host ns.internic.net is used. -(This command is a synonym for \fBlserver ns.internic.net.\fP) -The name of the root server can be changed with the \fBset root\fP command. -.sp 1 -.IP "\fBfinger\fP [\fIname\fP] [\fB>\fP \fIfilename\fP]" -.ns -.IP "\fBfinger\fP [\fIname\fP] [\fB>>\fP \fIfilename\fP]" -Connects with the finger server on the current host. -The current host is defined when a previous lookup for a host -was successful and returned address information (see the -\fBset querytype=A\fP command). -\fIName\fP is optional. -\fB>\fP and \fB>>\fP can be used to redirect output in the -usual manner. -.sp 1 -.IP "\fBls\fR [\fIoption\fR] \fIdomain\fR [\fB>\fR \fIfilename\fR]" -.ns -.IP "\fBls\fR [\fIoption\fR] \fIdomain\fR [\fB>>\fR \fIfilename\fR]" -List the information available for \fIdomain\fP, optionally creating -or appending to \fIfilename\fP. -The default output contains host names and their Internet addresses. -.I Option -can be one of the following: -.RS -.IP "\fB\-t \fIquerytype\fP" 4 -lists all records of the specified type (see \fIquerytype\fP below). -.IP \fB\-a\fP 4 -lists aliases of hosts in the domain. -synonym for \fB\-t\ \ CNAME\fP. -.IP \fB\-d\fP 4 -lists all records for the domain. -synonym for \fB\-t\ \ ANY\fP. -.IP \fB\-h\fP 4 -lists CPU and operating system information for the domain. -synonym for \fB\-t\ \ HINFO\fP. -.IP \fB\-s\fP 4 -lists well-known services of hosts in the domain. -synonym for \fB\-t\ \ WKS\fP. -.P -When output is directed to a file, hash marks are printed for every -50 records received from the server. -.RE -.sp 1 -.IP "\fBview\fP \fIfilename\fP" -Sorts and lists the output of previous \fBls\fP command(s) with -PAGER if it is defined and non-null, or with -\fImore\fP(1) otherwise. -.sp 1 -.ne 4 -.IP "\fBhelp\fP" -.ns -.IP "\fB?\fP" -Prints a brief summary of commands. -.sp 1 -.IP "\fBexit\fP" +.It Ic exit Exits the program. -.sp 1 -.IP "\fBset\fP \fIkeyword\fP[=\fIvalue\fP]" +.It Xo +.Ic set +.Ar keyword Ns Op = Ns Ar value +.Xc This command is used to change state information that affects the lookups. Valid keywords are: -.RS -.IP "\fBall\fP" -Prints the current values of the frequently used options to \fBset\fP. +.Bl -tag -width "class=v" +.It Ic all +Prints the current values of the frequently used options to +.Ic set . Information about the current default server and host is also printed. -.IP "\fBclass=\fIvalue\fR" +.It Ic class Ns = Ns Ar value Change the query class to one of: -.RS -.IP IN 10 -the Internet class. -.IP CHAOS 10 -the Chaos class. -.IP HESIOD 10 -the MIT Athena Hesiod class. -.IP ANY 10 -wildcard (any of the above). -.P +.Bl -tag -width "HESIOD " +.It Dv IN +the Internet class +.It Dv CHAOS +the Chaos class +.It Dv HESIOD +the MIT Athena Hesiod class +.It Dv ANY +wildcard (any of the above) +.El +.Pp The class specifies the protocol group of the information. -.br -(Default = IN, abbreviation = cl) -.RE -.IP "\fB[no]debug\fP" -Turn debugging mode on. A lot more information is printed about the +.Pp +(Default = +.Dv IN ; +abbreviation = +.Ic cl ) +.It Xo +.Oo Ic no Oc Ns Ic debug +.Xc +Turn debugging mode on. A lot more information is printed about the packet sent to the server and the resulting answer. -.br -(Default = nodebug, abbreviation = [no]deb) -.IP "\fB[no]d2\fP" +.Pp +(Default = +.Ic nodebug ; +abbreviation = +.Oo Ic no Oc Ns Ic deb ) +.It Xo +.Oo Ic no Oc Ns Ic d2 +.Xc Turn exhaustive debugging mode on. Essentially all fields of every packet are printed. -.br -(Default = nod2) -.IP "\fBdomain=\fIname\fR" -Change the default domain name to \fIname\fP. +.Pp +(Default = +.Ic nod2 ) +.It Ic domain Ns = Ns Ar name +Change the default domain name to +.Ar name . The default domain name is appended to a lookup request depending on the -state of the \fBdefname\fP and \fBsearch\fP options. +state of the +.Ic defname +and +.Ic search +options. The domain search list contains the parents of the default domain if it has at least two components in its name. For example, if the default domain is CC.Berkeley.EDU, the search list is CC.Berkeley.EDU and Berkeley.EDU. -Use the \fBset srchlist\fP command to specify a different list. -Use the \fBset all\fP command to display the list. -.br -(Default = value from hostname, /etc/resolv.conf or LOCALDOMAIN, -abbreviation = do) -.IP "\fBsrchlist=\fIname1/name2/...\fR" -Change the default domain name to \fIname1\fP and the domain search list -to \fIname1\fP, \fIname2\fP, etc. A maximum of 6 names separated by slashes (/) +Use the +.Dq Ic set srchlist +command to specify a different list. +Use the +.Dq Ic set all +command to display the list. +.Pp +(Default = value from +.Xr hostname 1 , +.Pa /etc/resolv.conf , +or +.Ev LOCALDOMAIN ; +abbreviation = +.Ic do ) +.It Xo +.Sm off +.Ic srchlist No = +.Ar name1 No / +.Ar name2 No / +.Ar ... +.Sm on +.Xc +Change the default domain name to +.Ar name1 +and the domain search list +to +.Ar name1 , name2 , +etc. A maximum of 6 names separated by slashes (/) can be specified. For example, -.sp .5v - set\ srchlist=lcs.MIT.EDU/ai.MIT.EDU/MIT.EDU -.sp .5v +.Bd -literal -offset indent +set srchlist=lcs.MIT.EDU/ai.MIT.EDU/MIT.EDU +.Ed +.Pp sets the domain to lcs.MIT.EDU and the search list to the three names. This command overrides the -default domain name and search list of the \fBset domain\fP command. -Use the \fBset all\fP command to display the list. -.br -(Default = value based on hostname, /etc/resolv.conf or LOCALDOMAIN, -abbreviation = srchl) -.IP "\fB[no]defname\fP" +default domain name and search list of the +.Dq Ic set domain +command. +Use the +.Dq Ic set all +command to display the list. +.Pp +(Default = value based on +.Xr hostname 1 , +.Pa /etc/resolv.conf , +or +.Ev LOCALDOMAIN ; +abbreviation = +.Ic srchl ) +.It Xo +.Oo Ic no Oc Ns Ic defname +.Xc If set, append the default domain name to a single-component lookup request (i.e., one that does not contain a period). -.br -(Default = defname, abbreviation = [no]def) -.IP "\fB[no]search\fP" -If the lookup request contains at least one period but doesn't end -with a trailing period, -append the domain names in the domain search list +.Pp +(Default = +.Ic defname ; +abbreviation = +.Oo Ic no Oc Ns Ic defname ) +.It Xo +.Oo Ic no Oc Ns Ic search +.Xc +If the lookup request contains at least one period but +.Em doesn't +end with a trailing period, append the domain names in the domain search list to the request until an answer is received. -.br -(Default = search, abbreviation = [no]sea) -.IP "\fBport=\fIvalue\fR" -Change the default TCP/UDP name server port to \fIvalue\fP. -.br -(Default = 53, abbreviation = po) -.IP "\fBquerytype=\fIvalue\fR" -.ns -.IP "\fBtype=\fIvalue\fR" -.ns +.Pp +(Default = +.Ic search ; +abbreviation = +.Oo Ic no Oc Ns Ic sea ) +.It Ic port Ns = Ns Ar value +Change the default TCP/UDP name server port to +.Ar value . +.Pp +(Default = 53; +abbreviation = +.Ic \&po ) +.It Ic querytype Ns = Ns Ar value +.It Ic type Ns = Ns Ar value Change the type of information query to one of: -.RS -.IP A 10 +.Bl -tag -width "HINFO " +.It Dv A the host's Internet address. -.IP CNAME 10 +.It Dv CNAME the canonical name for an alias. -.IP HINFO 10 +.It Dv HINFO the host CPU and operating system type. -.IP MINFO 10 +.It Dv MINFO the mailbox or mail list information. -.IP MX 10 +.It Dv MX the mail exchanger. -.IP NS 10 +.It Dv NS the name server for the named zone. -.IP PTR 10 -the host name if the query is an Internet address, -otherwise the pointer to other information. -.IP SOA 10 -the domain's ``start-of-authority'' information. -.IP TXT 10 +.It Dv PTR +the host name if the query is an Internet address; +otherwise, the pointer to other information. +.It Dv SOA +the domain's +.Dq start-of-authority +information. +.It Dv TXT the text information. -.IP UINFO 10 +.It Dv UINFO the user information. -.IP WKS 10 +.It Dv WKS the supported well-known services. -.P -Other types (ANY, AXFR, MB, MD, MF, NULL) are described in the -RFC-1035 document. -.br -(Default = A, abbreviations = q, ty) -.RE -.IP "\fB[no]recurse\fP" +.El +.Pp +Other types +.Dv ( ANY , AXFR , MB , +.Dv MD , MF , NULL ) +are described in the RFC-1035 document. +.Pp +(Default = +.Dv A ; +abbreviations = +.Ic q , ty ) +.It Xo +.Oo Ic no Oc Ns Ic recurse +.Xc Tell the name server to query other servers if it does not have the information. -.br -(Default = recurse, abbreviation = [no]rec) -.IP \fBretry=\fInumber\fR -Set the number of retries to \fInumber\fP. +.Pp +(Default = +.Ic recurse ; +abbreviation = +.Oo Ic no Oc Ns Ic rec ) +.It Ic retry Ns = Ns Ar number +Set the number of retries to +.Ar number . When a reply to a request is not received within a certain -amount of time (changed with \fBset timeout\fP), +amount of time (changed with +.Dq Ic set timeout ) , the timeout period is doubled and the request is resent. The retry value controls how many times a request is resent before giving up. -.br -(Default = 4, abbreviation = ret) -.IP \fBroot=\fIhost\fR -Change the name of the root server to \fIhost\fP. This -affects the \fBroot\fP command. -.br -(Default = ns.internic.net., abbreviation = ro) -.IP \fBtimeout=\fInumber\fR -Change the initial timeout interval -for waiting for a reply -to \fInumber\fP seconds. -Each retry doubles the timeout period. -.br -(Default = 5 seconds, abbreviation = ti) -.IP "\fB[no]vc\fP" +.Pp +(Default = 4, abbreviation = +.Ic ret ) +.It Ic root Ns = Ns Ar host +Change the name of the root server to +.Ar host . +This affects the +.Dq Ic root +command. +.Pp +(Default = +.Ic ns.internic.net. ; +abbreviation = +.Ic ro ) +.It Ic timeout Ns = Ns Ar number +Change the initial timeout interval for waiting for a reply to +.Ar number +seconds. Each retry doubles the timeout period. +.Pp +(Default = 5 seconds; abbreviation = +.Ic ti ) +.It Xo +.Oo Ic no Oc Ns Ic vc +.Xc Always use a virtual circuit when sending requests to the server. -.br -(Default = novc, abbreviation = [no]v) -.IP "\fB[no]ignoretc\fP" -Ignore packet truncation errors. -.br -(Default = noignoretc, abbreviation = [no]ig) -.RE -.SH DIAGNOSTICS +.Pp +(Default = +.Ic novc ; +abbreviation = +.Oo Ic no Oc Ns Ic v ) +.El +.El +.Sh DIAGNOSTICS If the lookup request was not successful, an error message is printed. Possible errors are: -.IP "Timed out" 5 +.Bl -tag -width "Timed" +.It Li Timed out The server did not respond to a request after a certain amount of -time (changed with \fBset timeout=\fIvalue\fR) -and a certain number of retries (changed with \fBset retry=\fIvalue\fR). -.IP "No response from server" 5 +time (changed with +.Dq Ic set timeout Ns = Ns Ar value ) +and a certain number of retries (changed with +.Do +.Ic set retry Ns = Ns Ar value +.Dc ) . +.It Li \&No response from server No name server is running on the server machine. -.IP "No records" 5 +.It Li \&No records The server does not have resource records of the current query type for the host, although the host name is valid. -The query type is specified with the \fBset querytype\fP command. -.IP "Non-existent domain" 5 +The query type is specified with the +.Dq Ic set querytype +command. +.It Li Non-existent domain The host or domain name does not exist. -.IP "Connection refused" 5 -.ns -.IP "Network is unreachable" 5 +.It Li Connection refused +.It Li Network is unreachable The connection to the name or finger server could not be made at the current time. -This error commonly occurs with \fBls\fP and \fBfinger\fP requests. -.IP "Server failure" 5 +This error commonly occurs with +.Ic ls +and +.Ic finger +requests. +.It Li Server failure The name server found an internal inconsistency in its database and could not return a valid answer. -.IP "Refused" 5 +.It Li Refused The name server refused to service the request. -.IP "Format error" 5 +.It Li Format error The name server found that the request packet was not in the proper format. -It may indicate an error in \fInslookup\fP. -.sp 1 -.SH FILES -.ta \w'/usr/share/misc/nslookup.helpXXX'u -/etc/resolv.conf initial domain name and - name server addresses. -.br -$HOME/.nslookuprc user's initial options. -.br -/usr/share/misc/nslookup.help summary of commands. -.SH ENVIRONMENT -.ta \w'HOSTALIASESXXXX'u -HOSTALIASES file containing host aliases. -.br -LOCALDOMAIN overrides default domain. -.SH SEE ALSO -dig(1), resolver(3), resolver(5), named(8), -.br -RFC-1034 ``Domain Names \- Concepts and Facilities'' -.br -RFC-1035 ``Domain Names \- Implementation and Specification'' -.SH AUTHOR +It may indicate an error in +.Nm nslookup . +.El +.Sh FILES +.Bl -tag -width "/etc/resolv.confXXX" -compact +.It Pa /etc/resolv.conf +initial domain name and name server addresses +.El +.Sh SEE ALSO +.Xr dig 1 , +.Xr named 8 , +.Xr resolver 3 , +.Xr resolver 5 ; +RFC-1034, +.Dq Domain Names - Concepts and Facilities ; +RFC-1035, +.Dq Domain Names - Implementation and Specification . +.Sh AUTHOR Andrew Cherenson |