man.named.html revision b4556ecdbc3cad55e1c85ce32b73b7bcd39e43dc
0N/A<!--
0N/A - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
0N/A - Copyright (C) 2000-2003 Internet Software Consortium.
0N/A -
0N/A - Permission to use, copy, modify, and/or distribute this software for any
0N/A - purpose with or without fee is hereby granted, provided that the above
0N/A - copyright notice and this permission notice appear in all copies.
0N/A -
0N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
0N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
0N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
0N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
0N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
0N/A - PERFORMANCE OF THIS SOFTWARE.
0N/A-->
0N/A<!-- $Id$ -->
0N/A<html>
0N/A<head>
0N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
0N/A<title>named</title>
0N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
0N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
0N/A<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
0N/A<link rel="prev" href="man.named-checkzone.html" title="named-checkzone">
0N/A<link rel="next" href="man.named-journalprint.html" title="named-journalprint">
0N/A</head>
0N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
0N/A<div class="navheader">
0N/A<table width="100%" summary="Navigation header">
0N/A<tr><th colspan="3" align="center"><span class="application">named</span></th></tr>
0N/A<tr>
0N/A<td width="20%" align="left">
0N/A<a accesskey="p" href="man.named-checkzone.html">Prev</a>�</td>
0N/A<th width="60%" align="center">Manual pages</th>
0N/A<td width="20%" align="right">�<a accesskey="n" href="man.named-journalprint.html">Next</a>
0N/A</td>
0N/A</tr>
0N/A</table>
0N/A<hr>
0N/A</div>
0N/A<div class="refentry" lang="en">
0N/A<a name="man.named"></a><div class="titlepage"></div>
0N/A<div class="refnamediv">
0N/A<h2>Name</h2>
0N/A<p><span class="application">named</span> &#8212; Internet domain name server</p>
0N/A</div>
0N/A<div class="refsynopsisdiv">
0N/A<h2>Synopsis</h2>
0N/A<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">-L <em class="replaceable"><code>logfile</code></em></code>] [<code class="option">-M <em class="replaceable"><code>option</code></em></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>lock-file</code></em></code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2654242"></a><h2>DESCRIPTION</h2>
0N/A<p><span><strong class="command">named</strong></span>
0N/A is a Domain Name System (DNS) server,
0N/A part of the BIND 9 distribution from ISC. For more
0N/A information on the DNS, see RFCs 1033, 1034, and 1035.
0N/A </p>
0N/A<p>
0N/A When invoked without arguments, <span><strong class="command">named</strong></span>
0N/A will
0N/A read the default configuration file
0N/A <code class="filename">/etc/named.conf</code>, read any initial
0N/A data, and listen for queries.
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2654273"></a><h2>OPTIONS</h2>
0N/A<div class="variablelist"><dl>
0N/A<dt><span class="term">-4</span></dt>
0N/A<dd><p>
0N/A Use IPv4 only even if the host machine is capable of IPv6.
0N/A <code class="option">-4</code> and <code class="option">-6</code> are mutually
0N/A exclusive.
0N/A </p></dd>
0N/A<dt><span class="term">-6</span></dt>
0N/A<dd><p>
0N/A Use IPv6 only even if the host machine is capable of IPv4.
0N/A <code class="option">-4</code> and <code class="option">-6</code> are mutually
0N/A exclusive.
0N/A </p></dd>
0N/A<dt><span class="term">-c <em class="replaceable"><code>config-file</code></em></span></dt>
0N/A<dd><p>
0N/A Use <em class="replaceable"><code>config-file</code></em> as the
0N/A configuration file instead of the default,
0N/A <code class="filename">/etc/named.conf</code>. To
0N/A ensure that reloading the configuration file continues
0N/A to work after the server has changed its working
0N/A directory due to to a possible
0N/A <code class="option">directory</code> option in the configuration
0N/A file, <em class="replaceable"><code>config-file</code></em> should be
0N/A an absolute pathname.
0N/A </p></dd>
0N/A<dt><span class="term">-d <em class="replaceable"><code>debug-level</code></em></span></dt>
0N/A<dd><p>
0N/A Set the daemon's debug level to <em class="replaceable"><code>debug-level</code></em>.
0N/A Debugging traces from <span><strong class="command">named</strong></span> become
0N/A more verbose as the debug level increases.
0N/A </p></dd>
0N/A<dt><span class="term">-D <em class="replaceable"><code>string</code></em></span></dt>
0N/A<dd><p>
0N/A Specifies a string that is used to identify a instance of
0N/A <span><strong class="command">named</strong></span> in a process listing. The contents
0N/A of <em class="replaceable"><code>string</code></em> are
0N/A not examined.
0N/A </p></dd>
0N/A<dt><span class="term">-E <em class="replaceable"><code>engine-name</code></em></span></dt>
0N/A<dd>
0N/A<p>
0N/A When applicable, specifies the hardware to use for
0N/A cryptographic operations, such as a secure key store used
0N/A for signing.
0N/A </p>
0N/A<p>
0N/A When BIND is built with OpenSSL PKCS#11 support, this defaults
0N/A to the string "pkcs11", which identifies an OpenSSL engine
0N/A that can drive a cryptographic accelerator or hardware service
0N/A module. When BIND is built with native PKCS#11 cryptography
0N/A (--enable-native-pkcs11), it defaults to the path of the PKCS#11
0N/A provider library specified via "--with-pkcs11".
0N/A </p>
0N/A</dd>
0N/A<dt><span class="term">-f</span></dt>
0N/A<dd><p>
0N/A Run the server in the foreground (i.e. do not daemonize).
0N/A </p></dd>
0N/A<dt><span class="term">-g</span></dt>
0N/A<dd><p>
0N/A Run the server in the foreground and force all logging
0N/A to <code class="filename">stderr</code>.
0N/A </p></dd>
0N/A<dt><span class="term">-L <em class="replaceable"><code>logfile</code></em></span></dt>
0N/A<dd><p>
0N/A Log to the file <code class="option">logfile</code> by default
0N/A instead of the system log.
0N/A </p></dd>
0N/A<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
0N/A<dd><p>
0N/A Sets the default memory context options. Currently
0N/A the only supported option is
0N/A <em class="replaceable"><code>external</code></em>,
0N/A which causes the internal memory manager to be bypassed
0N/A in favor of system-provided memory allocation functions.
0N/A </p></dd>
0N/A<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>
0N/A<dd><p>
0N/A Turn on memory usage debugging flags. Possible flags are
0N/A <em class="replaceable"><code>usage</code></em>,
0N/A <em class="replaceable"><code>trace</code></em>,
0N/A <em class="replaceable"><code>record</code></em>,
0N/A <em class="replaceable"><code>size</code></em>, and
0N/A <em class="replaceable"><code>mctx</code></em>.
0N/A These correspond to the ISC_MEM_DEBUGXXXX flags described in
0N/A <code class="filename">&lt;isc/mem.h&gt;</code>.
0N/A </p></dd>
0N/A<dt><span class="term">-n <em class="replaceable"><code>#cpus</code></em></span></dt>
0N/A<dd><p>
0N/A Create <em class="replaceable"><code>#cpus</code></em> worker threads
0N/A to take advantage of multiple CPUs. If not specified,
0N/A <span><strong class="command">named</strong></span> will try to determine the
0N/A number of CPUs present and create one thread per CPU.
0N/A If it is unable to determine the number of CPUs, a
0N/A single worker thread will be created.
0N/A </p></dd>
0N/A<dt><span class="term">-p <em class="replaceable"><code>port</code></em></span></dt>
0N/A<dd><p>
0N/A Listen for queries on port <em class="replaceable"><code>port</code></em>. If not
0N/A specified, the default is port 53.
0N/A </p></dd>
0N/A<dt><span class="term">-s</span></dt>
0N/A<dd>
0N/A<p>
0N/A Write memory usage statistics to <code class="filename">stdout</code> on exit.
0N/A </p>
0N/A<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
0N/A<h3 class="title">Note</h3>
0N/A<p>
0N/A This option is mainly of interest to BIND 9 developers
0N/A and may be removed or changed in a future release.
0N/A </p>
0N/A</div>
0N/A</dd>
0N/A<dt><span class="term">-S <em class="replaceable"><code>#max-socks</code></em></span></dt>
0N/A<dd>
0N/A<p>
0N/A Allow <span><strong class="command">named</strong></span> to use up to
0N/A <em class="replaceable"><code>#max-socks</code></em> sockets.
0N/A The default value is 4096 on systems built with default
0N/A configuration options, and 21000 on systems built with
0N/A "configure --with-tuning=large".
0N/A </p>
0N/A<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
0N/A<h3 class="title">Warning</h3>
0N/A<p>
0N/A This option should be unnecessary for the vast majority
0N/A of users.
0N/A The use of this option could even be harmful because the
0N/A specified value may exceed the limitation of the
0N/A underlying system API.
0N/A It is therefore set only when the default configuration
0N/A causes exhaustion of file descriptors and the
0N/A operational environment is known to support the
0N/A specified number of sockets.
0N/A Note also that the actual maximum number is normally a little
0N/A fewer than the specified value because
0N/A <span><strong class="command">named</strong></span> reserves some file descriptors
0N/A for its internal use.
0N/A </p>
0N/A</div>
0N/A</dd>
0N/A<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
0N/A<dd>
0N/A<p>Chroot
0N/A to <em class="replaceable"><code>directory</code></em> after
0N/A processing the command line arguments, but before
0N/A reading the configuration file.
0N/A </p>
0N/A<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
0N/A<h3 class="title">Warning</h3>
0N/A<p>
0N/A This option should be used in conjunction with the
0N/A <code class="option">-u</code> option, as chrooting a process
0N/A running as root doesn't enhance security on most
0N/A systems; the way <code class="function">chroot(2)</code> is
0N/A defined allows a process with root privileges to
0N/A escape a chroot jail.
0N/A </p>
0N/A</div>
0N/A</dd>
0N/A<dt><span class="term">-U <em class="replaceable"><code>#listeners</code></em></span></dt>
0N/A<dd><p>
0N/A Use <em class="replaceable"><code>#listeners</code></em>
0N/A worker threads to listen for incoming UDP packets on each
0N/A address. If not specified, <span><strong class="command">named</strong></span> will
0N/A calculate a default value based on the number of detected
0N/A CPUs: 1 for 1 CPU, 2 for 2-4 CPUs, and the number of
0N/A detected CPUs divided by 2 for values higher than 4.
0N/A If <code class="option">-n</code> has been set to a higher value than
0N/A the number of detected CPUs, then <code class="option">-U</code> may
0N/A be increased as high as that value, but no higher.
0N/A </p></dd>
0N/A<dt><span class="term">-u <em class="replaceable"><code>user</code></em></span></dt>
0N/A<dd>
0N/A<p>Setuid
0N/A to <em class="replaceable"><code>user</code></em> after completing
0N/A privileged operations, such as creating sockets that
0N/A listen on privileged ports.
0N/A </p>
0N/A<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
0N/A<h3 class="title">Note</h3>
0N/A<p>
0N/A On Linux, <span><strong class="command">named</strong></span> uses the kernel's
0N/A capability mechanism to drop all root privileges
0N/A except the ability to <code class="function">bind(2)</code> to
0N/A a
0N/A privileged port and set process resource limits.
0N/A Unfortunately, this means that the <code class="option">-u</code>
0N/A option only works when <span><strong class="command">named</strong></span> is
0N/A run
0N/A on kernel 2.2.18 or later, or kernel 2.3.99-pre3 or
0N/A later, since previous kernels did not allow privileges
0N/A to be retained after <code class="function">setuid(2)</code>.
0N/A </p>
0N/A</div>
0N/A</dd>
0N/A<dt><span class="term">-v</span></dt>
0N/A<dd><p>
0N/A Report the version number and exit.
0N/A </p></dd>
0N/A<dt><span class="term">-V</span></dt>
0N/A<dd><p>
0N/A Report the version number and build options, and exit.
0N/A </p></dd>
0N/A<dt><span class="term">-X <em class="replaceable"><code>lock-file</code></em></span></dt>
0N/A<dd><p>
0N/A Acquire a lock on the specified file at runtime; this
0N/A helps to prevent duplicate <span><strong class="command">named</strong></span> instances
0N/A from running simultaneously.
0N/A Use of this option overrides the <span><strong class="command">lock-file</strong></span>
0N/A option in <code class="filename">named.conf</code>.
0N/A If set to <code class="literal">none</code>, the lock file check
0N/A is disabled.
0N/A </p></dd>
0N/A<dt><span class="term">-x <em class="replaceable"><code>cache-file</code></em></span></dt>
0N/A<dd>
0N/A<p>
0N/A Load data from <em class="replaceable"><code>cache-file</code></em> into the
0N/A cache of the default view.
0N/A </p>
0N/A<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
0N/A<h3 class="title">Warning</h3>
0N/A<p>
0N/A This option must not be used. It is only of interest
0N/A to BIND 9 developers and may be removed or changed in a
0N/A future release.
0N/A </p>
0N/A</div>
0N/A</dd>
0N/A</dl></div>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2684462"></a><h2>SIGNALS</h2>
0N/A<p>
0N/A In routine operation, signals should not be used to control
0N/A the nameserver; <span><strong class="command">rndc</strong></span> should be used
0N/A instead.
0N/A </p>
0N/A<div class="variablelist"><dl>
0N/A<dt><span class="term">SIGHUP</span></dt>
0N/A<dd><p>
0N/A Force a reload of the server.
0N/A </p></dd>
0N/A<dt><span class="term">SIGINT, SIGTERM</span></dt>
0N/A<dd><p>
0N/A Shut down the server.
0N/A </p></dd>
0N/A</dl></div>
0N/A<p>
0N/A The result of sending any other signals to the server is undefined.
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2684513"></a><h2>CONFIGURATION</h2>
0N/A<p>
0N/A The <span><strong class="command">named</strong></span> configuration file is too complex
0N/A to describe in detail here. A complete description is provided
0N/A in the
0N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
0N/A </p>
0N/A<p>
0N/A <span><strong class="command">named</strong></span> inherits the <code class="function">umask</code>
0N/A (file creation mode mask) from the parent process. If files
0N/A created by <span><strong class="command">named</strong></span>, such as journal files,
0N/A need to have custom permissions, the <code class="function">umask</code>
0N/A should be set explicitly in the script used to start the
0N/A <span><strong class="command">named</strong></span> process.
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2684562"></a><h2>FILES</h2>
0N/A<div class="variablelist"><dl>
0N/A<dt><span class="term"><code class="filename">/etc/named.conf</code></span></dt>
0N/A<dd><p>
0N/A The default configuration file.
0N/A </p></dd>
0N/A<dt><span class="term"><code class="filename">/var/run/named/named.pid</code></span></dt>
0N/A<dd><p>
0N/A The default process-id file.
0N/A </p></dd>
0N/A</dl></div>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2684605"></a><h2>SEE ALSO</h2>
0N/A<p><em class="citetitle">RFC 1033</em>,
0N/A <em class="citetitle">RFC 1034</em>,
0N/A <em class="citetitle">RFC 1035</em>,
0N/A <span class="citerefentry"><span class="refentrytitle">named-checkconf</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">named-checkzone</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">rndc</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">lwresd</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">named.conf</span>(5)</span>,
0N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2684676"></a><h2>AUTHOR</h2>
0N/A<p><span class="corpauthor">Internet Systems Consortium</span>
0N/A </p>
0N/A</div>
0N/A</div>
0N/A<div class="navfooter">
0N/A<hr>
0N/A<table width="100%" summary="Navigation footer">
0N/A<tr>
0N/A<td width="40%" align="left">
0N/A<a accesskey="p" href="man.named-checkzone.html">Prev</a>�</td>
0N/A<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
0N/A<td width="40%" align="right">�<a accesskey="n" href="man.named-journalprint.html">Next</a>
0N/A</td>
0N/A</tr>
0N/A<tr>
0N/A<td width="40%" align="left" valign="top">
0N/A<span class="application">named-checkzone</span>�</td>
0N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
0N/A<td width="40%" align="right" valign="top">�<span class="application">named-journalprint</span>
0N/A</td>
0N/A</tr>
0N/A</table>
0N/A</div>
0N/A<p style="text-align: center;">BIND 9.11.0pre-alpha</p>
0N/A</body>
0N/A</html>
0N/A