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, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
6 - Copyright (C) 2000, 2001 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: lwresd.docbook,v 1.20 2009/01/20 23:47:56 tbox Exp -->
24 <date>June 30, 2000</date>
28 <refentrytitle><application>lwresd</application></refentrytitle>
29 <manvolnum>8</manvolnum>
30 <refmiscinfo>BIND9</refmiscinfo>
34 <refname><application>lwresd</application></refname>
35 <refpurpose>lightweight resolver daemon</refpurpose>
45 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
50 <holder>Internet Software Consortium.</holder>
56 <command>lwresd</command>
57 <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
58 <arg><option>-C <replaceable class="parameter">config-file</replaceable></option></arg>
59 <arg><option>-d <replaceable class="parameter">debug-level</replaceable></option></arg>
60 <arg><option>-f</option></arg>
61 <arg><option>-g</option></arg>
62 <arg><option>-i <replaceable class="parameter">pid-file</replaceable></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>-p <replaceable class="parameter">port</replaceable></option></arg>
67 <arg><option>-s</option></arg>
68 <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
69 <arg><option>-u <replaceable class="parameter">user</replaceable></option></arg>
70 <arg><option>-v</option></arg>
71 <arg><option>-4</option></arg>
72 <arg><option>-6</option></arg>
77 <title>DESCRIPTION</title>
79 <para><command>lwresd</command>
80 is the daemon providing name lookup
81 services to clients that use the BIND 9 lightweight resolver
82 library. It is essentially a stripped-down, caching-only name
83 server that answers queries using the BIND 9 lightweight
84 resolver protocol rather than the DNS protocol.
87 <para><command>lwresd</command>
88 listens for resolver queries on a
89 UDP port on the IPv4 loopback interface, 127.0.0.1. This
90 means that <command>lwresd</command> can only be used by
91 processes running on the local machine. By default, UDP port
92 number 921 is used for lightweight resolver requests and
96 Incoming lightweight resolver requests are decoded by the
97 server which then resolves them using the DNS protocol. When
98 the DNS lookup completes, <command>lwresd</command> encodes
99 the answers in the lightweight resolver format and returns
100 them to the client that made the request.
103 If <filename>/etc/resolv.conf</filename> contains any
104 <option>nameserver</option> entries, <command>lwresd</command>
105 sends recursive DNS queries to those servers. This is similar
106 to the use of forwarders in a caching name server. If no
107 <option>nameserver</option> entries are present, or if
108 forwarding fails, <command>lwresd</command> resolves the
109 queries autonomously starting at the root name servers, using
110 a built-in list of root server hints.
115 <title>OPTIONS</title>
123 Use IPv4 only even if the host machine is capable of IPv6.
124 <option>-4</option> and <option>-6</option> are mutually
134 Use IPv6 only even if the host machine is capable of IPv4.
135 <option>-4</option> and <option>-6</option> are mutually
141 <!-- this is in source but not mentioned? does this matter? -->
143 <term>-c <replaceable class="parameter">config-file</replaceable></term>
146 Use <replaceable class="parameter">config-file</replaceable> as the
147 configuration file instead of the default,
148 <filename>/etc/lwresd.conf</filename>.
149 <!-- Should this be an absolute path name? -->
150 <option>-c</option> can not be used with <option>-C</option>.
156 <term>-C <replaceable class="parameter">config-file</replaceable></term>
159 Use <replaceable class="parameter">config-file</replaceable> as the
160 configuration file instead of the default,
161 <filename>/etc/resolv.conf</filename>.
162 <option>-C</option> can not be used with <option>-c</option>.
168 <term>-d <replaceable class="parameter">debug-level</replaceable></term>
171 Set the daemon's debug level to <replaceable class="parameter">debug-level</replaceable>.
172 Debugging traces from <command>lwresd</command> become
173 more verbose as the debug level increases.
182 Run the server in the foreground (i.e. do not daemonize).
191 Run the server in the foreground and force all logging
192 to <filename>stderr</filename>.
198 <term>-i <replaceable class="parameter">pid-file</replaceable></term>
201 Use <replaceable class="parameter">pid-file</replaceable> as the
202 PID file instead of the default,
203 <filename>/var/run/lwresd/lwresd.pid</filename>.
209 <term>-m <replaceable class="parameter">flag</replaceable></term>
212 Turn on memory usage debugging flags. Possible flags are
213 <replaceable class="parameter">usage</replaceable>,
214 <replaceable class="parameter">trace</replaceable>,
215 <replaceable class="parameter">record</replaceable>,
216 <replaceable class="parameter">size</replaceable>, and
217 <replaceable class="parameter">mctx</replaceable>.
218 These correspond to the ISC_MEM_DEBUGXXXX flags described in
219 <filename><isc/mem.h></filename>.
225 <term>-n <replaceable class="parameter">#cpus</replaceable></term>
228 Create <replaceable class="parameter">#cpus</replaceable> worker threads
229 to take advantage of multiple CPUs. If not specified,
230 <command>lwresd</command> will try to determine the
231 number of CPUs present and create one thread per CPU.
232 If it is unable to determine the number of CPUs, a
233 single worker thread will be created.
239 <term>-P <replaceable class="parameter">port</replaceable></term>
242 Listen for lightweight resolver queries on port
243 <replaceable class="parameter">port</replaceable>. If
244 not specified, the default is port 921.
250 <term>-p <replaceable class="parameter">port</replaceable></term>
253 Send DNS lookups to port <replaceable class="parameter">port</replaceable>. If not
254 specified, the default is port 53. This provides a
255 way of testing the lightweight resolver daemon with a
256 name server that listens for queries on a non-standard
266 Write memory usage statistics to <filename>stdout</filename>
271 This option is mainly of interest to BIND 9 developers
272 and may be removed or changed in a future release.
279 <term>-t <replaceable class="parameter">directory</replaceable></term>
282 to <replaceable class="parameter">directory</replaceable> after
283 processing the command line arguments, but before
284 reading the configuration file.
288 This option should be used in conjunction with the
289 <option>-u</option> option, as chrooting a process
290 running as root doesn't enhance security on most
291 systems; the way <function>chroot(2)</function> is
292 defined allows a process with root privileges to
293 escape a chroot jail.
300 <term>-u <replaceable class="parameter">user</replaceable></term>
303 to <replaceable class="parameter">user</replaceable> after completing
304 privileged operations, such as creating sockets that
305 listen on privileged ports.
314 Report the version number and exit.
329 <term><filename>/etc/resolv.conf</filename></term>
332 The default configuration file.
338 <term><filename>/var/run/lwresd.pid</filename></term>
341 The default process-id file.
351 <title>SEE ALSO</title>
353 <refentrytitle>named</refentrytitle><manvolnum>8</manvolnum>
356 <refentrytitle>lwres</refentrytitle><manvolnum>3</manvolnum>
359 <refentrytitle>resolver</refentrytitle><manvolnum>5</manvolnum>
365 <title>AUTHOR</title>
366 <para><corpauthor>Internet Systems Consortium</corpauthor>