/contrib/bind9/bin/dig/nslookup.html

https://bitbucket.org/freebsd/freebsd-head/ · HTML · 309 lines · 290 code · 3 blank · 16 comment · 0 complexity · 01ce9807f6dd44eb9b4afac42b827859 MD5 · raw file

  1. <!--
  2. - Copyright (C) 2004-2007, 2010 Internet Systems Consortium, Inc. ("ISC")
  3. -
  4. - Permission to use, copy, modify, and/or distribute this software for any
  5. - purpose with or without fee is hereby granted, provided that the above
  6. - copyright notice and this permission notice appear in all copies.
  7. -
  8. - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  9. - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  10. - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  11. - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  12. - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  13. - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  14. - PERFORMANCE OF THIS SOFTWARE.
  15. -->
  16. <!-- $Id$ -->
  17. <html>
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  20. <title>nslookup</title>
  21. <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
  22. </head>
  23. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
  24. <a name="id2476277"></a><div class="titlepage"></div>
  25. <div class="refnamediv">
  26. <h2>Name</h2>
  27. <p>nslookup &#8212; query Internet name servers interactively</p>
  28. </div>
  29. <div class="refsynopsisdiv">
  30. <h2>Synopsis</h2>
  31. <div class="cmdsynopsis"><p><code class="command">nslookup</code> [<code class="option">-option</code>] [name | -] [server]</p></div>
  32. </div>
  33. <div class="refsect1" lang="en">
  34. <a name="id2543361"></a><h2>DESCRIPTION</h2>
  35. <p><span><strong class="command">Nslookup</strong></span>
  36. is a program to query Internet domain name servers. <span><strong class="command">Nslookup</strong></span>
  37. has two modes: interactive and non-interactive. Interactive mode allows
  38. the user to query name servers for information about various hosts and
  39. domains or to print a list of hosts in a domain. Non-interactive mode
  40. is
  41. used to print just the name and requested information for a host or
  42. domain.
  43. </p>
  44. </div>
  45. <div class="refsect1" lang="en">
  46. <a name="id2543377"></a><h2>ARGUMENTS</h2>
  47. <p>
  48. Interactive mode is entered in the following cases:
  49. </p>
  50. <div class="orderedlist"><ol type="a">
  51. <li><p>
  52. when no arguments are given (the default name server will be used)
  53. </p></li>
  54. <li><p>
  55. when the first argument is a hyphen (-) and the second argument is
  56. the host name or Internet address of a name server.
  57. </p></li>
  58. </ol></div>
  59. <p>
  60. </p>
  61. <p>
  62. Non-interactive mode is used when the name or Internet address of the
  63. host to be looked up is given as the first argument. The optional second
  64. argument specifies the host name or address of a name server.
  65. </p>
  66. <p>
  67. Options can also be specified on the command line if they precede the
  68. arguments and are prefixed with a hyphen. For example, to
  69. change the default query type to host information, and the initial
  70. timeout to 10 seconds, type:
  71. </p>
  72. <pre class="programlisting">
  73. nslookup -query=hinfo -timeout=10
  74. </pre>
  75. <p>
  76. </p>
  77. </div>
  78. <div class="refsect1" lang="en">
  79. <a name="id2543420"></a><h2>INTERACTIVE COMMANDS</h2>
  80. <div class="variablelist"><dl>
  81. <dt><span class="term"><code class="constant">host</code> [<span class="optional">server</span>]</span></dt>
  82. <dd>
  83. <p>
  84. Look up information for host using the current default server or
  85. using server, if specified. If host is an Internet address and
  86. the query type is A or PTR, the name of the host is returned.
  87. If host is a name and does not have a trailing period, the
  88. search list is used to qualify the name.
  89. </p>
  90. <p>
  91. To look up a host not in the current domain, append a period to
  92. the name.
  93. </p>
  94. </dd>
  95. <dt><span class="term"><code class="constant">server</code> <em class="replaceable"><code>domain</code></em></span></dt>
  96. <dd><p></p></dd>
  97. <dt><span class="term"><code class="constant">lserver</code> <em class="replaceable"><code>domain</code></em></span></dt>
  98. <dd><p>
  99. Change the default server to <em class="replaceable"><code>domain</code></em>; <code class="constant">lserver</code> uses the initial
  100. server to look up information about <em class="replaceable"><code>domain</code></em>, while <code class="constant">server</code> uses
  101. the current default server. If an authoritative answer can't be
  102. found, the names of servers that might have the answer are
  103. returned.
  104. </p></dd>
  105. <dt><span class="term"><code class="constant">root</code></span></dt>
  106. <dd><p>
  107. not implemented
  108. </p></dd>
  109. <dt><span class="term"><code class="constant">finger</code></span></dt>
  110. <dd><p>
  111. not implemented
  112. </p></dd>
  113. <dt><span class="term"><code class="constant">ls</code></span></dt>
  114. <dd><p>
  115. not implemented
  116. </p></dd>
  117. <dt><span class="term"><code class="constant">view</code></span></dt>
  118. <dd><p>
  119. not implemented
  120. </p></dd>
  121. <dt><span class="term"><code class="constant">help</code></span></dt>
  122. <dd><p>
  123. not implemented
  124. </p></dd>
  125. <dt><span class="term"><code class="constant">?</code></span></dt>
  126. <dd><p>
  127. not implemented
  128. </p></dd>
  129. <dt><span class="term"><code class="constant">exit</code></span></dt>
  130. <dd><p>
  131. Exits the program.
  132. </p></dd>
  133. <dt><span class="term"><code class="constant">set</code>
  134. <em class="replaceable"><code>keyword[<span class="optional">=value</span>]</code></em></span></dt>
  135. <dd>
  136. <p>
  137. This command is used to change state information that affects
  138. the lookups. Valid keywords are:
  139. </p>
  140. <div class="variablelist"><dl>
  141. <dt><span class="term"><code class="constant">all</code></span></dt>
  142. <dd><p>
  143. Prints the current values of the frequently used
  144. options to <span><strong class="command">set</strong></span>.
  145. Information about the current default
  146. server and host is also printed.
  147. </p></dd>
  148. <dt><span class="term"><code class="constant">class=</code><em class="replaceable"><code>value</code></em></span></dt>
  149. <dd>
  150. <p>
  151. Change the query class to one of:
  152. </p>
  153. <div class="variablelist"><dl>
  154. <dt><span class="term"><code class="constant">IN</code></span></dt>
  155. <dd><p>
  156. the Internet class
  157. </p></dd>
  158. <dt><span class="term"><code class="constant">CH</code></span></dt>
  159. <dd><p>
  160. the Chaos class
  161. </p></dd>
  162. <dt><span class="term"><code class="constant">HS</code></span></dt>
  163. <dd><p>
  164. the Hesiod class
  165. </p></dd>
  166. <dt><span class="term"><code class="constant">ANY</code></span></dt>
  167. <dd><p>
  168. wildcard
  169. </p></dd>
  170. </dl></div>
  171. <p>
  172. The class specifies the protocol group of the information.
  173. </p>
  174. <p>
  175. (Default = IN; abbreviation = cl)
  176. </p>
  177. </dd>
  178. <dt><span class="term"><code class="constant">
  179. <em class="replaceable"><code>[<span class="optional">no</span>]</code></em>debug</code></span></dt>
  180. <dd>
  181. <p>
  182. Turn on or off the display of the full response packet and
  183. any intermediate response packets when searching.
  184. </p>
  185. <p>
  186. (Default = nodebug; abbreviation = [<span class="optional">no</span>]deb)
  187. </p>
  188. </dd>
  189. <dt><span class="term"><code class="constant">
  190. <em class="replaceable"><code>[<span class="optional">no</span>]</code></em>d2</code></span></dt>
  191. <dd>
  192. <p>
  193. Turn debugging mode on or off. This displays more about
  194. what nslookup is doing.
  195. </p>
  196. <p>
  197. (Default = nod2)
  198. </p>
  199. </dd>
  200. <dt><span class="term"><code class="constant">domain=</code><em class="replaceable"><code>name</code></em></span></dt>
  201. <dd><p>
  202. Sets the search list to <em class="replaceable"><code>name</code></em>.
  203. </p></dd>
  204. <dt><span class="term"><code class="constant">
  205. <em class="replaceable"><code>[<span class="optional">no</span>]</code></em>search</code></span></dt>
  206. <dd>
  207. <p>
  208. If the lookup request contains at least one period but
  209. doesn't end with a trailing period, append the domain
  210. names in the domain search list to the request until an
  211. answer is received.
  212. </p>
  213. <p>
  214. (Default = search)
  215. </p>
  216. </dd>
  217. <dt><span class="term"><code class="constant">port=</code><em class="replaceable"><code>value</code></em></span></dt>
  218. <dd>
  219. <p>
  220. Change the default TCP/UDP name server port to <em class="replaceable"><code>value</code></em>.
  221. </p>
  222. <p>
  223. (Default = 53; abbreviation = po)
  224. </p>
  225. </dd>
  226. <dt><span class="term"><code class="constant">querytype=</code><em class="replaceable"><code>value</code></em></span></dt>
  227. <dd><p></p></dd>
  228. <dt><span class="term"><code class="constant">type=</code><em class="replaceable"><code>value</code></em></span></dt>
  229. <dd>
  230. <p>
  231. Change the type of the information query.
  232. </p>
  233. <p>
  234. (Default = A; abbreviations = q, ty)
  235. </p>
  236. </dd>
  237. <dt><span class="term"><code class="constant">
  238. <em class="replaceable"><code>[<span class="optional">no</span>]</code></em>recurse</code></span></dt>
  239. <dd>
  240. <p>
  241. Tell the name server to query other servers if it does not
  242. have the
  243. information.
  244. </p>
  245. <p>
  246. (Default = recurse; abbreviation = [no]rec)
  247. </p>
  248. </dd>
  249. <dt><span class="term"><code class="constant">retry=</code><em class="replaceable"><code>number</code></em></span></dt>
  250. <dd><p>
  251. Set the number of retries to number.
  252. </p></dd>
  253. <dt><span class="term"><code class="constant">timeout=</code><em class="replaceable"><code>number</code></em></span></dt>
  254. <dd><p>
  255. Change the initial timeout interval for waiting for a
  256. reply to number seconds.
  257. </p></dd>
  258. <dt><span class="term"><code class="constant">
  259. <em class="replaceable"><code>[<span class="optional">no</span>]</code></em>vc</code></span></dt>
  260. <dd>
  261. <p>
  262. Always use a virtual circuit when sending requests to the
  263. server.
  264. </p>
  265. <p>
  266. (Default = novc)
  267. </p>
  268. </dd>
  269. <dt><span class="term"><code class="constant">
  270. <em class="replaceable"><code>[<span class="optional">no</span>]</code></em>fail</code></span></dt>
  271. <dd>
  272. <p>
  273. Try the next nameserver if a nameserver responds with
  274. SERVFAIL or a referral (nofail) or terminate query
  275. (fail) on such a response.
  276. </p>
  277. <p>
  278. (Default = nofail)
  279. </p>
  280. </dd>
  281. </dl></div>
  282. <p>
  283. </p>
  284. </dd>
  285. </dl></div>
  286. </div>
  287. <div class="refsect1" lang="en">
  288. <a name="id2546286"></a><h2>FILES</h2>
  289. <p><code class="filename">/etc/resolv.conf</code>
  290. </p>
  291. </div>
  292. <div class="refsect1" lang="en">
  293. <a name="id2546298"></a><h2>SEE ALSO</h2>
  294. <p><span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>,
  295. <span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
  296. <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>.
  297. </p>
  298. </div>
  299. <div class="refsect1" lang="en">
  300. <a name="id2546332"></a><h2>Author</h2>
  301. <p>
  302. Andrew Cherenson
  303. </p>
  304. </div>
  305. </div></body>
  306. </html>