man.named.html revision e4a70b8fdfc5d2db2d992d884327a1e1fec67a07
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - Copyright (C) 2000-2003 Internet Software Consortium.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - Permission to use, copy, modify, and/or distribute this software for any
830942dd35b8923359649312679641a5de751291Luke Smith - purpose with or without fee is hereby granted, provided that the above
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - copyright notice and this permission notice appear in all copies.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith - PERFORMANCE OF THIS SOFTWARE.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<!-- $Id$ -->
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith<link rel="prev" href="man.named-checkzone.html" title="named-checkzone">
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith<link rel="next" href="man.named-journalprint.html" title="named-journalprint">
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<tr><th colspan="3" align="center"><span class="application">named</span></th></tr>
ccd67bca87e30bb4eb9be54305324ecb78fc66d9Luke Smith<a accesskey="p" href="man.named-checkzone.html">Prev</a>�</td>
f2d82649d9c0b6371cffaff1528277f9db7f0961Luke Smith<td width="20%" align="right">�<a accesskey="n" href="man.named-journalprint.html">Next</a>
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<a name="man.named"></a><div class="titlepage"></div>
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<p><span class="application">named</span> — Internet domain name server</p>
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<div class="cmdsynopsis"><p><code class="command">named</code> [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>debug-level</code></em></code>] [<code class="option">-D <em class="replaceable"><code>string</code></em></code>] [<code class="option">-E <em class="replaceable"><code>engine-name</code></em></code>] [<code class="option">-f</code>] [<code class="option">-g</code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-n <em class="replaceable"><code>#cpus</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-s</code>] [<code class="option">-S <em class="replaceable"><code>#max-socks</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-U <em class="replaceable"><code>#listeners</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>] [<code class="option">-v</code>] [<code class="option">-V</code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<p><span><strong class="command">named</strong></span>
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith is a Domain Name System (DNS) server,
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith part of the BIND 9 distribution from ISC. For more
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith information on the DNS, see RFCs 1033, 1034, and 1035.
c31ae0e3c3d2726907b1876b5fe81cfd94527d5dLuke Smith When invoked without arguments, <span><strong class="command">named</strong></span>
c31ae0e3c3d2726907b1876b5fe81cfd94527d5dLuke Smith read the default configuration file
c31ae0e3c3d2726907b1876b5fe81cfd94527d5dLuke Smith <code class="filename">/etc/named.conf</code>, read any initial
c31ae0e3c3d2726907b1876b5fe81cfd94527d5dLuke Smith data, and listen for queries.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith Use IPv4 only even if the host machine is capable of IPv6.
ccd67bca87e30bb4eb9be54305324ecb78fc66d9Luke Smith <code class="option">-4</code> and <code class="option">-6</code> are mutually
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith Use IPv6 only even if the host machine is capable of IPv4.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith <code class="option">-4</code> and <code class="option">-6</code> are mutually
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith<dt><span class="term">-c <em class="replaceable"><code>config-file</code></em></span></dt>
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith Use <em class="replaceable"><code>config-file</code></em> as the
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith configuration file instead of the default,
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith <code class="filename">/etc/named.conf</code>. To
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith ensure that reloading the configuration file continues
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith to work after the server has changed its working
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith directory due to to a possible
Run the server in the foreground (i.e. do not daemonize).