1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3 [<!ENTITY mdash "—">]>
5 - Copyright (C) 2004-2009, 2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
6 - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
8 - Permission to use, copy, modify, and/or distribute this software for any
9 - purpose with or without fee is hereby granted, provided that the above
10 - copyright notice and this permission notice appear in all copies.
12 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
13 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
15 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
16 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
17 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18 - PERFORMANCE OF THIS SOFTWARE.
21 <refentry id="man.named">
23 <date>February 19, 2014</date>
27 <refentrytitle><application>named</application></refentrytitle>
28 <manvolnum>8</manvolnum>
29 <refmiscinfo>BIND9</refmiscinfo>
33 <refname><application>named</application></refname>
34 <refpurpose>Internet domain name server</refpurpose>
48 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
54 <holder>Internet Software Consortium.</holder>
60 <command>named</command>
61 <arg><option>-4</option></arg>
62 <arg><option>-6</option></arg>
63 <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
64 <arg><option>-d <replaceable class="parameter">debug-level</replaceable></option></arg>
65 <arg><option>-D <replaceable class="parameter">string</replaceable></option></arg>
66 <arg><option>-E <replaceable class="parameter">engine-name</replaceable></option></arg>
67 <arg><option>-f</option></arg>
68 <arg><option>-g</option></arg>
69 <arg><option>-m <replaceable class="parameter">flag</replaceable></option></arg>
70 <arg><option>-n <replaceable class="parameter">#cpus</replaceable></option></arg>
71 <arg><option>-p <replaceable class="parameter">port</replaceable></option></arg>
72 <arg><option>-s</option></arg>
73 <arg><option>-S <replaceable class="parameter">#max-socks</replaceable></option></arg>
74 <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
75 <arg><option>-U <replaceable class="parameter">#listeners</replaceable></option></arg>
76 <arg><option>-u <replaceable class="parameter">user</replaceable></option></arg>
77 <arg><option>-v</option></arg>
78 <arg><option>-V</option></arg>
79 <arg><option>-x <replaceable class="parameter">cache-file</replaceable></option></arg>
84 <title>DESCRIPTION</title>
85 <para><command>named</command>
86 is a Domain Name System (DNS) server,
87 part of the BIND 9 distribution from ISC. For more
88 information on the DNS, see RFCs 1033, 1034, and 1035.
91 When invoked without arguments, <command>named</command>
93 read the default configuration file
94 <filename>/etc/named.conf</filename>, read any initial
95 data, and listen for queries.
100 <title>OPTIONS</title>
107 Use IPv4 only even if the host machine is capable of IPv6.
108 <option>-4</option> and <option>-6</option> are mutually
118 Use IPv6 only even if the host machine is capable of IPv4.
119 <option>-4</option> and <option>-6</option> are mutually
126 <term>-c <replaceable class="parameter">config-file</replaceable></term>
129 Use <replaceable class="parameter">config-file</replaceable> as the
130 configuration file instead of the default,
131 <filename>/etc/named.conf</filename>. To
132 ensure that reloading the configuration file continues
133 to work after the server has changed its working
134 directory due to to a possible
135 <option>directory</option> option in the configuration
136 file, <replaceable class="parameter">config-file</replaceable> should be
137 an absolute pathname.
143 <term>-d <replaceable class="parameter">debug-level</replaceable></term>
146 Set the daemon's debug level to <replaceable class="parameter">debug-level</replaceable>.
147 Debugging traces from <command>named</command> become
148 more verbose as the debug level increases.
154 <term>-D <replaceable class="parameter">string</replaceable></term>
157 Specifies a string that is used to identify a instance of
158 <command>named</command> in a process listing. The contents
159 of <replaceable class="parameter">string</replaceable> are
166 <term>-E <replaceable class="parameter">engine-name</replaceable></term>
169 When applicable, specifies the hardware to use for
170 cryptographic operations, such as a secure key store used
174 When BIND is built with OpenSSL PKCS#11 support, this defaults
175 to the string "pkcs11", which identifies an OpenSSL engine
176 that can drive a cryptographic accelerator or hardware service
177 module. When BIND is built with native PKCS#11 cryptography
178 (--enable-native-pkcs11), it defaults to the path of the PKCS#11
179 provider library specified via "--with-pkcs11".
188 Run the server in the foreground (i.e. do not daemonize).
197 Run the server in the foreground and force all logging
198 to <filename>stderr</filename>.
204 <term>-m <replaceable class="parameter">flag</replaceable></term>
207 Turn on memory usage debugging flags. Possible flags are
208 <replaceable class="parameter">usage</replaceable>,
209 <replaceable class="parameter">trace</replaceable>,
210 <replaceable class="parameter">record</replaceable>,
211 <replaceable class="parameter">size</replaceable>, and
212 <replaceable class="parameter">mctx</replaceable>.
213 These correspond to the ISC_MEM_DEBUGXXXX flags described in
214 <filename><isc/mem.h></filename>.
220 <term>-n <replaceable class="parameter">#cpus</replaceable></term>
223 Create <replaceable class="parameter">#cpus</replaceable> worker threads
224 to take advantage of multiple CPUs. If not specified,
225 <command>named</command> will try to determine the
226 number of CPUs present and create one thread per CPU.
227 If it is unable to determine the number of CPUs, a
228 single worker thread will be created.
234 <term>-p <replaceable class="parameter">port</replaceable></term>
237 Listen for queries on port <replaceable class="parameter">port</replaceable>. If not
238 specified, the default is port 53.
247 Write memory usage statistics to <filename>stdout</filename> on exit.
251 This option is mainly of interest to BIND 9 developers
252 and may be removed or changed in a future release.
259 <term>-S <replaceable class="parameter">#max-socks</replaceable></term>
262 Allow <command>named</command> to use up to
263 <replaceable class="parameter">#max-socks</replaceable> sockets.
264 The default value is 4096 on systems built with default
265 configuration options, and 21000 on systems built with
266 "configure --with-tuning=large".
270 This option should be unnecessary for the vast majority
272 The use of this option could even be harmful because the
273 specified value may exceed the limitation of the
274 underlying system API.
275 It is therefore set only when the default configuration
276 causes exhaustion of file descriptors and the
277 operational environment is known to support the
278 specified number of sockets.
279 Note also that the actual maximum number is normally a little
280 fewer than the specified value because
281 <command>named</command> reserves some file descriptors
282 for its internal use.
289 <term>-t <replaceable class="parameter">directory</replaceable></term>
292 to <replaceable class="parameter">directory</replaceable> after
293 processing the command line arguments, but before
294 reading the configuration file.
298 This option should be used in conjunction with the
299 <option>-u</option> option, as chrooting a process
300 running as root doesn't enhance security on most
301 systems; the way <function>chroot(2)</function> is
302 defined allows a process with root privileges to
303 escape a chroot jail.
310 <term>-U <replaceable class="parameter">#listeners</replaceable></term>
313 Use <replaceable class="parameter">#listeners</replaceable>
314 worker threads to listen for incoming UDP packets on each
315 address. If not specified, <command>named</command> will
316 calculate a default value based on the number of detected
317 CPUs: 1 for 1 CPU, 2 for 2-4 CPUs, and the number of
318 detected CPUs divided by 2 for values higher than 4.
319 If <option>-n</option> has been set to a higher value than
320 the number of detected CPUs, then <option>-U</option> may
321 be increased as high as that value, but no higher.
327 <term>-u <replaceable class="parameter">user</replaceable></term>
330 to <replaceable class="parameter">user</replaceable> after completing
331 privileged operations, such as creating sockets that
332 listen on privileged ports.
336 On Linux, <command>named</command> uses the kernel's
337 capability mechanism to drop all root privileges
338 except the ability to <function>bind(2)</function> to
340 privileged port and set process resource limits.
341 Unfortunately, this means that the <option>-u</option>
342 option only works when <command>named</command> is
344 on kernel 2.2.18 or later, or kernel 2.3.99-pre3 or
345 later, since previous kernels did not allow privileges
346 to be retained after <function>setuid(2)</function>.
356 Report the version number and exit.
365 Report the version number and build options, and exit.
371 <term>-x <replaceable class="parameter">cache-file</replaceable></term>
374 Load data from <replaceable class="parameter">cache-file</replaceable> into the
375 cache of the default view.
379 This option must not be used. It is only of interest
380 to BIND 9 developers and may be removed or changed in a
392 <title>SIGNALS</title>
394 In routine operation, signals should not be used to control
395 the nameserver; <command>rndc</command> should be used
405 Force a reload of the server.
411 <term>SIGINT, SIGTERM</term>
414 Shut down the server.
422 The result of sending any other signals to the server is undefined.
428 <title>CONFIGURATION</title>
430 The <command>named</command> configuration file is too complex
431 to describe in detail here. A complete description is provided
433 <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
437 <command>named</command> inherits the <function>umask</function>
438 (file creation mode mask) from the parent process. If files
439 created by <command>named</command>, such as journal files,
440 need to have custom permissions, the <function>umask</function>
441 should be set explicitly in the script used to start the
442 <command>named</command> process.
453 <term><filename>/etc/named.conf</filename></term>
456 The default configuration file.
462 <term><filename>/var/run/named/named.pid</filename></term>
465 The default process-id file.
475 <title>SEE ALSO</title>
476 <para><citetitle>RFC 1033</citetitle>,
477 <citetitle>RFC 1034</citetitle>,
478 <citetitle>RFC 1035</citetitle>,
480 <refentrytitle>named-checkconf</refentrytitle>
481 <manvolnum>8</manvolnum>
484 <refentrytitle>named-checkzone</refentrytitle>
485 <manvolnum>8</manvolnum>
488 <refentrytitle>rndc</refentrytitle>
489 <manvolnum>8</manvolnum>
492 <refentrytitle>lwresd</refentrytitle>
493 <manvolnum>8</manvolnum>
496 <refentrytitle>named.conf</refentrytitle>
497 <manvolnum>5</manvolnum>
499 <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
504 <title>AUTHOR</title>
505 <para><corpauthor>Internet Systems Consortium</corpauthor>