Merge branch 'Teaman-ND' into Teaman-RT
[tomato.git] / release / src / router / dnsmasq / man / dnsmasq.8
blobf3168bce175fafd4fc2b75fd4547cb4f789a1890
1 .TH DNSMASQ 8
2 .SH NAME
3 dnsmasq \- A lightweight DHCP and caching DNS server.
4 .SH SYNOPSIS
5 .B dnsmasq
6 .I [OPTION]...
7 .SH "DESCRIPTION"
8 .BR dnsmasq
9 is a lightweight DNS, TFTP and DHCP server. It is intended to provide 
10 coupled DNS and DHCP service to a LAN.
11 .PP
12 Dnsmasq accepts DNS queries and either answers them from a small, local,
13 cache or forwards them to a real, recursive, DNS server. It loads the
14 contents of /etc/hosts so that local hostnames
15 which do not appear in the global DNS can be resolved and also answers
16 DNS queries for DHCP configured hosts.
17 .PP
18 The dnsmasq DHCP server supports static address assignments and multiple
19 networks. It automatically
20 sends a sensible default set of DHCP options, and can be configured to
21 send any desired set of DHCP options, including vendor-encapsulated
22 options. It includes a secure, read-only,
23 TFTP server to allow net/PXE boot of DHCP hosts and also supports BOOTP.
24 .PP
25 Dnsmasq 
26 supports IPv6 for DNS and TFTP, but not DHCP.
27 .SH OPTIONS
28 Note that in general missing parameters are allowed and switch off
29 functions, for instance "--pid-file" disables writing a PID file. On
30 BSD, unless the GNU getopt library is linked, the long form of the
31 options does not work on the command line; it is still recognised in
32 the configuration file.
33 .TP
34 .B --test
35 Read and syntax check configuration file(s). Exit with code 0 if all
36 is OK, or a non-zero code otherwise. Do not start up dnsmasq.
37 .TP
38 .B \-h, --no-hosts
39 Don't read the hostnames in /etc/hosts.
40 .TP
41 .B \-H, --addn-hosts=<file>
42 Additional hosts file. Read the specified file as well as /etc/hosts. If -h is given, read
43 only the specified file. This option may be repeated for more than one
44 additional hosts file. If a directory is given, then read all the files contained in that directory. 
45 .TP
46 .B \-E, --expand-hosts
47 Add the domain to simple names (without a period) in /etc/hosts
48 in the same way as for DHCP-derived names. Note that this does not
49 apply to domain names in cnames, PTR records, TXT records etc.
50 .TP
51 .B \-T, --local-ttl=<time>
52 When replying with information from /etc/hosts or the DHCP leases
53 file dnsmasq by default sets the time-to-live field to zero, meaning
54 that the requestor should not itself cache the information. This is
55 the correct thing to do in almost all situations. This option allows a
56 time-to-live (in seconds) to be given for these replies. This will
57 reduce the load on the server at the expense of clients using stale
58 data under some circumstances.
59 .TP
60 .B --neg-ttl=<time>
61 Negative replies from upstream servers normally contain time-to-live
62 information in SOA records which dnsmasq uses for caching. If the
63 replies from upstream servers omit this information, dnsmasq does not
64 cache the reply. This option gives a default value for time-to-live
65 (in seconds) which dnsmasq uses to cache negative replies even in 
66 the absence of an SOA record. 
67 .TP
68 .B --max-ttl=<time>
69 Set a maximum TTL value that will be handed out to clients. The specified
70 maximum TTL will be given to clients instead of the true TTL value if it is 
71 lower. The true TTL value is however kept in the cache to avoid flooding 
72 the upstream DNS servers.
73 .TP
74 .B \-k, --keep-in-foreground
75 Do not go into the background at startup but otherwise run as
76 normal. This is intended for use when dnsmasq is run under daemontools
77 or launchd.
78 .TP
79 .B \-d, --no-daemon
80 Debug mode: don't fork to the background, don't write a pid file,
81 don't change user id, generate a complete cache dump on receipt on
82 SIGUSR1, log to stderr as well as syslog, don't fork new processes
83 to handle TCP queries.
84 .TP
85 .B \-q, --log-queries
86 Log the results of DNS queries handled by dnsmasq. Enable a full cache dump on receipt of SIGUSR1.
87 .TP
88 .B \-8, --log-facility=<facility>
89 Set the facility to which dnsmasq will send syslog entries, this
90 defaults to DAEMON, and to LOCAL0 when debug mode is in operation. If
91 the facility given contains at least one '/' character, it is taken to
92 be a filename, and dnsmasq logs to the given file, instead of
93 syslog. If the facility is '-' then dnsmasq logs to stderr.
94 (Errors whilst reading configuration will still go to syslog,
95 but all output from a successful startup, and all output whilst
96 running, will go exclusively to the file.) When logging to a file,
97 dnsmasq will close and reopen the file when it receives SIGUSR2. This 
98 allows the log file to be rotated without stopping dnsmasq.
99 .TP
100 .B --log-async[=<lines>]
101 Enable asynchronous logging and optionally set the limit on the
102 number of lines
103 which will be queued by dnsmasq when writing to the syslog is slow. 
104 Dnsmasq can log asynchronously: this
105 allows it to continue functioning without being blocked by syslog, and
106 allows syslog to use dnsmasq for DNS queries without risking deadlock.
107 If the queue of log-lines becomes full, dnsmasq will log the
108 overflow, and the number of messages  lost. The default queue length is
109 5, a sane value would be 5-25, and a maximum limit of 100 is imposed.
111 .B \-x, --pid-file=<path>
112 Specify an alternate path for dnsmasq to record its process-id in. Normally /var/run/dnsmasq.pid.
114 .B \-u, --user=<username>
115 Specify the userid to which dnsmasq will change after startup. Dnsmasq must normally be started as root, but it will drop root 
116 privileges after startup by changing id to another user. Normally this user is "nobody" but that 
117 can be over-ridden with this switch.
119 .B \-g, --group=<groupname> 
120 Specify the group which dnsmasq will run
121 as. The defaults to "dip", if available, to facilitate access to
122 /etc/ppp/resolv.conf which is not normally world readable.
124 .B \-v, --version
125 Print the version number.
127 .B \-p, --port=<port>
128 Listen on <port> instead of the standard DNS port (53). Setting this
129 to zero completely disables DNS function, leaving only DHCP and/or TFTP.
131 .B \-P, --edns-packet-max=<size>
132 Specify the largest EDNS.0 UDP packet which is supported by the DNS
133 forwarder. Defaults to 4096, which is the RFC5625-recommended size.
135 .B \-Q, --query-port=<query_port>
136 Send outbound DNS queries from, and listen for their replies on, the
137 specific UDP port <query_port> instead of using random ports. NOTE
138 that using this option will make dnsmasq less secure against DNS
139 spoofing attacks but it may be faster and use less resources.  Setting this option
140 to zero makes dnsmasq use a single port allocated to it by the
141 OS: this was the default behaviour in versions prior to 2.43. 
143 .B --min-port=<port>
144 Do not use ports less than that given as source for outbound DNS
145 queries. Dnsmasq picks random ports as source for outbound queries:
146 when this option is given, the ports used will always to larger
147 than that specified. Useful for systems behind firewalls. 
149 .B \-i, --interface=<interface name>
150 Listen only on the specified interface(s). Dnsmasq automatically adds
151 the loopback (local) interface to the list of interfaces to use when
153 .B \--interface
154 option  is used. If no
155 .B \--interface
157 .B \--listen-address
158 options are given dnsmasq listens on all available interfaces except any
159 given in
160 .B \--except-interface
161 options. IP alias interfaces (eg "eth1:0") cannot be used with
162 .B --interface
164 .B --except-interface
165 options, use --listen-address instead. 
167 .B \-I, --except-interface=<interface name>
168 Do not listen on the specified interface. Note that the order of
169 .B \--listen-address
170 .B --interface
172 .B --except-interface
173 options does not matter and that 
174 .B --except-interface
175 options always override the others.
176 .TP 
177 .B \-2, --no-dhcp-interface=<interface name>
178 Do not provide DHCP or TFTP on the specified interface, but do provide DNS service.
180 .B \-a, --listen-address=<ipaddr>
181 Listen on the given IP address(es). Both 
182 .B \--interface
184 .B \--listen-address
185 options may be given, in which case the set of both interfaces and
186 addresses is used. Note that if no
187 .B \--interface
188 option is given, but 
189 .B \--listen-address
190 is, dnsmasq will not automatically listen on the loopback
191 interface. To achieve this, its IP address, 127.0.0.1, must be
192 explicitly given as a 
193 .B \--listen-address
194 option.
196 .B \-z, --bind-interfaces
197 On systems which support it, dnsmasq binds the wildcard address,
198 even when it is listening on only some interfaces. It then discards
199 requests that it shouldn't reply to. This has the advantage of 
200 working even when interfaces come and go and change address. This
201 option forces dnsmasq to really bind only the interfaces it is
202 listening on. About the only time when this is useful is when 
203 running another nameserver (or another instance of dnsmasq) on the
204 same machine. Setting this option also enables multiple instances of
205 dnsmasq which provide DHCP service to run in the same machine.
207 .B \-y, --localise-queries
208 Return answers to DNS queries from /etc/hosts which depend on the interface over which the query was
209 received. If a name in /etc/hosts has more than one address associated with
210 it, and at least one of those addresses is on the same subnet as the
211 interface to which the query was sent, then return only the
212 address(es) on that subnet. This allows for a server  to have multiple
213 addresses in /etc/hosts corresponding to each of its interfaces, and
214 hosts will get the correct address based on which network they are
215 attached to. Currently this facility is limited to IPv4.
217 .B \-b, --bogus-priv
218 Bogus private reverse lookups. All reverse lookups for private IP ranges (ie 192.168.x.x, etc)
219 which are not found in /etc/hosts or the DHCP leases file are answered
220 with "no such domain" rather than being forwarded upstream.
222 .B \-V, --alias=[<old-ip>]|[<start-ip>-<end-ip>],<new-ip>[,<mask>]
223 Modify IPv4 addresses returned from upstream nameservers; old-ip is
224 replaced by new-ip. If the optional mask is given then any address
225 which matches the masked old-ip will be re-written. So, for instance
226 .B --alias=1.2.3.0,6.7.8.0,255.255.255.0 
227 will map 1.2.3.56 to 6.7.8.56 and 1.2.3.67 to 6.7.8.67. This is what
228 Cisco PIX routers call "DNS doctoring". If the old IP is given as
229 range, then only addresses in the range, rather than a whole subnet,
230 are re-written. So 
231 .B --alias=192.168.0.10-192.168.0.40,10.0.0.0,255.255.255.0
232 maps 192.168.0.10->192.168.0.40 to 10.0.0.10->10.0.0.40
233 .TP 
234 .B \-B, --bogus-nxdomain=<ipaddr>
235 Transform replies which contain the IP address given into "No such
236 domain" replies. This is intended to counteract a devious move made by
237 Verisign in September 2003 when they started returning the address of
238 an advertising web page in response to queries for unregistered names,
239 instead of the correct NXDOMAIN response. This option tells dnsmasq to
240 fake the correct response when it sees this behaviour. As at Sept 2003
241 the IP address being returned by Verisign is 64.94.110.11
243 .B \-f, --filterwin2k
244 Later versions of windows make periodic DNS requests which don't get sensible answers from
245 the public DNS and can cause problems by triggering dial-on-demand links. This flag turns on an option
246 to filter such requests. The requests blocked are for records of types SOA and SRV, and type ANY where the 
247 requested name has underscores, to catch LDAP requests.
249 .B \-r, --resolv-file=<file>
250 Read the IP addresses of the upstream nameservers from <file>, instead of
251 /etc/resolv.conf. For the format of this file see
252 .BR resolv.conf (5). 
253 The only lines relevant to dnsmasq are nameserver ones. Dnsmasq can
254 be told to poll more than one resolv.conf file, the first file name  specified
255 overrides the default, subsequent ones add to the list. This is only
256 allowed when polling; the file with the currently latest modification
257 time is the one used. 
259 .B \-R, --no-resolv
260 Don't read /etc/resolv.conf. Get upstream servers only from the command
261 line or the dnsmasq configuration file.
263 .B \-1, --enable-dbus
264 Allow dnsmasq configuration to be updated via DBus method calls. The
265 configuration which can be changed is upstream DNS servers (and
266 corresponding domains) and cache clear. Requires that dnsmasq has
267 been built with DBus support.
268 .TP 
269 .B \-o, --strict-order
270 By default, dnsmasq will send queries to any of the upstream servers
271 it knows about and tries to favour servers that are known to
272 be up. Setting this flag forces dnsmasq to try each query with each
273 server strictly in the order they appear in /etc/resolv.conf
275 .B --all-servers
276 By default, when dnsmasq has more than one upstream server available,
277 it will send queries to just one server. Setting this flag forces
278 dnsmasq to send all queries to all available servers. The reply from
279 the server which answers first will be returned to the original requestor.
281 .B --stop-dns-rebind
282 Reject (and log) addresses from upstream nameservers which are in the
283 private IP ranges. This blocks an attack where a browser behind a
284 firewall is used to probe machines on the local network.
286 .B --rebind-localhost-ok
287 Exempt 127.0.0.0/8 from rebinding checks. This address range is
288 returned by realtime black hole servers, so blocking it may disable
289 these services.
290 .TP 
291 .B  --rebind-domain-ok=[<domain>]|[[/<domain>/[<domain>/]
292 Do not detect and block dns-rebind on queries to these domains. The
293 argument may be either a single domain, or multiple domains surrounded
294 by '/', like the --server syntax, eg. 
295 .B  --rebind-domain-ok=/domain1/domain2/domain3/
297 .B \-n, --no-poll
298 Don't poll /etc/resolv.conf for changes.
300 .B --clear-on-reload
301 Whenever /etc/resolv.conf is re-read, clear the DNS cache.
302 This is useful when new nameservers may have different
303 data than that held in cache.
305 .B \-D, --domain-needed
306 Tells dnsmasq to never forward A or AAAA queries for plain names, without dots
307 or domain parts, to upstream nameservers. If the name is not known
308 from /etc/hosts or DHCP then a "not found" answer is returned.
310 .B \-S, --local, --server=[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]
311 Specify IP address of upstream servers directly. Setting this flag does
312 not suppress reading of /etc/resolv.conf, use -R to do that. If one or
313 more 
314 optional domains are given, that server is used only for those domains
315 and they are queried only using the specified server. This is
316 intended for private nameservers: if you have a nameserver on your
317 network which deals with names of the form
318 xxx.internal.thekelleys.org.uk at 192.168.1.1 then giving  the flag 
319 .B -S /internal.thekelleys.org.uk/192.168.1.1 
320 will send all queries for
321 internal machines to that nameserver, everything else will go to the
322 servers in /etc/resolv.conf. An empty domain specification,
323 .B // 
324 has the special meaning of "unqualified names only" ie names without any
325 dots in them. A non-standard port may be specified as 
326 part of the IP
327 address using a # character.
328 More than one -S flag is allowed, with
329 repeated domain or ipaddr parts as required.
331 More specific domains take precendence over less specific domains, so:
332 .B --server=/google.com/1.2.3.4
333 .B --server=/www.google.com/2.3.4.5
334 will send queries for *.google.com to 1.2.3.4, except *www.google.com,
335 which will go to 2.3.4.5
337 The special server address '#' means, "use the standard servers", so
338 .B --server=/google.com/1.2.3.4
339 .B --server=/www.google.com/#
340 will send queries for *.google.com to 1.2.3.4, except *www.google.com which will
341 be forwarded as usual.
343 Also permitted is a -S
344 flag which gives a domain but no IP address; this tells dnsmasq that
345 a domain is local and it may answer queries from /etc/hosts or DHCP
346 but should never forward queries on that domain to any upstream
347 servers.
348 .B local
349 is a synonym for
350 .B server
351 to make configuration files clearer in this case.
353 IPv6 addresses may include a %interface scope-id, eg
354 fe80::202:a412:4512:7bbf%eth0.
356 The optional string after the @ character tells
357 dnsmasq how to set the source of the queries to this
358 nameserver. It should be an ip-address, which should belong to the machine on which
359 dnsmasq is running otherwise this server line will be logged and then
360 ignored, or an interface name. If an interface name is given, then
361 queries to the server will be forced via that interface; if an
362 ip-address is given then the source address of the queries will be set
363 to that address.
364 The query-port flag is ignored for any servers which have a
365 source address specified but the port may be specified directly as
366 part of the source address. Forcing queries to an interface is not
367 implemented on all platforms supported by dnsmasq.
369 .B \-A, --address=/<domain>/[domain/]<ipaddr>
370 Specify an IP address to return for any host in the given domains.
371 Queries in the domains are never forwarded and always replied to
372 with the specified IP address which may be IPv4 or IPv6. To give
373 both IPv4 and IPv6 addresses for a domain, use repeated -A flags.
374 Note that /etc/hosts and DHCP leases override this for individual
375 names. A common use of this is to redirect the entire doubleclick.net
376 domain to some friendly local web server to avoid banner ads. The
377 domain specification works in the same was as for --server, with the
378 additional facility that /#/ matches any domain. Thus
379 --address=/#/1.2.3.4 will always return 1.2.3.4 for any query not
380 answered from /etc/hosts or DHCP and not sent to an upstream
381 nameserver by a more specific --server directive.
383 .B \-m, --mx-host=<mx name>[[,<hostname>],<preference>]
384 Return an MX record named <mx name> pointing to the given hostname (if
385 given), or
386 the host specified in the --mx-target switch
387 or, if that switch is not given, the host on which dnsmasq 
388 is running. The default is useful for directing mail from systems on a LAN
389 to a central server. The preference value is optional, and defaults to
390 1 if not given. More than one MX record may be given for a host.
391 .TP 
392 .B \-t, --mx-target=<hostname>
393 Specify the default target for the MX record returned by dnsmasq. See
394 --mx-host.  If --mx-target is given, but not --mx-host, then dnsmasq
395 returns a MX record containing the MX target for MX queries on the 
396 hostname of the machine on which dnsmasq is running.
398 .B \-e, --selfmx
399 Return an MX record pointing to itself for each local
400 machine. Local machines are those in /etc/hosts or with DHCP leases.
401 .TP 
402 .B \-L, --localmx
403 Return an MX record pointing to the host given by mx-target (or the
404 machine on which dnsmasq is running) for each
405 local machine. Local machines are those in /etc/hosts or with DHCP
406 leases.
408 .B \-W, --srv-host=<_service>.<_prot>.[<domain>],[<target>[,<port>[,<priority>[,<weight>]]]]
409 Return a SRV DNS record. See RFC2782 for details. If not supplied, the
410 domain defaults to that given by
411 .B --domain.
412 The default for the target domain is empty, and the default for port
413 is one and the defaults for 
414 weight and priority are zero. Be careful if transposing data from BIND
415 zone files: the port, weight and priority numbers are in a different
416 order. More than one SRV record for a given service/domain is allowed,
417 all that match are returned.
419 .B \-Y, --txt-record=<name>[[,<text>],<text>]
420 Return a TXT DNS record. The value of TXT record is a set of strings,
421 so  any number may be included, delimited by commas; use quotes to put
422 commas into a string. Note that the maximum length of a single string
423 is 255 characters, longer strings are split into 255 character chunks.
425 .B --ptr-record=<name>[,<target>]
426 Return a PTR DNS record.
428 .B --naptr-record=<name>,<order>,<preference>,<flags>,<service>,<regexp>[,<replacement>]
429 Return an NAPTR DNS record, as specified in RFC3403.
431 .B --cname=<cname>,<target>
432 Return a CNAME record which indicates that <cname> is really
433 <target>. There are significant limitations on the target; it must be a
434 DNS name which is known to dnsmasq from /etc/hosts (or additional
435 hosts files) or from DHCP. If the target does not satisfy this
436 criteria, the whole cname is ignored. The cname must be unique, but it
437 is permissable to have more than one cname pointing to the same target.
439 .B --interface-name=<name>,<interface>
440 Return a DNS record associating the name with the primary address on
441 the given interface. This flag specifies an A record for the given
442 name in the same way as an /etc/hosts line, except that the address is
443 not constant, but taken from the given interface. If the interface is
444 down, not configured or non-existent, an empty record is returned. The
445 matching PTR record is also created, mapping the interface address to
446 the name. More than one name may be associated with an interface
447 address by repeating the flag; in that case the first instance is used
448 for the reverse address-to-name mapping.
450 .B --add-mac
451 Add the MAC address of the requestor to DNS queries which are
452 forwarded upstream. This may be used to DNS filtering by the upstream
453 server. The MAC address can only be added if the requestor is on the same
454 subnet as the dnsmasq server. Note that the mechanism used to achieve this (an EDNS0 option)
455 is not yet standardised, so this should be considered
456 experimental. Also note that exposing MAC addresses in this way may
457 have security and privacy implications. 
459 .B \-c, --cache-size=<cachesize>
460 Set the size of dnsmasq's cache. The default is 150 names. Setting the cache size to zero disables caching.
462 .B \-N, --no-negcache
463 Disable negative caching. Negative caching allows dnsmasq to remember
464 "no such domain" answers from upstream nameservers and answer
465 identical queries without forwarding them again. 
467 .B \-0, --dns-forward-max=<queries>
468 Set the maximum number of concurrent DNS queries. The default value is
469 150, which should be fine for most setups. The only known situation
470 where this needs to be increased is when using web-server log file
471 resolvers, which can generate large numbers of concurrent queries.
473 .B --proxy-dnssec
474 A resolver on a client machine can do DNSSEC validation in two ways: it
475 can perform the cryptograhic operations on the reply it receives, or
476 it can rely on the upstream recursive nameserver to do the validation
477 and set a bit in the reply if it succeeds. Dnsmasq is not a DNSSEC
478 validator, so it cannot perform the validation role of the recursive nameserver,
479 but it can pass through the validation results from its own upstream
480 nameservers. This option enables this behaviour. You should only do
481 this if you trust all the configured upstream nameservers 
482 .I and the network between you and them.
483 If you use the first DNSSEC mode, validating resolvers in clients,
484 this option is not required. Dnsmasq always returns all the data
485 needed for a client to do validation itself. 
487 .B --conntrack
488 Read the Linux connection track mark associated with incoming DNS
489 queries and set the same mark value on upstream traffic used to answer
490 those queries. This allows traffic generated by dnsmasq to be
491 associated with the queries which cause it, useful for bandwidth
492 accounting and firewalling. Dnsmasq must have conntrack support
493 compiled in and the kernel must have conntrack support
494 included and configured. This option cannot be combined with
495 --query-port. 
497 .B \-F, --dhcp-range=[interface:<interface>,][tag:<tag>[,tag:<tag>],][set:<tag],]<start-addr>,<end-addr>[,<netmask>[,<broadcast>]][,<lease time>]
498 Enable the DHCP server. Addresses will be given out from the range
499 <start-addr> to <end-addr> and from statically defined addresses given
500 in 
501 .B dhcp-host
502 options. If the lease time is given, then leases
503 will be given for that length of time. The lease time is in seconds,
504 or minutes (eg 45m) or hours (eg 1h) or "infinite". If not given,
505 the default lease time is one hour. The
506 minimum lease time is two minutes. This
507 option may be repeated, with different addresses, to enable DHCP
508 service to more than one network. For directly connected networks (ie,
509 networks on which the machine running dnsmasq has an interface) the
510 netmask is optional: dnsmasq will determine it from the interface
511 configuration. For networks which receive DHCP service via a relay
512 agent, dnsmasq cannot determine the netmask itself, so it should be
513 specified, otherwise dnsmasq will have to guess, based on the class (A, B or
514 C) of the network address. The broadcast address is
515 always optional. It is always
516 allowed to have more than one dhcp-range in a single subnet. 
518 The optional 
519 .B set:<tag> 
520 sets an alphanumeric label which marks this network so that
521 dhcp options may be specified on a per-network basis. 
522 When it is prefixed with 'tag:' instead, then its meaning changes from setting
523 a tag to matching it. Only one tag may be set, but more than one tag may be matched.
524 The end address may be replaced by the keyword 
525 .B static
526 which tells dnsmasq to enable DHCP for the network specified, but not
527 to dynamically allocate IP addresses: only hosts which have static
528 addresses given via 
529 .B dhcp-host
530 or from /etc/ethers will be served. The end address may be replaced by
531 the keyword
532 .B proxy
533 in which case dnsmasq will provide proxy-DHCP on the specified
534 subnet. (See 
535 .B pxe-prompt
536 and 
537 .B pxe-service
538 for details.)
540 The interface:<interface name> section is not normally used. See the
541 NOTES section for details of this.
543 .B \-G, --dhcp-host=[<hwaddr>][,id:<client_id>|*][,set:<tag>][,<ipaddr>][,<hostname>][,<lease_time>][,ignore]
544 Specify per host parameters for the DHCP server. This allows a machine
545 with a particular hardware address to be always allocated the same
546 hostname, IP address and lease time. A hostname specified like this
547 overrides any supplied by the DHCP client on the machine. It is also
548 allowable to ommit the hardware address and include the hostname, in
549 which case the IP address and lease times will apply to any machine
550 claiming that name. For example 
551 .B --dhcp-host=00:20:e0:3b:13:af,wap,infinite 
552 tells dnsmasq to give
553 the machine with hardware address 00:20:e0:3b:13:af the name wap, and
554 an infinite DHCP lease. 
555 .B --dhcp-host=lap,192.168.0.199 
556 tells
557 dnsmasq to always allocate the machine lap the IP address
558 192.168.0.199. 
560 Addresses allocated like this are not constrained to be
561 in the range given by the --dhcp-range option, but they must be in
562 the same subnet as some valid dhcp-range.  For
563 subnets which don't need a pool of dynamically allocated addresses,
564 use the "static" keyword in the dhcp-range declaration.
566 It is allowed to use client identifiers rather than
567 hardware addresses to identify hosts by prefixing with 'id:'. Thus: 
568 .B --dhcp-host=id:01:02:03:04,..... 
569 refers to the host with client identifier 01:02:03:04. It is also
570 allowed to specify the client ID as text, like this:
571 .B --dhcp-host=id:clientidastext,..... 
573 The special option id:* means "ignore any client-id 
574 and use MAC addresses only." This is useful when a client presents a client-id sometimes 
575 but not others.
577 If a name appears in /etc/hosts, the associated address can be
578 allocated to a DHCP lease, but only if a 
579 .B --dhcp-host
580 option specifying the name also exists. Only one hostname can be
581 given in a 
582 .B dhcp-host
583 option, but aliases are possible by using CNAMEs. (See 
584 .B --cname
587 The special keyword "ignore"
588 tells dnsmasq to never offer a DHCP lease to a machine. The machine
589 can be specified by hardware address, client ID or hostname, for
590 instance
591 .B --dhcp-host=00:20:e0:3b:13:af,ignore
592 This is
593 useful when there is another DHCP server on the network which should
594 be used by some machines.
596 The set:<tag> contruct sets the tag
597 whenever this dhcp-host directive is in use. This can be used to 
598 selectively send DHCP options just for this host. More than one tag
599 can be set in a dhcp-host directive (but not in other places where
600 "set:<tag>" is allowed). When a host matches any
601 dhcp-host directive (or one implied by /etc/ethers) then the special
602 tag "known" is set. This allows dnsmasq to be configured to
603 ignore requests from unknown machines using
604 .B --dhcp-ignore=tag:!known
605 Ethernet addresses (but not client-ids) may have
606 wildcard bytes, so for example 
607 .B --dhcp-host=00:20:e0:3b:13:*,ignore 
608 will cause dnsmasq to ignore a range of hardware addresses. Note that
609 the "*" will need to be escaped or quoted on a command line, but not
610 in the configuration file.
612 Hardware addresses normally match any
613 network (ARP) type, but it is possible to restrict them to a single
614 ARP type by preceding them with the ARP-type (in HEX) and "-". so 
615 .B --dhcp-host=06-00:20:e0:3b:13:af,1.2.3.4 
616 will only match a
617 Token-Ring hardware address, since the ARP-address type for token ring
618 is 6. 
620 As a special case, it is possible to include more than one
621 hardware address. eg:
622 .B --dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.2
623 This allows an IP address to be associated with
624 multiple hardware addresses, and gives dnsmasq permission to abandon a
625 DHCP lease to one of the hardware addresses when another one asks for
626 a lease. Beware that this is a dangerous thing to do, it will only
627 work reliably if only one of the hardware addresses is active at any
628 time and there is no way for dnsmasq to enforce this. It is, for instance,
629 useful to allocate a stable IP address to a laptop which
630 has both wired and wireless interfaces.
632 .B --dhcp-hostsfile=<path>
633 Read DHCP host information from the specified file. If a directory
634 is given, then read all the files contained in that directory. The file contains 
635 information about one host per line. The format of a line is the same
636 as text to the right of '=' in --dhcp-host. The advantage of storing DHCP host information
637 in this file is that it can be changed without re-starting dnsmasq:
638 the file will be re-read when dnsmasq receives SIGHUP.
640 .B --dhcp-optsfile=<path>
641 Read DHCP option information from the specified file.  If a directory
642 is given, then read all the files contained in that directory. The advantage of 
643 using this option is the same as for --dhcp-hostsfile: the
644 dhcp-optsfile will be re-read when dnsmasq receives SIGHUP. Note that
645 it is possible to encode the information in a
646 .B --dhcp-boot
647 flag as DHCP options, using the options names bootfile-name,
648 server-ip-address and tftp-server. This allows these to be included
649 in a dhcp-optsfile.
650 .TP 
651 .B \-Z, --read-ethers
652 Read /etc/ethers for information about hosts for the DHCP server. The
653 format of /etc/ethers is a hardware address, followed by either a
654 hostname or dotted-quad IP address. When read by dnsmasq these lines
655 have exactly the same effect as
656 .B --dhcp-host
657 options containing the same information. /etc/ethers is re-read when 
658 dnsmasq receives SIGHUP.
660 .B \-O, --dhcp-option=[tag:<tag>,[tag:<tag>,]][encap:<opt>,][vi-encap:<enterprise>,][vendor:[<vendor-class>],][<opt>|option:<opt-name>],[<value>[,<value>]]
661 Specify different or extra options to DHCP clients. By default,
662 dnsmasq sends some standard options to DHCP clients, the netmask and
663 broadcast address are set to the same as the host running dnsmasq, and
664 the DNS server and default route are set to the address of the machine
665 running dnsmasq. If the domain name option has been set, that is sent.
666 This configuration allows these defaults to be overridden,
667 or other options specified. The option, to be sent may be given as a
668 decimal number or as "option:<option-name>" The option numbers are
669 specified in RFC2132 and subsequent RFCs. The set of option-names
670 known by dnsmasq can be discovered by running "dnsmasq --help dhcp".
671 For example, to set the default route option to 
672 192.168.4.4, do 
673 .B --dhcp-option=3,192.168.4.4 
675 .B --dhcp-option = option:router, 192.168.4.4
676 and to set the time-server address to 192.168.0.4, do
677 .B --dhcp-option = 42,192.168.0.4 
678 or 
679 .B --dhcp-option = option:ntp-server, 192.168.0.4
680 The special address 0.0.0.0 is taken to mean "the address of the
681 machine running dnsmasq". Data types allowed are comma separated
682 dotted-quad IP addresses, a decimal number, colon-separated hex digits
683 and a text string. If the optional tags are given then
684 this option is only sent when all the tags are matched.
686 Special processing is done on a text argument for option 119, to
687 conform with RFC 3397. Text or dotted-quad IP addresses as arguments
688 to option 120 are handled as per RFC 3361. Dotted-quad IP addresses 
689 which are followed by a slash and then a netmask size are encoded as
690 described in RFC 3442.
692 Be careful: no checking is done that the correct type of data for the
693 option number is sent, it is quite possible to
694 persuade dnsmasq to generate illegal DHCP packets with injudicious use
695 of this flag. When the value is a decimal number, dnsmasq must determine how 
696 large the data item is. It does this by examining the option number and/or the
697 value, but can be overridden by appending a single letter flag as follows:
698 b = one byte, s = two bytes, i = four bytes. This is mainly useful with 
699 encapsulated vendor class options (see below) where dnsmasq cannot
700 determine data size from the  option number. Option data which
701 consists solely of periods and digits will be interpreted by dnsmasq
702 as an IP address, and inserted into an option as such. To force a
703 literal string, use quotes. For instance when using option 66 to send
704 a literal IP address as TFTP server name, it is necessary to do
705 .B --dhcp-option=66,"1.2.3.4"
707 Encapsulated Vendor-class options may also be specified using
708 --dhcp-option: for instance 
709 .B --dhcp-option=vendor:PXEClient,1,0.0.0.0 
710 sends the encapsulated vendor
711 class-specific option "mftp-address=0.0.0.0" to any client whose
712 vendor-class matches "PXEClient". The vendor-class matching is
713 substring based (see --dhcp-vendorclass for details). If a
714 vendor-class option (number 60) is sent by dnsmasq, then that is used 
715 for selecting encapsulated options in preference to any sent by the
716 client. It is
717 possible to omit the vendorclass completely;
718 .B --dhcp-option=vendor:,1,0.0.0.0
719 in which case the encapsulated option is always sent.
721 Options may be encapsulated within other options: for instance
722 .B --dhcp-option=encap:175, 190, "iscsi-client0"
723 will send option 175, within which is the option 190. If multiple
724 options are given which are encapsulated with the same option number
725 then they will be correctly combined into one encapsulated option.
726 encap: and vendor: are may not both be set in the same dhcp-option.
728 The final variant on encapsulated options is "Vendor-Identifying
729 Vendor Options" as specified by RFC3925. These are denoted like this: 
730 .B --dhcp-option=vi-encap:2, 10, "text"
731 The number in the vi-encap: section is the IANA enterprise number
732 used to identify this option.
734 The address 0.0.0.0 is not treated specially in
735 encapsulated options.
737 .B --dhcp-option-force=[tag:<tag>,[tag:<tag>,]][encap:<opt>,][vi-encap:<enterprise>,][vendor:[<vendor-class>],]<opt>,[<value>[,<value>]]
738 This works in exactly the same way as
739 .B --dhcp-option
740 except that the option will always be sent, even if the client does
741 not ask for it in the parameter request list. This is sometimes
742 needed, for example when sending options to PXELinux.
744 .B --dhcp-no-override
745 Disable re-use of the DHCP servername and filename fields as extra
746 option space. If it can, dnsmasq moves the boot server and filename
747 information (from dhcp-boot) out of their dedicated fields into
748 DHCP options. This make extra space available in the DHCP packet for
749 options but can, rarely, confuse old or broken clients. This flag
750 forces "simple and safe" behaviour to avoid problems in such a case.
752 .B \-U, --dhcp-vendorclass=set:<tag>,<vendor-class>
753 Map from a vendor-class string to a tag. Most DHCP clients provide a 
754 "vendor class" which represents, in some sense, the type of host. This option 
755 maps vendor classes to tags, so that DHCP options may be selectively delivered
756 to different classes of hosts. For example 
757 .B dhcp-vendorclass=set:printers,Hewlett-Packard JetDirect
758 will allow options to be set only for HP printers like so:
759 .B --dhcp-option=tag:printers,3,192.168.4.4 
760 The vendor-class string is
761 substring matched against the vendor-class supplied by the client, to
762 allow fuzzy matching. The set: prefix is optional but allowed for consistency.
764 .B \-j, --dhcp-userclass=set:<tag>,<user-class>
765 Map from a user-class string to a tag (with substring
766 matching, like vendor classes). Most DHCP clients provide a 
767 "user class" which is configurable. This option
768 maps user classes to tags, so that DHCP options may be selectively delivered
769 to different classes of hosts. It is possible, for instance to use
770 this to set a different printer server for hosts in the class
771 "accounts" than for hosts in the class "engineering".
773 .B \-4, --dhcp-mac=set:<tag>,<MAC address>
774 Map from a MAC address to a tag. The MAC address may include
775 wildcards. For example
776 .B --dhcp-mac=set:3com,01:34:23:*:*:*
777 will set the tag "3com" for any host whose MAC address matches the pattern.
779 .B --dhcp-circuitid=set:<tag>,<circuit-id>, --dhcp-remoteid=set:<tag>,<remote-id>
780 Map from RFC3046 relay agent options to tags. This data may
781 be provided by DHCP relay agents. The circuit-id or remote-id is
782 normally given as colon-separated hex, but is also allowed to be a
783 simple string. If an exact match is achieved between the circuit or
784 agent ID and one provided by a relay agent, the tag is set.
786 .B --dhcp-subscrid=set:<tag>,<subscriber-id>
787 Map from RFC3993 subscriber-id relay agent options to tags.
789 .B --dhcp-proxy[=<ip addr>]......
790 A normal DHCP relay agent is only used to forward the initial parts of
791 a DHCP interaction to the DHCP server. Once a client is configured, it
792 communicates directly with the server. This is undesirable if the
793 relay agent is addding extra information to the DHCP packets, such as
794 that used by
795 .B dhcp-circuitid
797 .B dhcp-remoteid.
798 A full relay implementation can use the RFC 5107 serverid-override
799 option to force the DHCP server to use the relay as a full proxy, with all
800 packets passing through it. This flag provides an alternative method
801 of doing the same thing, for relays which don't support RFC
802 5107. Given alone, it manipulates the server-id for all interactions
803 via relays. If a list of IP addresses is given, only interactions via
804 relays at those addresses are affected.
806 .B --dhcp-match=set:<tag>,<option number>|option:<option name>|vi-encap:<enterprise>[,<value>]
807 Without a value, set the tag if the client sends a DHCP
808 option of the given number or name. When a value is given, set the tag only if
809 the option is sent and matches the value. The value may be of the form
810 "01:ff:*:02" in which case the value must match (apart from widcards)
811 but the option sent may have unmatched data past the end of the
812 value. The value may also be of the same form as in 
813 .B dhcp-option
814 in which case the option sent is treated as an array, and one element
815 must match, so
817 --dhcp-match=set:efi-ia32,option:client-arch,6
819 will set the tag "efi-ia32" if the the number 6 appears in the list of
820 architectures sent by the client in option 93. (See RFC 4578 for
821 details.)  If the value is a string, substring matching is used.
823 The special form with vi-encap:<enterpise number> matches against
824 vendor-identifying vendor classes for the specified enterprise. Please
825 see RFC 3925 for more details of these rare and interesting beasts.
827 .B --tag-if=set:<tag>[,set:<tag>[,tag:<tag>[,tag:<tag>]]]
828 Perform boolean operations on tags. Any tag appearing as set:<tag> is set if
829 all the tags which appear as tag:<tag> are set, (or unset when tag:!<tag> is used)
830 If no tag:<tag> appears set:<tag> tags are set unconditionally.
831 Any number of set: and tag: forms may appear, in any order. 
832 Tag-if lines ares executed in order, so if the tag in tag:<tag> is a
833 tag set by another
834 .B tag-if,
835 the line which sets the tag must precede the one which tests it.
837 .B \-J, --dhcp-ignore=tag:<tag>[,tag:<tag>]
838 When all the given tags appear in the tag set ignore the host and do
839 not allocate it a DHCP lease.
841 .B --dhcp-ignore-names[=tag:<tag>[,tag:<tag>]]
842 When all the given tags appear in the tag set, ignore any hostname
843 provided by the host. Note that, unlike dhcp-ignore, it is permissible
844 to supply no tags, in which case DHCP-client supplied hostnames
845 are always ignored, and DHCP hosts are added to the DNS using only
846 dhcp-host configuration in dnsmasq and the contents of /etc/hosts and
847 /etc/ethers.
849 .B --dhcp-generate-names=tag:<tag>[,tag:<tag>]
850 Generate a name for DHCP clients which do not otherwise have one,
851 using the MAC address expressed in hex, seperated by dashes. Note that
852 if a host provides a name, it will be used by preference to this,
853 unless 
854 .B --dhcp-ignore-names 
855 is set.
857 .B --dhcp-broadcast[=tag:<tag>[,tag:<tag>]]
858 When all the given tags appear in the tag set, always use broadcast to
859 communicate with the host when it is unconfigured. It is permissible
860 to supply no tags, in which case this is unconditional. Most DHCP clients which
861 need broadcast replies set a flag in their requests so that this
862 happens automatically, some old BOOTP clients do not.
864 .B \-M, --dhcp-boot=[tag:<tag>,]<filename>,[<servername>[,<server address>|<tftp_servername>]]
865 Set BOOTP options to be returned by the DHCP server. Server name and
866 address are optional: if not provided, the name is left empty, and the
867 address set to the address of the machine running dnsmasq. If dnsmasq
868 is providing a TFTP service (see 
869 .B --enable-tftp
870 ) then only the filename is required here to enable network booting.
871 If the optional tag(s) are given,
872 they must match for this configuration to be sent. 
873 Instead of an IP address, the TFTP server address can be given as a domain
874 name which is looked up in /etc/hosts. This name can be associated in
875 /etc/hosts with multiple IP addresses, which are used round-robin.
876 This facility can be used to load balance the tftp load among a set of servers.
878 .B --dhcp-sequential-ip
879 Dnsmasq is designed to choose IP addresses for DHCP clients using a
880 hash of the client's MAC address. This normally allows a client's
881 address to remain stable long-term, even if the client  sometimes allows its DHCP
882 lease to expire. In this default mode IP addresses are distributed
883 pseudo-randomly over the entire available address range. There are
884 sometimes circumstances (typically server deployment) where it is more
885 convenient to have IP
886 addresses allocated sequentially, starting from the lowest available
887 address, and setting this flag enables this mode. Note that in the
888 sequential mode, clients which allow a lease to expire are much more
889 likely to move IP address; for this reason it should not be generally used.
891 .B --pxe-service=[tag:<tag>,]<CSA>,<menu text>[,<basename>|<bootservicetype>][,<server address>]
892 Most uses of PXE boot-ROMS simply allow the PXE
893 system to obtain an IP address and then download the file specified by
894 .B dhcp-boot
895 and execute it. However the PXE system is capable of more complex
896 functions when supported by a suitable DHCP server.
898 This specifies a boot option which may appear in a PXE boot menu. <CSA> is
899 client system type, only services of the correct type will appear in a
900 menu. The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
901 Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI; an
902 integer may be used for other types. The
903 parameter after the menu text may be a file name, in which case dnsmasq acts as a
904 boot server and directs the PXE client to download the file by TFTP,
905 either from itself (
906 .B enable-tftp 
907 must be set for this to work) or another TFTP server if the final IP
908 address is given.
909 Note that the "layer"
910 suffix (normally ".0") is supplied by PXE, and should not be added to
911 the basename. If an integer boot service type, rather than a basename
912 is given, then the PXE client will search for a
913 suitable boot service for that type on the network. This search may be done
914 by broadcast, or direct to a server if its IP address is provided.  
915 If no boot service type or filename is provided (or a boot service type of 0 is specified)
916 then the menu entry will abort the net boot procedure and
917 continue booting from local media.
919 .B --pxe-prompt=[tag:<tag>,]<prompt>[,<timeout>]
920 Setting this provides a prompt to be displayed after PXE boot. If the
921 timeout is given then after the
922 timeout has elapsed with no keyboard input, the first available menu
923 option will be automatically executed. If the timeout is zero then the first available menu
924 item will be executed immediately. If 
925 .B pxe-prompt
926 is ommitted the system will wait for user input if there are multiple
927 items in the menu, but boot immediately if
928 there is only one. See
929 .B pxe-service 
930 for details of menu items.
932 Dnsmasq supports PXE "proxy-DHCP", in this case another DHCP server on
933 the network is responsible for allocating IP addresses, and dnsmasq
934 simply provides the information given in 
935 .B pxe-prompt
937 .B pxe-service
938 to allow netbooting. This mode is enabled using the
939 .B proxy
940 keyword in
941 .B dhcp-range.
942 .TP  
943 .B \-X, --dhcp-lease-max=<number>
944 Limits dnsmasq to the specified maximum number of DHCP leases. The
945 default is 1000. This limit is to prevent DoS attacks from hosts which
946 create thousands of leases and use lots of memory in the dnsmasq
947 process.
949 .B \-K, --dhcp-authoritative
950 Should be set when dnsmasq is definitely the only DHCP server on a network.
951 It changes the behaviour from strict RFC compliance so that DHCP requests on
952 unknown leases from unknown hosts are not ignored. This allows new hosts
953 to get a lease without a tedious timeout under all circumstances. It also 
954 allows dnsmasq to rebuild its lease database without each client needing to 
955 reacquire a lease, if the database is lost.
957 .B --dhcp-alternate-port[=<server port>[,<client port>]]
958 Change the ports used for DHCP from the default. If this option is
959 given alone, without arguments, it changes the ports used for DHCP
960 from 67 and 68 to 1067 and 1068. If a single argument is given, that
961 port number is used for the server and the port number plus one used
962 for the client. Finally, two port numbers allows arbitrary
963 specification of both server and client ports for DHCP.
965 .B \-3, --bootp-dynamic[=<network-id>[,<network-id>]]
966 Enable dynamic allocation of IP addresses to BOOTP clients. Use this
967 with care, since each address allocated to a BOOTP client is leased
968 forever, and therefore becomes permanently unavailable for re-use by
969 other hosts. if this is given without tags, then it unconditionally
970 enables dynamic allocation. With tags, only when the tags are all
971 set. It may be repeated with different tag sets. 
973 .B \-5, --no-ping
974 By default, the DHCP server will attempt to ensure that an address in
975 not in use before allocating it to a host. It does this by sending an
976 ICMP echo request (aka "ping") to the address in question. If it gets
977 a reply, then the address must already be in use, and another is
978 tried. This flag disables this check. Use with caution.
980 .B --log-dhcp
981 Extra logging for DHCP: log all the options sent to DHCP clients and
982 the tags used to determine them.
984 .B \-l, --dhcp-leasefile=<path>
985 Use the specified file to store DHCP lease information.
986 .TP 
987 .B \-6 --dhcp-script=<path>
988 Whenever a new DHCP lease is created, or an old one destroyed, the
989 executable specified by this option is run.  <path>
990 must be an absolute pathname, no PATH search occurs. 
991 The arguments to the process
992 are "add", "old" or "del", the MAC
993 address of the host, the IP address, and the hostname,
994 if known. "add" means a lease has been created, "del" means it has
995 been destroyed, "old" is a notification of an existing lease when
996 dnsmasq starts or a change to MAC address or hostname of an existing
997 lease (also, lease length or expiry and client-id, if leasefile-ro is set).
998 If the MAC address is from a network type other than ethernet,
999 it will have the network type prepended, eg "06-01:23:45:67:89:ab" for
1000 token ring. The process is run as root (assuming that dnsmasq was originally run as
1001 root) even if dnsmasq is configured to change UID to an unprivileged user.
1003 The environment is inherited from the invoker of dnsmasq, with some or
1004 all of the following variables added.
1006 DNSMASQ_CLIENT_ID if the host provided a client-id.
1008 DNSMASQ_DOMAIN if the fully-qualified domain name of the host is
1009 known, this is set to the  domain part. (Note that the hostname passed
1010 to the script as an argument is never fully-qualified.)
1012 If the client provides vendor-class, hostname or user-class, 
1013 these are provided in DNSMASQ_VENDOR_CLASS
1014 DNSMASQ_SUPPLIED_HOSTNAME and 
1015 DNSMASQ_USER_CLASS0..DNSMASQ_USER_CLASSn variables, but only for
1016 "add" actions or "old" actions when a host resumes an existing lease,
1017 since these data are not held in dnsmasq's lease
1018 database.
1020 If dnsmasq was compiled with HAVE_BROKEN_RTC, then
1021 the length of the lease (in seconds) is stored in
1022 DNSMASQ_LEASE_LENGTH, otherwise the time of lease expiry is stored in
1023 DNSMASQ_LEASE_EXPIRES. The number of seconds until lease expiry is
1024 always stored in DNSMASQ_TIME_REMAINING. 
1026 If a lease used to have a hostname, which is
1027 removed, an "old" event is generated with the new state of the lease, 
1028 ie no name, and the former name is provided in the environment 
1029 variable DNSMASQ_OLD_HOSTNAME. 
1031 DNSMASQ_INTERFACE stores the name of
1032 the interface on which the request arrived; this is not set for "old"
1033 actions when dnsmasq restarts. 
1035 DNSMASQ_RELAY_ADDRESS is set if the client
1036 used a DHCP relay to contact dnsmasq and the IP address of the relay
1037 is known. 
1039 DNSMASQ_TAGS contains all the tags set during the
1040 DHCP transaction, separated by spaces.
1042 All file descriptors are
1043 closed except stdin, stdout and stderr which are open to /dev/null
1044 (except in debug mode).
1046 The script is not invoked concurrently: at most one instance
1047 of the script is ever running (dnsmasq waits for an instance of script to exit
1048 before running the next). Changes to the lease database are which
1049 require the script to be invoked are queued awaiting exit of a running instance.
1050 If this queueing allows multiple state changes occur to a single
1051 lease before the script can be run then 
1052 earlier states are discarded and the current state of that lease is
1053 reflected when the script finally runs. 
1055 At dnsmasq startup, the script will be invoked for
1056 all existing leases as they are read from the lease file. Expired
1057 leases will be called with "del" and others with "old". When dnsmasq
1058 receives a HUP signal, the script will be invoked for existing leases
1059 with an "old " event.
1061 .B --dhcp-scriptuser
1062 Specify the user as which to run the lease-change script. This defaults to root, but can be changed to another user using this flag. 
1063 .TP 
1064 .B \-9, --leasefile-ro
1065 Completely suppress use of the lease database file. The file will not
1066 be created, read, or written. Change the way the lease-change
1067 script (if one is provided) is called, so that the lease database may
1068 be maintained in external storage by the script. In addition to the
1069 invocations  given in 
1070 .B  --dhcp-script
1071 the lease-change script is called once, at dnsmasq startup, with the
1072 single argument "init". When called like this the script should write
1073 the saved state of the lease database, in dnsmasq leasefile format, to
1074 stdout and exit with zero exit code. Setting this
1075 option also forces the leasechange script to be called on changes
1076 to the client-id and lease length and expiry time.
1078 .B --bridge-interface=<interface>,<alias>[,<alias>]
1079 Treat DHCP request packets arriving at any of the <alias> interfaces
1080 as if they had arrived at <interface>. This option is necessary when
1081 using "old style" bridging on BSD platforms, since
1082 packets arrive at tap interfaces which don't have an IP address.
1084 .B \-s, --domain=<domain>[,<address range>[,local]]
1085 Specifies DNS domains for the DHCP server. Domains may be be given 
1086 unconditionally (without the IP range) or for limited IP ranges. This has two effects;
1087 firstly it causes the DHCP server to return the domain to any hosts
1088 which request it, and secondly it sets the domain which it is legal
1089 for DHCP-configured hosts to claim. The intention is to constrain
1090 hostnames so that an untrusted host on the LAN cannot advertise 
1091 its name via dhcp as e.g. "microsoft.com" and capture traffic not 
1092 meant for it. If no domain suffix is specified, then any DHCP
1093 hostname with a domain part (ie with a period) will be disallowed 
1094 and logged. If suffix is specified, then hostnames with a domain 
1095 part are allowed, provided the domain part matches the suffix. In
1096 addition, when a suffix is set then hostnames without a domain
1097 part have the suffix added as an optional domain part. Eg on my network I can set 
1098 .B --domain=thekelleys.org.uk
1099 and have a machine whose DHCP hostname is "laptop". The IP address for that machine is available from 
1100 .B dnsmasq
1101 both as "laptop" and "laptop.thekelleys.org.uk". If the domain is
1102 given as "#" then the domain is read from the first "search" directive
1103 in /etc/resolv.conf (or equivalent).
1105 The address range can be of the form
1106 <ip address>,<ip address> or <ip address>/<netmask> or just a single
1107 <ip address>. See 
1108 .B --dhcp-fqdn
1109 which can change the behaviour of dnsmasq with domains.
1111 If the address range is given as ip-address/network-size, then a
1112 additional flag "local" may be supplied which has the effect of adding
1113 --local declarations for forward and reverse DNS queries. Eg.
1114 .B --domain=thekelleys.org.uk,192.168.0.0/24,local
1115 is identical to
1116 .B --domain=thekelleys.org.uk,192.168.0.0/24
1117 --local=/thekelleys.org.uk/ --local=/0.168.192.in-addr.arpa/
1118 The network size must be 8, 16 or 24 for this to be legal.
1120 .B --dhcp-fqdn
1121 In the default mode, dnsmasq inserts the unqualified names of
1122 DHCP clients into the DNS. For this reason, the names must be unique,
1123 even if two clients which have the same name are in different
1124 domains. If a second DHCP client appears which has the same name as an
1125 existing client, the name is transfered to the new client. If 
1126 .B --dhcp-fqdn
1127 is set, this behaviour changes: the unqualified name is no longer
1128 put in the DNS, only the qualified name. Two DHCP clients with the
1129 same name may both keep the name, provided that the domain part is
1130 different (ie the fully qualified names differ.) To ensure that all
1131 names have a domain part, there must be at least 
1132 .B --domain 
1133 without an address specified when 
1134 .B --dhcp-fqdn 
1135 is set.
1137 .B --enable-tftp[=<interface>]
1138 Enable the TFTP server function. This is deliberately limited to that
1139 needed to net-boot a client. Only reading is allowed; the tsize and
1140 blksize extensions are supported (tsize is only supported in octet
1141 mode). See NOTES section for use of the interface argument.
1144 .B --tftp-root=<directory>[,<interface>]
1145 Look for files to transfer using TFTP relative to the given
1146 directory. When this is set, TFTP paths which include ".." are
1147 rejected, to stop clients getting outside the specified root.
1148 Absolute paths (starting with /) are allowed, but they must be within
1149 the tftp-root. If the optional interface argument is given, the
1150 directory is only used for TFTP requests via that interface.
1152 .B --tftp-unique-root
1153 Add the IP address of the TFTP client as a path component on the end
1154 of the TFTP-root (in standard dotted-quad format). Only valid if a
1155 tftp-root is set and the directory exists. For instance, if tftp-root is "/tftp" and client 
1156 1.2.3.4 requests file "myfile" then the effective path will be
1157 "/tftp/1.2.3.4/myfile" if /tftp/1.2.3.4 exists or /tftp/myfile otherwise.
1159 .B --tftp-secure
1160 Enable TFTP secure mode: without this, any file which is readable by
1161 the dnsmasq process under normal unix access-control rules is
1162 available via TFTP. When the --tftp-secure flag is given, only files
1163 owned by the user running the dnsmasq process are accessible. If
1164 dnsmasq is being run as root, different rules apply: --tftp-secure
1165 has no effect, but only files which have the world-readable bit set
1166 are accessible. It is not recommended to run dnsmasq as root with TFTP
1167 enabled, and certainly not without specifying --tftp-root. Doing so
1168 can expose any world-readable file on the server to any host on the net. 
1170 .B --tftp-max=<connections>
1171 Set the maximum number of concurrent TFTP connections allowed. This
1172 defaults to 50. When serving a large number of TFTP connections,
1173 per-process file descriptor limits may be encountered. Dnsmasq needs
1174 one file descriptor for each concurrent TFTP connection and one
1175 file descriptor per unique file (plus a few others). So serving the
1176 same file simultaneously to n clients will use require about n + 10 file
1177 descriptors, serving different files simultaneously to n clients will
1178 require about (2*n) + 10 descriptors. If 
1179 .B --tftp-port-range
1180 is given, that can affect the number of concurrent connections.
1182 .B --tftp-no-blocksize
1183 Stop the TFTP server from negotiating the "blocksize" option with a
1184 client. Some buggy clients request this option but then behave badly
1185 when it is granted.
1187 .B --tftp-port-range=<start>,<end>
1188 A TFTP server listens on a well-known port (69) for connection initiation,
1189 but it also uses a dynamically-allocated port for each
1190 connection. Normally these are allocated by the OS, but this option
1191 specifies a range of ports for use by TFTP transfers. This can be
1192 useful when TFTP has to traverse a firewall. The start of the range
1193 cannot be lower than 1025 unless dnsmasq is running as root. The number
1194 of concurrent TFTP connections is limited by the size of the port range. 
1195 .TP  
1196 .B \-C, --conf-file=<file>
1197 Specify a different configuration file. The conf-file option is also allowed in
1198 configuration files, to include multiple configuration files. A
1199 filename of "-" causes dnsmasq to read configuration from stdin.
1201 .B \-7, --conf-dir=<directory>[,<file-extension>......]
1202 Read all the files in the given directory as configuration
1203 files. If extension(s) are given, any files which end in those
1204 extensions are skipped. Any files whose names end in ~ or start with . or start and end
1205 with # are always skipped. This flag may be given on the command
1206 line or in a configuration file.
1207 .SH CONFIG FILE
1208 At startup, dnsmasq reads
1209 .I /etc/dnsmasq.conf,
1210 if it exists. (On
1211 FreeBSD, the file is 
1212 .I /usr/local/etc/dnsmasq.conf
1213 ) (but see the 
1214 .B \-C
1216 .B \-7
1217 options.) The format of this
1218 file consists of one option per line, exactly as the long options detailed 
1219 in the OPTIONS section but without the leading "--". Lines starting with # are comments and ignored. For
1220 options which may only be specified once, the configuration file overrides 
1221 the command line.  Quoting is allowed in a config file:
1222 between " quotes the special meanings of ,:. and # are removed and the
1223 following escapes are allowed: \\\\ \\" \\t \\e \\b \\r and \\n. The later 
1224 corresponding to tab, escape, backspace, return and newline.
1225 .SH NOTES
1226 When it receives a SIGHUP, 
1227 .B dnsmasq 
1228 clears its cache and then re-loads 
1229 .I /etc/hosts
1230 and 
1231 .I /etc/ethers 
1232 and any file given by --dhcp-hostsfile, --dhcp-optsfile or --addn-hosts.
1233 The dhcp lease change script is called for all
1234 existing DHCP leases. If 
1236 --no-poll
1237 is set SIGHUP also re-reads
1238 .I /etc/resolv.conf.
1239 SIGHUP
1240 does NOT re-read the configuration file.
1242 When it receives a SIGUSR1,
1243 .B dnsmasq 
1244 writes statistics to the system log. It writes the cache size,
1245 the number of names which have had to removed from the cache before
1246 they expired in order to make room for new names and the total number
1247 of names that have been inserted into the cache. For each upstream
1248 server it gives the number of queries sent, and the number which
1249 resulted in an error. In 
1250 .B --no-daemon
1251 mode or when full logging is enabled (-q), a complete dump of the
1252 contents of the cache is made.
1253 .PP 
1254 When it receives SIGUSR2 and it is logging direct to a file (see
1255 .B --log-facility
1257 .B dnsmasq
1258 will close and reopen the log file. Note that during this operation,
1259 dnsmasq will not be running as root. When it first creates the logfile
1260 dnsmasq changes the ownership of the file to the non-root user it will run
1261 as. Logrotate should be configured to create a new log file with
1262 the ownership which matches the existing one before sending SIGUSR2.
1263 If TCP DNS queries are in progress, the old logfile will remain open in
1264 child processes which are handling TCP queries and may continue to be
1265 written. There is a limit of 150 seconds, after which all existing TCP
1266 processes will have expired: for this reason, it is not wise to
1267 configure logfile compression for logfiles which have just been
1268 rotated. Using logrotate, the required options are 
1269 .B create 
1271 .B delaycompress.
1275 Dnsmasq is a DNS query forwarder: it it not capable of recursively
1276 answering arbitrary queries starting from the root servers but
1277 forwards such queries to a fully recursive upstream DNS server which is
1278 typically provided by an ISP. By default, dnsmasq reads
1279 .I /etc/resolv.conf
1280 to discover the IP
1281 addresses of the upstream nameservers it should use, since the
1282 information is typically stored there. Unless
1283 .B --no-poll
1284 is used,
1285 .B dnsmasq
1286 checks the modification time of
1287 .I /etc/resolv.conf
1288 (or equivalent if 
1289 .B \--resolv-file 
1290 is used) and re-reads it if it changes. This allows the DNS servers to
1291 be set dynamically by PPP or DHCP since both protocols provide the
1292 information.
1293 Absence of
1294 .I /etc/resolv.conf
1295 is not an error
1296 since it may not have been created before a PPP connection exists. Dnsmasq 
1297 simply keeps checking in case
1298 .I /etc/resolv.conf 
1299 is created at any
1300 time. Dnsmasq can be told to parse more than one resolv.conf
1301 file. This is useful on a laptop, where both PPP and DHCP may be used:
1302 dnsmasq can be set to poll both 
1303 .I /etc/ppp/resolv.conf 
1305 .I /etc/dhcpc/resolv.conf 
1306 and will use the contents of whichever changed
1307 last, giving automatic switching between DNS servers.
1309 Upstream servers may also be specified on the command line or in
1310 the configuration file. These server specifications optionally take a
1311 domain name which tells dnsmasq to use that server only to find names
1312 in that particular domain.
1314 In order to configure dnsmasq to act as cache for the host on which it is running, put "nameserver 127.0.0.1" in
1315 .I /etc/resolv.conf
1316 to force local processes to send queries to
1317 dnsmasq. Then either specify the upstream servers directly to dnsmasq
1318 using 
1319 .B \--server
1320 options or put their addresses real in another file, say
1321 .I /etc/resolv.dnsmasq
1322 and run dnsmasq with the 
1323 .B \-r /etc/resolv.dnsmasq
1324 option. This second technique allows for dynamic update of the server
1325 addresses by PPP or DHCP.
1327 Addresses in /etc/hosts will "shadow" different addresses for the same
1328 names in the upstream DNS, so "mycompany.com 1.2.3.4" in /etc/hosts will ensure that
1329 queries for "mycompany.com" always return 1.2.3.4 even if queries in
1330 the upstream DNS would otherwise return a different address. There is
1331 one exception to this: if the upstream DNS contains a CNAME which
1332 points to a shadowed name, then looking up the CNAME through dnsmasq
1333 will result in the unshadowed address associated with the target of
1334 the CNAME. To work around this, add the CNAME to /etc/hosts so that
1335 the CNAME is shadowed too.
1338 The tag system works as follows: For each DHCP request, dnsmasq
1339 collects a set of valid tags from active configuration lines which
1340 include set:<tag>, including one from the 
1341 .B dhcp-range
1342 used to allocate the address, one from any matching 
1343 .B dhcp-host
1344 (and "known" if a dhcp-host matches) 
1345 The tag "bootp" is set for BOOTP requests, and a tag whose name is the 
1346 name of the interface on which the request arrived is also set.
1348 Any configuration lines which includes one or more tag:<tag> contructs
1349 will only be valid if all that tags are matched in the set derived
1350 above. Typically this is dhcp-option.
1351 .B dhcp-option 
1352 which has tags will be used in preference  to an untagged 
1353 .B dhcp-option,
1354 provided that _all_ the tags match somewhere in the
1355 set collected as described above. The prefix '!' on a tag means 'not'
1356 so --dhcp=option=tag:!purple,3,1.2.3.4 sends the option when the
1357 tag purple is not in the set of valid tags. (If using this in a
1358 command line rather than a configuration file, be sure to escape !,
1359 which is a shell metacharacter)
1361 When selecting dhcp-options, a tag from dhcp-range is second class
1362 relative to other tags, to make it easy to override options for
1363 individual hosts, so 
1364 .B dhcp-range=set:interface1,......
1365 .B dhcp-host=set:myhost,.....
1366 .B dhcp-option=tag:interface1,option:nis-domain,"domain1"
1367 .B dhcp-option=tag:myhost,option:nis-domain,"domain2"
1368 will set the NIS-domain to domain1 for hosts in the range, but
1369 override that to domain2 for a particular host.
1372 Note that for 
1373 .B dhcp-range 
1374 both tag:<tag> and set:<tag> are allowed, to both select the range in
1375 use based on (eg) dhcp-host, and to affect the options sent, based on
1376 the range selected.
1378 This system evolved from an earlier, more limited one and for backward
1379 compatibility "net:" may be used instead of "tag:" and "set:" may be
1380 omitted. (Except in 
1381 .B dhcp-host,
1382 where "net:" may be used instead of "set:".) For the same reason, '#'
1383 may be used instead of '!' to indicate NOT.
1384 .PP 
1385 The DHCP server in dnsmasq will function as a BOOTP server also,
1386 provided that the MAC address and IP address for clients are given,
1387 either using 
1388 .B dhcp-host 
1389 configurations or in
1390 .I /etc/ethers
1391 , and a
1392 .B dhcp-range 
1393 configuration option is present to activate the DHCP server
1394 on a particular network. (Setting --bootp-dynamic removes the need for
1395 static address mappings.) The filename
1396 parameter in a BOOTP request is used as a tag,
1397 as is the tag "bootp", allowing some control over the options returned to
1398 different classes of hosts.
1400 .B dhcp-range
1401 may have an interface name supplied as
1402 "interface:<interface-name>". The semantics if this are as follows:
1403 For DHCP, if any other dhcp-range exists _without_ an interface name,
1404 then the interface name is ignored and and dnsmasq behaves as if the
1405 interface parts did not exist, otherwise DHCP is only provided to 
1406 interfaces mentioned in dhcp-range
1407 declarations. For DNS, if there are no
1408 .B --interface
1409 or 
1410 .B --listen-address
1411 flags, behaviour is unchanged by the interface part. If either of
1412 these flags are present, the interfaces mentioned in
1413 dhcp-ranges are added to the set which get DNS service.
1415 Similarly, 
1416 .B enable-tftp
1417 may take an interface name, which enables TFTP only for a particular
1418 interface, ignoring 
1419 .B --interface 
1421 .B --listen-address
1422 flags. In addition 
1423 .B --tftp-secure
1425 .B --tftp-unique-root
1427 .B --tftp-no-blocksize
1428 are ignored for requests from such interfaces. (A 
1429 .B --tftp-root
1430 directive giving a root path and an interface should be 
1431 provided too.)
1433 These rules may seem odd at first sight, but  they
1434 allow a single line  of the form "dhcp-range=interface:virt0,192.168.0.4,192.168.0.200"
1435 to be added to dnsmasq configuration which then supplies
1436 DHCP and DNS services to that interface, without affecting
1437 what services are supplied to other interfaces and irrespective of 
1438 the existance or lack of "interface=<interface>" 
1439 lines elsewhere in the dnsmasq configuration.
1440 "enable-tftp=virt0" and "tftp-root=<root>,virt0" do the same job for TFTP.
1441  The idea is
1442 that such a line can be added automatically by libvirt
1443 or equivalent systems, without disturbing any manual
1444 configuration.
1446 .SH EXIT CODES
1448 0 - Dnsmasq successfully forked into the background, or terminated
1449 normally if backgrounding is not enabled.
1451 1 - A problem with configuration was detected.
1453 2 - A problem with network access occurred (address in use, attempt
1454 to use privileged ports without permission).
1456 3 - A problem occurred with a filesystem operation (missing
1457 file/directory, permissions).
1459 4 - Memory allocation failure.
1461 5 - Other miscellaneous problem.
1463 11 or greater - a non zero return code was received from the
1464 lease-script process "init" call. The exit code from dnsmasq is the
1465 script's exit code with 10 added. 
1467 .SH LIMITS
1468 The default values for resource limits in dnsmasq are generally
1469 conservative, and appropriate for embedded router type devices with
1470 slow processors and limited memory. On more capable hardware, it is
1471 possible to increase the limits, and handle many more clients. The
1472 following applies to dnsmasq-2.37: earlier versions did not scale as well.
1475 Dnsmasq is capable of handling DNS and DHCP for at least a thousand
1476 clients. The DHCP lease times should not be very short (less than one hour). The
1477 value of 
1478 .B --dns-forward-max 
1479 can be increased: start with it equal to
1480 the number of clients and increase if DNS seems slow. Note that DNS
1481 performance depends too on the performance of the upstream
1482 nameservers. The size of the DNS cache may be increased: the hard
1483 limit is 10000 names and the default (150) is very low. Sending
1484 SIGUSR1 to dnsmasq makes it log information which is useful for tuning
1485 the cache size. See the 
1486 .B NOTES
1487 section for details.
1490 The built-in TFTP server is capable of many simultaneous file
1491 transfers: the absolute limit is related to the number of file-handles
1492 allowed to a process and the ability of the select() system call to
1493 cope with large numbers of file handles. If the limit is set too high
1494 using 
1495 .B --tftp-max
1496 it will be scaled down and the actual limit logged at
1497 start-up. Note that more transfers are possible when the same file is
1498 being sent than when each transfer sends a different file.
1501 It is possible to use dnsmasq to block Web advertising by using a list
1502 of known banner-ad servers, all resolving to 127.0.0.1 or 0.0.0.0, in
1503 .B /etc/hosts 
1504 or an additional hosts file. The list can be very long, 
1505 dnsmasq has been tested successfully with one million names. That size
1506 file needs a 1GHz processor and about 60Mb of RAM.
1508 .SH INTERNATIONALISATION
1509 Dnsmasq can be compiled to support internationalisation. To do this,
1510 the make targets "all-i18n" and "install-i18n" should be used instead of
1511 the standard targets "all" and "install". When internationalisation
1512 is compiled in, dnsmasq will produce log messages in the local
1513 language and support internationalised domain names (IDN). Domain
1514 names in /etc/hosts, /etc/ethers and /etc/dnsmasq.conf which contain
1515 non-ASCII characters will be translated to the DNS-internal punycode
1516 representation. Note that
1517 dnsmasq determines both the language for messages and the assumed
1518 charset for configuration
1519 files from the LANG environment variable. This should be set to the system
1520 default value by the script which is responsible for starting
1521 dnsmasq. When editing the configuration files, be careful to do so
1522 using only the system-default locale and not user-specific one, since
1523 dnsmasq has no direct way of determining the charset in use, and must
1524 assume that it is the system default. 
1526 .SH FILES
1527 .IR /etc/dnsmasq.conf 
1529 .IR /usr/local/etc/dnsmasq.conf
1531 .IR /etc/resolv.conf
1532 .IR /var/run/dnsmasq/resolv.conf
1533 .IR /etc/ppp/resolv.conf
1534 .IR /etc/dhcpc/resolv.conf
1536 .IR /etc/hosts
1538 .IR /etc/ethers
1540 .IR /var/lib/misc/dnsmasq.leases 
1542 .IR /var/db/dnsmasq.leases
1544 .IR /var/run/dnsmasq.pid
1545 .SH SEE ALSO
1546 .BR hosts (5), 
1547 .BR resolver (5)
1548 .SH AUTHOR
1549 This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.