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-2007 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 <!-- $Id: named.docbook,v 1.7.18.12 2007/08/28 07:20:01 tbox Exp $ -->
22 <refentry id="man.named">
24 <date>June 30, 2000</date>
28 <refentrytitle><application>named</application></refentrytitle>
29 <manvolnum>8</manvolnum>
30 <refmiscinfo>BIND9</refmiscinfo>
34 <refname><application>named</application></refname>
35 <refpurpose>Internet domain name server</refpurpose>
44 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
50 <holder>Internet Software Consortium.</holder>
56 <command>named</command>
57 <arg><option>-4</option></arg>
58 <arg><option>-6</option></arg>
59 <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
60 <arg><option>-d <replaceable class="parameter">debug-level</replaceable></option></arg>
61 <arg><option>-f</option></arg>
62 <arg><option>-g</option></arg>
63 <arg><option>-m <replaceable class="parameter">flag</replaceable></option></arg>
64 <arg><option>-n <replaceable class="parameter">#cpus</replaceable></option></arg>
65 <arg><option>-p <replaceable class="parameter">port</replaceable></option></arg>
66 <arg><option>-s</option></arg>
67 <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
68 <arg><option>-u <replaceable class="parameter">user</replaceable></option></arg>
69 <arg><option>-v</option></arg>
70 <arg><option>-x <replaceable class="parameter">cache-file</replaceable></option></arg>
75 <title>DESCRIPTION</title>
76 <para><command>named</command>
77 is a Domain Name System (DNS) server,
78 part of the BIND 9 distribution from ISC. For more
79 information on the DNS, see RFCs 1033, 1034, and 1035.
82 When invoked without arguments, <command>named</command>
84 read the default configuration file
85 <filename>/etc/named.conf</filename>, read any initial
86 data, and listen for queries.
91 <title>OPTIONS</title>
98 Use IPv4 only even if the host machine is capable of IPv6.
99 <option>-4</option> and <option>-6</option> are mutually
109 Use IPv6 only even if the host machine is capable of IPv4.
110 <option>-4</option> and <option>-6</option> are mutually
116 <term>-c <replaceable class="parameter">config-file</replaceable></term>
119 Use <replaceable class="parameter">config-file</replaceable> as the
120 configuration file instead of the default,
121 <filename>/etc/named.conf</filename>. To
122 ensure that reloading the configuration file continues
123 to work after the server has changed its working
124 directory due to to a possible
125 <option>directory</option> option in the configuration
126 file, <replaceable class="parameter">config-file</replaceable> should be
127 an absolute pathname.
133 <term>-d <replaceable class="parameter">debug-level</replaceable></term>
136 Set the daemon's debug level to <replaceable class="parameter">debug-level</replaceable>.
137 Debugging traces from <command>named</command> become
138 more verbose as the debug level increases.
147 Run the server in the foreground (i.e. do not daemonize).
156 Run the server in the foreground and force all logging
157 to <filename>stderr</filename>.
163 <term>-m <replaceable class="parameter">flag</replaceable></term>
166 Turn on memory usage debugging flags. Possible flags are
167 <replaceable class="parameter">usage</replaceable>,
168 <replaceable class="parameter">trace</replaceable>,
169 <replaceable class="parameter">record</replaceable>,
170 <replaceable class="parameter">size</replaceable>, and
171 <replaceable class="parameter">mctx</replaceable>.
172 These correspond to the ISC_MEM_DEBUGXXXX flags described in
173 <filename><isc/mem.h></filename>.
179 <term>-n <replaceable class="parameter">#cpus</replaceable></term>
182 Create <replaceable class="parameter">#cpus</replaceable> worker threads
183 to take advantage of multiple CPUs. If not specified,
184 <command>named</command> will try to determine the
185 number of CPUs present and create one thread per CPU.
186 If it is unable to determine the number of CPUs, a
187 single worker thread will be created.
193 <term>-p <replaceable class="parameter">port</replaceable></term>
196 Listen for queries on port <replaceable class="parameter">port</replaceable>. If not
197 specified, the default is port 53.
206 Write memory usage statistics to <filename>stdout</filename> on exit.
210 This option is mainly of interest to BIND 9 developers
211 and may be removed or changed in a future release.
218 <term>-t <replaceable class="parameter">directory</replaceable></term>
221 to <replaceable class="parameter">directory</replaceable> after
222 processing the command line arguments, but before
223 reading the configuration file.
227 This option should be used in conjunction with the
228 <option>-u</option> option, as chrooting a process
229 running as root doesn't enhance security on most
230 systems; the way <function>chroot(2)</function> is
231 defined allows a process with root privileges to
232 escape a chroot jail.
239 <term>-u <replaceable class="parameter">user</replaceable></term>
242 to <replaceable class="parameter">user</replaceable> after completing
243 privileged operations, such as creating sockets that
244 listen on privileged ports.
248 On Linux, <command>named</command> uses the kernel's
249 capability mechanism to drop all root privileges
250 except the ability to <function>bind(2)</function> to
252 privileged port and set process resource limits.
253 Unfortunately, this means that the <option>-u</option>
254 option only works when <command>named</command> is
256 on kernel 2.2.18 or later, or kernel 2.3.99-pre3 or
257 later, since previous kernels did not allow privileges
258 to be retained after <function>setuid(2)</function>.
268 Report the version number and exit.
274 <term>-x <replaceable class="parameter">cache-file</replaceable></term>
277 Load data from <replaceable class="parameter">cache-file</replaceable> into the
278 cache of the default view.
282 This option must not be used. It is only of interest
283 to BIND 9 developers and may be removed or changed in a
295 <title>SIGNALS</title>
297 In routine operation, signals should not be used to control
298 the nameserver; <command>rndc</command> should be used
308 Force a reload of the server.
314 <term>SIGINT, SIGTERM</term>
317 Shut down the server.
325 The result of sending any other signals to the server is undefined.
331 <title>CONFIGURATION</title>
333 The <command>named</command> configuration file is too complex
334 to describe in detail here. A complete description is provided
336 <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
346 <term><filename>/etc/named.conf</filename></term>
349 The default configuration file.
355 <term><filename>/var/run/named.pid</filename></term>
358 The default process-id file.
368 <title>SEE ALSO</title>
369 <para><citetitle>RFC 1033</citetitle>,
370 <citetitle>RFC 1034</citetitle>,
371 <citetitle>RFC 1035</citetitle>,
373 <refentrytitle>named-checkconf</refentrytitle>
374 <manvolnum>8</manvolnum>
377 <refentrytitle>named-checkzone</refentrytitle>
378 <manvolnum>8</manvolnum>
381 <refentrytitle>rndc</refentrytitle>
382 <manvolnum>8</manvolnum>
385 <refentrytitle>lwresd</refentrytitle>
386 <manvolnum>8</manvolnum>
389 <refentrytitle>named.conf</refentrytitle>
390 <manvolnum>5</manvolnum>
392 <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
397 <title>AUTHOR</title>
398 <para><corpauthor>Internet Systems Consortium</corpauthor>