]> git.ipfire.org Git - people/ms/dnsmasq.git/blame - man/dnsmasq.8
New version of contrib/reverse-dns
[people/ms/dnsmasq.git] / man / dnsmasq.8
CommitLineData
9e4abcb5
SK
1.TH DNSMASQ 8
2.SH NAME
3dnsmasq \- A lightweight DHCP and caching DNS server.
4.SH SYNOPSIS
5.B dnsmasq
6.I [OPTION]...
7.SH "DESCRIPTION"
8.BR dnsmasq
34d0a36a 9is a lightweight DNS, TFTP, PXE, router advertisement and DHCP server. It is intended to provide
5aabfc78 10coupled DNS and DHCP service to a LAN.
9e4abcb5
SK
11.PP
12Dnsmasq accepts DNS queries and either answers them from a small, local,
13cache or forwards them to a real, recursive, DNS server. It loads the
14contents of /etc/hosts so that local hostnames
15which do not appear in the global DNS can be resolved and also answers
ee415867
SK
16DNS queries for DHCP configured hosts. It can also act as the
17authoritative DNS server for one or more domains, allowing local names
18to appear in the global DNS. It can be configured to do DNSSEC
19validation.
9e4abcb5 20.PP
73a08a24
SK
21The dnsmasq DHCP server supports static address assignments and multiple
22networks. It automatically
3be34541 23sends a sensible default set of DHCP options, and can be configured to
f2621c7f 24send any desired set of DHCP options, including vendor-encapsulated
1b7ecd11 25options. It includes a secure, read-only,
34d0a36a 26TFTP server to allow net/PXE boot of DHCP hosts and also supports BOOTP. The PXE support is full featured, and includes a proxy mode which supplies PXE information to clients whilst DHCP address allocation is done by another server.
9e4abcb5 27.PP
81925ab7
SK
28The dnsmasq DHCPv6 server provides the same set of features as the
29DHCPv4 server, and in addition, it includes router advertisements and
30a neat feature which allows nameing for clients which use DHCPv4 and
834f36fe 31stateless autoconfiguration only for IPv6 configuration. There is support for doing address allocation (both DHCPv6 and RA) from subnets which are dynamically delegated via DHCPv6 prefix delegation.
34d0a36a
SK
32.PP
33Dnsmasq is coded with small embedded systems in mind. It aims for the smallest possible memory footprint compatible with the supported functions, and allows uneeded functions to be omitted from the compiled binary.
9e4abcb5
SK
34.SH OPTIONS
35Note that in general missing parameters are allowed and switch off
832af0ba 36functions, for instance "--pid-file" disables writing a PID file. On
33820b7e
SK
37BSD, unless the GNU getopt library is linked, the long form of the
38options does not work on the command line; it is still recognised in
39the configuration file.
9e4abcb5 40.TP
7622fc06
SK
41.B --test
42Read and syntax check configuration file(s). Exit with code 0 if all
43is OK, or a non-zero code otherwise. Do not start up dnsmasq.
44.TP
9e4abcb5
SK
45.B \-h, --no-hosts
46Don't read the hostnames in /etc/hosts.
47.TP
48.B \-H, --addn-hosts=<file>
49Additional hosts file. Read the specified file as well as /etc/hosts. If -h is given, read
fd9fa481 50only the specified file. This option may be repeated for more than one
7622fc06 51additional hosts file. If a directory is given, then read all the files contained in that directory.
9e4abcb5 52.TP
3d04f463
SK
53.B --hostsdir=<path>
54Read all the hosts files contained in the directory. New or changed files
55are read automatically. See --dhcp-hostsdir for details.
56.TP
832af0ba
SK
57.B \-E, --expand-hosts
58Add the domain to simple names (without a period) in /etc/hosts
1f15b81d
SK
59in the same way as for DHCP-derived names. Note that this does not
60apply to domain names in cnames, PTR records, TXT records etc.
832af0ba 61.TP
9e4abcb5
SK
62.B \-T, --local-ttl=<time>
63When replying with information from /etc/hosts or the DHCP leases
64file dnsmasq by default sets the time-to-live field to zero, meaning
c72daea8 65that the requester should not itself cache the information. This is
9e4abcb5
SK
66the correct thing to do in almost all situations. This option allows a
67time-to-live (in seconds) to be given for these replies. This will
68reduce the load on the server at the expense of clients using stale
69data under some circumstances.
70.TP
824af85b
SK
71.B --neg-ttl=<time>
72Negative replies from upstream servers normally contain time-to-live
73information in SOA records which dnsmasq uses for caching. If the
74replies from upstream servers omit this information, dnsmasq does not
75cache the reply. This option gives a default value for time-to-live
76(in seconds) which dnsmasq uses to cache negative replies even in
77the absence of an SOA record.
78.TP
8ef5ada2
SK
79.B --max-ttl=<time>
80Set a maximum TTL value that will be handed out to clients. The specified
81maximum TTL will be given to clients instead of the true TTL value if it is
82lower. The true TTL value is however kept in the cache to avoid flooding
83the upstream DNS servers.
84.TP
1d860415
SK
85.B --max-cache-ttl=<time>
86Set a maximum TTL value for entries in the cache.
87.TP
28de3876
R
88.B --min-cache-ttl=<time>
89Extend short TTL values to the time given when caching them. Note that
90artificially extending TTL values is in general a bad idea, do not do it
91unless you have a good reason, and understand what you are doing.
92Dnsmasq limits the value of this option to one hour, unless recompiled.
93.TP
333b2ceb
SK
94.B --auth-ttl=<time>
95Set the TTL value returned in answers from the authoritative server.
96.TP
3be34541
SK
97.B \-k, --keep-in-foreground
98Do not go into the background at startup but otherwise run as
3d8df260
SK
99normal. This is intended for use when dnsmasq is run under daemontools
100or launchd.
3be34541 101.TP
9e4abcb5
SK
102.B \-d, --no-daemon
103Debug mode: don't fork to the background, don't write a pid file,
104don't change user id, generate a complete cache dump on receipt on
3be34541 105SIGUSR1, log to stderr as well as syslog, don't fork new processes
83b2198e
SK
106to handle TCP queries. Note that this option is for use in debugging
107only, to stop dnsmasq daemonising in production, use
108.B -k.
9e4abcb5
SK
109.TP
110.B \-q, --log-queries
25cf5e37
SK
111Log the results of DNS queries handled by dnsmasq. Enable a full cache dump on receipt of SIGUSR1. If the argument "extra" is supplied, ie
112.B --log-queries=extra
113then the log has extra information at the start of each line.
114This consists of a serial number which ties together the log lines associated with an individual query, and the IP address of the requestor.
9e4abcb5 115.TP
849a8357
SK
116.B \-8, --log-facility=<facility>
117Set the facility to which dnsmasq will send syslog entries, this
f2621c7f 118defaults to DAEMON, and to LOCAL0 when debug mode is in operation. If
9e038946 119the facility given contains at least one '/' character, it is taken to
f2621c7f 120be a filename, and dnsmasq logs to the given file, instead of
8ef5ada2
SK
121syslog. If the facility is '-' then dnsmasq logs to stderr.
122(Errors whilst reading configuration will still go to syslog,
f2621c7f 123but all output from a successful startup, and all output whilst
5aabfc78
SK
124running, will go exclusively to the file.) When logging to a file,
125dnsmasq will close and reopen the file when it receives SIGUSR2. This
126allows the log file to be rotated without stopping dnsmasq.
f2621c7f
SK
127.TP
128.B --log-async[=<lines>]
129Enable asynchronous logging and optionally set the limit on the
130number of lines
131which will be queued by dnsmasq when writing to the syslog is slow.
132Dnsmasq can log asynchronously: this
133allows it to continue functioning without being blocked by syslog, and
134allows syslog to use dnsmasq for DNS queries without risking deadlock.
135If the queue of log-lines becomes full, dnsmasq will log the
136overflow, and the number of messages lost. The default queue length is
1375, a sane value would be 5-25, and a maximum limit of 100 is imposed.
849a8357 138.TP
9e4abcb5
SK
139.B \-x, --pid-file=<path>
140Specify an alternate path for dnsmasq to record its process-id in. Normally /var/run/dnsmasq.pid.
141.TP
142.B \-u, --user=<username>
143Specify the userid to which dnsmasq will change after startup. Dnsmasq must normally be started as root, but it will drop root
b8187c80 144privileges after startup by changing id to another user. Normally this user is "nobody" but that
9e4abcb5
SK
145can be over-ridden with this switch.
146.TP
147.B \-g, --group=<groupname>
148Specify the group which dnsmasq will run
149as. The defaults to "dip", if available, to facilitate access to
150/etc/ppp/resolv.conf which is not normally world readable.
151.TP
152.B \-v, --version
153Print the version number.
154.TP
155.B \-p, --port=<port>
824af85b
SK
156Listen on <port> instead of the standard DNS port (53). Setting this
157to zero completely disables DNS function, leaving only DHCP and/or TFTP.
9e4abcb5 158.TP
feba5c1d
SK
159.B \-P, --edns-packet-max=<size>
160Specify the largest EDNS.0 UDP packet which is supported by the DNS
316e2730 161forwarder. Defaults to 4096, which is the RFC5625-recommended size.
feba5c1d 162.TP
9e4abcb5 163.B \-Q, --query-port=<query_port>
1a6bca81
SK
164Send outbound DNS queries from, and listen for their replies on, the
165specific UDP port <query_port> instead of using random ports. NOTE
166that using this option will make dnsmasq less secure against DNS
167spoofing attacks but it may be faster and use less resources. Setting this option
168to zero makes dnsmasq use a single port allocated to it by the
169OS: this was the default behaviour in versions prior to 2.43.
170.TP
171.B --min-port=<port>
172Do not use ports less than that given as source for outbound DNS
173queries. Dnsmasq picks random ports as source for outbound queries:
174when this option is given, the ports used will always to larger
175than that specified. Useful for systems behind firewalls.
9e4abcb5
SK
176.TP
177.B \-i, --interface=<interface name>
feba5c1d
SK
178Listen only on the specified interface(s). Dnsmasq automatically adds
179the loopback (local) interface to the list of interfaces to use when
180the
181.B \--interface
182option is used. If no
183.B \--interface
9e4abcb5 184or
feba5c1d
SK
185.B \--listen-address
186options are given dnsmasq listens on all available interfaces except any
187given in
188.B \--except-interface
309331f5 189options. IP alias interfaces (eg "eth1:0") cannot be used with
8a911ccc
SK
190.B --interface
191or
192.B --except-interface
49333cbd
SK
193options, use --listen-address instead. A simple wildcard, consisting
194of a trailing '*', can be used in
195.B \--interface
196and
197.B \--except-interface
198options.
9e4abcb5
SK
199.TP
200.B \-I, --except-interface=<interface name>
feba5c1d
SK
201Do not listen on the specified interface. Note that the order of
202.B \--listen-address
203.B --interface
204and
205.B --except-interface
206options does not matter and that
207.B --except-interface
208options always override the others.
34d0a36a
SK
209.TP
210.B --auth-server=<domain>,<interface>|<ip-address>
81925ab7 211Enable DNS authoritative mode for queries arriving at an interface or address. Note that the interface or address
34d0a36a
SK
212need not be mentioned in
213.B --interface
214or
215.B --listen-address
216configuration, indeed
217.B --auth-server
f25e6c6d
SK
218will overide these and provide a different DNS service on the
219specified interface. The <domain> is the "glue record". It should
220resolve in the global DNS to a A and/or AAAA record which points to
221the address dnsmasq is listening on. When an interface is specified,
222it may be qualified with "/4" or "/6" to specify only the IPv4 or IPv6
223addresses associated with the interface.
c8a80487
SK
224.TP
225.B --local-service
226Accept DNS queries only from hosts whose address is on a local subnet,
227ie a subnet for which an interface exists on the server. This option
228only has effect is there are no --interface --except-interface,
229--listen-address or --auth-server options. It is intended to be set as
230a default on installation, to allow unconfigured installations to be
231useful but also safe from being used for DNS amplification attacks.
9e4abcb5 232.TP
3d8df260 233.B \-2, --no-dhcp-interface=<interface name>
832af0ba 234Do not provide DHCP or TFTP on the specified interface, but do provide DNS service.
3d8df260 235.TP
44a2a316 236.B \-a, --listen-address=<ipaddr>
feba5c1d
SK
237Listen on the given IP address(es). Both
238.B \--interface
239and
240.B \--listen-address
241options may be given, in which case the set of both interfaces and
242addresses is used. Note that if no
243.B \--interface
244option is given, but
245.B \--listen-address
246is, dnsmasq will not automatically listen on the loopback
247interface. To achieve this, its IP address, 127.0.0.1, must be
248explicitly given as a
249.B \--listen-address
250option.
9e4abcb5 251.TP
44a2a316
SK
252.B \-z, --bind-interfaces
253On systems which support it, dnsmasq binds the wildcard address,
254even when it is listening on only some interfaces. It then discards
255requests that it shouldn't reply to. This has the advantage of
256working even when interfaces come and go and change address. This
257option forces dnsmasq to really bind only the interfaces it is
258listening on. About the only time when this is useful is when
f6b7dc47 259running another nameserver (or another instance of dnsmasq) on the
309331f5 260same machine. Setting this option also enables multiple instances of
f6b7dc47
SK
261dnsmasq which provide DHCP service to run in the same machine.
262.TP
54dd393f
SK
263.B --bind-dynamic
264Enable a network mode which is a hybrid between
265.B --bind-interfaces
a2ce6fcc 266and the default. Dnsmasq binds the address of individual interfaces,
54dd393f
SK
267allowing multiple dnsmasq instances, but if new interfaces or
268addresses appear, it automatically listens on those (subject to any
269access-control configuration). This makes dynamically created
270interfaces work in the same way as the default. Implementing this
a2ce6fcc 271option requires non-standard networking APIs and it is only available
05ff1ed7 272under Linux. On other platforms it falls-back to --bind-interfaces mode.
54dd393f 273.TP
f6b7dc47
SK
274.B \-y, --localise-queries
275Return answers to DNS queries from /etc/hosts which depend on the interface over which the query was
b8187c80 276received. If a name in /etc/hosts has more than one address associated with
f6b7dc47
SK
277it, and at least one of those addresses is on the same subnet as the
278interface to which the query was sent, then return only the
279address(es) on that subnet. This allows for a server to have multiple
280addresses in /etc/hosts corresponding to each of its interfaces, and
281hosts will get the correct address based on which network they are
282attached to. Currently this facility is limited to IPv4.
44a2a316 283.TP
9e4abcb5
SK
284.B \-b, --bogus-priv
285Bogus private reverse lookups. All reverse lookups for private IP ranges (ie 192.168.x.x, etc)
feba5c1d
SK
286which are not found in /etc/hosts or the DHCP leases file are answered
287with "no such domain" rather than being forwarded upstream.
9e4abcb5 288.TP
73a08a24 289.B \-V, --alias=[<old-ip>]|[<start-ip>-<end-ip>],<new-ip>[,<mask>]
1cff166d
SK
290Modify IPv4 addresses returned from upstream nameservers; old-ip is
291replaced by new-ip. If the optional mask is given then any address
292which matches the masked old-ip will be re-written. So, for instance
293.B --alias=1.2.3.0,6.7.8.0,255.255.255.0
294will map 1.2.3.56 to 6.7.8.56 and 1.2.3.67 to 6.7.8.67. This is what
73a08a24
SK
295Cisco PIX routers call "DNS doctoring". If the old IP is given as
296range, then only addresses in the range, rather than a whole subnet,
297are re-written. So
298.B --alias=192.168.0.10-192.168.0.40,10.0.0.0,255.255.255.0
299maps 192.168.0.10->192.168.0.40 to 10.0.0.10->10.0.0.40
1cff166d 300.TP
9e4abcb5
SK
301.B \-B, --bogus-nxdomain=<ipaddr>
302Transform replies which contain the IP address given into "No such
303domain" replies. This is intended to counteract a devious move made by
b8187c80 304Verisign in September 2003 when they started returning the address of
9e4abcb5
SK
305an advertising web page in response to queries for unregistered names,
306instead of the correct NXDOMAIN response. This option tells dnsmasq to
307fake the correct response when it sees this behaviour. As at Sept 2003
b8187c80 308the IP address being returned by Verisign is 64.94.110.11
32fc6dbe
GH
309.TP
310.B \-B, --ignore-address=<ipaddr>
311Ignore replies to A-record queries which include the specified address.
312No error is generated, dnsmasq simply continues to listen for another reply.
313This is useful to defeat blocking strategies which rely on quickly supplying a
314forged answer to a DNS request for certain domain, before the correct answer can arrive.
9e4abcb5
SK
315.TP
316.B \-f, --filterwin2k
317Later versions of windows make periodic DNS requests which don't get sensible answers from
318the public DNS and can cause problems by triggering dial-on-demand links. This flag turns on an option
319to filter such requests. The requests blocked are for records of types SOA and SRV, and type ANY where the
320requested name has underscores, to catch LDAP requests.
321.TP
322.B \-r, --resolv-file=<file>
323Read the IP addresses of the upstream nameservers from <file>, instead of
324/etc/resolv.conf. For the format of this file see
7de060b0
SK
325.BR resolv.conf (5).
326The only lines relevant to dnsmasq are nameserver ones. Dnsmasq can
9e4abcb5
SK
327be told to poll more than one resolv.conf file, the first file name specified
328overrides the default, subsequent ones add to the list. This is only
329allowed when polling; the file with the currently latest modification
330time is the one used.
331.TP
332.B \-R, --no-resolv
333Don't read /etc/resolv.conf. Get upstream servers only from the command
b49644f3 334line or the dnsmasq configuration file.
9e4abcb5 335.TP
ad094275 336.B \-1, --enable-dbus[=<service-name>]
3d8df260
SK
337Allow dnsmasq configuration to be updated via DBus method calls. The
338configuration which can be changed is upstream DNS servers (and
b8187c80 339corresponding domains) and cache clear. Requires that dnsmasq has
ad094275
SK
340been built with DBus support. If the service name is given, dnsmasq
341provides service at that name, rather than the default which is
342.B uk.org.thekelleys.dnsmasq
3d8df260 343.TP
9e4abcb5
SK
344.B \-o, --strict-order
345By default, dnsmasq will send queries to any of the upstream servers
824af85b 346it knows about and tries to favour servers that are known to
9e4abcb5
SK
347be up. Setting this flag forces dnsmasq to try each query with each
348server strictly in the order they appear in /etc/resolv.conf
349.TP
824af85b
SK
350.B --all-servers
351By default, when dnsmasq has more than one upstream server available,
352it will send queries to just one server. Setting this flag forces
353dnsmasq to send all queries to all available servers. The reply from
c72daea8 354the server which answers first will be returned to the original requester.
824af85b 355.TP
b5ea1cc2
SK
356.B --dns-loop-detect
357Enable code to detect DNS forwarding loops; ie the situation where a query sent to one
358of the upstream server eventually returns as a new query to the dnsmasq instance. The
359process works by generating TXT queries of the form <hex>.test and sending them to
360each upstream server. The hex is a UID which encodes the instance of dnsmasq sending the query
361and the upstream server to which it was sent. If the query returns to the server which sent it, then
362the upstream server through which it was sent is disabled and this event is logged. Each time the
363set of upstream servers changes, the test is re-run on all of them, including ones which
364were previously disabled.
365.TP
824af85b
SK
366.B --stop-dns-rebind
367Reject (and log) addresses from upstream nameservers which are in the
368private IP ranges. This blocks an attack where a browser behind a
369firewall is used to probe machines on the local network.
370.TP
8ef5ada2
SK
371.B --rebind-localhost-ok
372Exempt 127.0.0.0/8 from rebinding checks. This address range is
373returned by realtime black hole servers, so blocking it may disable
374these services.
375.TP
376.B --rebind-domain-ok=[<domain>]|[[/<domain>/[<domain>/]
377Do not detect and block dns-rebind on queries to these domains. The
378argument may be either a single domain, or multiple domains surrounded
379by '/', like the --server syntax, eg.
380.B --rebind-domain-ok=/domain1/domain2/domain3/
381.TP
9e4abcb5
SK
382.B \-n, --no-poll
383Don't poll /etc/resolv.conf for changes.
384.TP
1697269c 385.B --clear-on-reload
d9fb0be8
SK
386Whenever /etc/resolv.conf is re-read or the upstream servers are set
387via DBus, clear the DNS cache.
1697269c
SK
388This is useful when new nameservers may have different
389data than that held in cache.
390.TP
9e4abcb5 391.B \-D, --domain-needed
7de060b0 392Tells dnsmasq to never forward A or AAAA queries for plain names, without dots
3d8df260 393or domain parts, to upstream nameservers. If the name is not known
9e4abcb5
SK
394from /etc/hosts or DHCP then a "not found" answer is returned.
395.TP
824af85b 396.B \-S, --local, --server=[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]
5aabfc78 397Specify IP address of upstream servers directly. Setting this flag does
9e4abcb5
SK
398not suppress reading of /etc/resolv.conf, use -R to do that. If one or
399more
400optional domains are given, that server is used only for those domains
401and they are queried only using the specified server. This is
402intended for private nameservers: if you have a nameserver on your
403network which deals with names of the form
404xxx.internal.thekelleys.org.uk at 192.168.1.1 then giving the flag
b8187c80 405.B -S /internal.thekelleys.org.uk/192.168.1.1
9e4abcb5
SK
406will send all queries for
407internal machines to that nameserver, everything else will go to the
408servers in /etc/resolv.conf. An empty domain specification,
409.B //
410has the special meaning of "unqualified names only" ie names without any
411dots in them. A non-standard port may be specified as
412part of the IP
413address using a # character.
414More than one -S flag is allowed, with
8ef5ada2
SK
415repeated domain or ipaddr parts as required.
416
417More specific domains take precendence over less specific domains, so:
418.B --server=/google.com/1.2.3.4
419.B --server=/www.google.com/2.3.4.5
420will send queries for *.google.com to 1.2.3.4, except *www.google.com,
421which will go to 2.3.4.5
422
423The special server address '#' means, "use the standard servers", so
424.B --server=/google.com/1.2.3.4
425.B --server=/www.google.com/#
426will send queries for *.google.com to 1.2.3.4, except *www.google.com which will
427be forwarded as usual.
9e4abcb5
SK
428
429Also permitted is a -S
430flag which gives a domain but no IP address; this tells dnsmasq that
431a domain is local and it may answer queries from /etc/hosts or DHCP
432but should never forward queries on that domain to any upstream
433servers.
434.B local
435is a synonym for
436.B server
437to make configuration files clearer in this case.
438
7de060b0
SK
439IPv6 addresses may include a %interface scope-id, eg
440fe80::202:a412:4512:7bbf%eth0.
441
824af85b
SK
442The optional string after the @ character tells
443dnsmasq how to set the source of the queries to this
444nameserver. It should be an ip-address, which should belong to the machine on which
9e4abcb5 445dnsmasq is running otherwise this server line will be logged and then
824af85b
SK
446ignored, or an interface name. If an interface name is given, then
447queries to the server will be forced via that interface; if an
448ip-address is given then the source address of the queries will be set
449to that address.
450The query-port flag is ignored for any servers which have a
9e4abcb5 451source address specified but the port may be specified directly as
824af85b
SK
452part of the source address. Forcing queries to an interface is not
453implemented on all platforms supported by dnsmasq.
9e4abcb5 454.TP
de73a497
SK
455.B --rev-server=<ip-address>/<prefix-len>,<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]
456This is functionally the same as
457.B --server,
458but provides some syntactic sugar to make specifying address-to-name queries easier. For example
459.B --rev-server=1.2.3.0/24,192.168.0.1
460is exactly equivalent to
461.B --server=/3.2.1.in-addr.arpa/192.168.0.1
462.TP
9e4abcb5
SK
463.B \-A, --address=/<domain>/[domain/]<ipaddr>
464Specify an IP address to return for any host in the given domains.
465Queries in the domains are never forwarded and always replied to
466with the specified IP address which may be IPv4 or IPv6. To give
467both IPv4 and IPv6 addresses for a domain, use repeated -A flags.
468Note that /etc/hosts and DHCP leases override this for individual
469names. A common use of this is to redirect the entire doubleclick.net
a222641c
SK
470domain to some friendly local web server to avoid banner ads. The
471domain specification works in the same was as for --server, with the
472additional facility that /#/ matches any domain. Thus
473--address=/#/1.2.3.4 will always return 1.2.3.4 for any query not
474answered from /etc/hosts or DHCP and not sent to an upstream
475nameserver by a more specific --server directive.
9e4abcb5 476.TP
13d86c73
JD
477.B --ipset=/<domain>/[domain/]<ipset>[,<ipset>]
478Places the resolved IP addresses of queries for the specified domains
479in the specified netfilter ip sets. Domains and subdomains are matched
480in the same way as --address. These ip sets must already exist. See
481ipset(8) for more details.
482.TP
f6b7dc47 483.B \-m, --mx-host=<mx name>[[,<hostname>],<preference>]
de37951c
SK
484Return an MX record named <mx name> pointing to the given hostname (if
485given), or
486the host specified in the --mx-target switch
9e4abcb5 487or, if that switch is not given, the host on which dnsmasq
f6b7dc47
SK
488is running. The default is useful for directing mail from systems on a LAN
489to a central server. The preference value is optional, and defaults to
4901 if not given. More than one MX record may be given for a host.
9e4abcb5
SK
491.TP
492.B \-t, --mx-target=<hostname>
f6b7dc47
SK
493Specify the default target for the MX record returned by dnsmasq. See
494--mx-host. If --mx-target is given, but not --mx-host, then dnsmasq
495returns a MX record containing the MX target for MX queries on the
496hostname of the machine on which dnsmasq is running.
9e4abcb5
SK
497.TP
498.B \-e, --selfmx
499Return an MX record pointing to itself for each local
500machine. Local machines are those in /etc/hosts or with DHCP leases.
501.TP
502.B \-L, --localmx
503Return an MX record pointing to the host given by mx-target (or the
504machine on which dnsmasq is running) for each
505local machine. Local machines are those in /etc/hosts or with DHCP
506leases.
507.TP
f6b7dc47
SK
508.B \-W, --srv-host=<_service>.<_prot>.[<domain>],[<target>[,<port>[,<priority>[,<weight>]]]]
509Return a SRV DNS record. See RFC2782 for details. If not supplied, the
510domain defaults to that given by
511.B --domain.
512The default for the target domain is empty, and the default for port
513is one and the defaults for
514weight and priority are zero. Be careful if transposing data from BIND
515zone files: the port, weight and priority numbers are in a different
516order. More than one SRV record for a given service/domain is allowed,
3d8df260 517all that match are returned.
f6b7dc47 518.TP
d36b732c 519.B --host-record=<name>[,<name>....],[<IPv4-address>],[<IPv6-address>]
e759d426
SK
520Add A, AAAA and PTR records to the DNS. This adds one or more names to
521the DNS with associated IPv4 (A) and IPv6 (AAAA) records. A name may
522appear in more than one
523.B host-record
524and therefore be assigned more than one address. Only the first
525address creates a PTR record linking the address to the name. This is
526the same rule as is used reading hosts-files.
527.B host-record
528options are considered to be read before host-files, so a name
529appearing there inhibits PTR-record creation if it appears in
e46164e0 530hosts-file also. Unlike hosts-files, names are not expanded, even when
e759d426
SK
531.B expand-hosts
532is in effect. Short and long names may appear in the same
e46164e0
SK
533.B host-record,
534eg.
535.B --host-record=laptop,laptop.thekelleys.org,192.168.0.1,1234::100
e759d426 536.TP
0a852541
SK
537.B \-Y, --txt-record=<name>[[,<text>],<text>]
538Return a TXT DNS record. The value of TXT record is a set of strings,
28866e95
SK
539so any number may be included, delimited by commas; use quotes to put
540commas into a string. Note that the maximum length of a single string
541is 255 characters, longer strings are split into 255 character chunks.
0a852541 542.TP
832af0ba
SK
543.B --ptr-record=<name>[,<target>]
544Return a PTR DNS record.
545.TP
1a6bca81
SK
546.B --naptr-record=<name>,<order>,<preference>,<flags>,<service>,<regexp>[,<replacement>]
547Return an NAPTR DNS record, as specified in RFC3403.
548.TP
9009d746
SK
549.B --cname=<cname>,<target>
550Return a CNAME record which indicates that <cname> is really
551<target>. There are significant limitations on the target; it must be a
552DNS name which is known to dnsmasq from /etc/hosts (or additional
d56a604a 553hosts files), from DHCP, from --interface-name or from another
611ebc5f
SK
554.B --cname.
555If the target does not satisfy this
9009d746
SK
556criteria, the whole cname is ignored. The cname must be unique, but it
557is permissable to have more than one cname pointing to the same target.
558.TP
9f7f3b12
SK
559.B --dns-rr=<name>,<RR-number>,[<hex data>]
560Return an arbitrary DNS Resource Record. The number is the type of the
561record (which is always in the C_IN class). The value of the record is
a2ce6fcc 562given by the hex data, which may be of the form 01:23:45 or 01 23 45 or
9f7f3b12
SK
563012345 or any mixture of these.
564.TP
f7029f5c 565.B --interface-name=<name>,<interface>[/4|/6]
f2621c7f 566Return a DNS record associating the name with the primary address on
f7029f5c 567the given interface. This flag specifies an A or AAAA record for the given
f2621c7f 568name in the same way as an /etc/hosts line, except that the address is
f7029f5c
SK
569not constant, but taken from the given interface. The interface may be
570followed by "/4" or "/6" to specify that only IPv4 or IPv6 addresses
571of the interface should be used. If the interface is
9e038946 572down, not configured or non-existent, an empty record is returned. The
f2621c7f
SK
573matching PTR record is also created, mapping the interface address to
574the name. More than one name may be associated with an interface
575address by repeating the flag; in that case the first instance is used
576for the reverse address-to-name mapping.
577.TP
48fd1c4d 578.B --synth-domain=<domain>,<address range>[,<prefix>]
2bb73af7
SK
579Create artificial A/AAAA and PTR records for an address range. The
580records use the address, with periods (or colons for IPv6) replaced
581with dashes.
582
583An example should make this clearer.
48fd1c4d
SK
584.B --synth-domain=thekelleys.org.uk,192.168.0.0/24,internal-
585will result in a query for internal-192-168-0-56.thekelleys.org.uk returning
586192.168.0.56 and a reverse query vice versa. The same applies to IPv6,
587but IPv6 addresses may start with '::'
588but DNS labels may not start with '-' so in this case if no prefix is
589configured a zero is added in front of the label. ::1 becomes 0--1.
2bb73af7
SK
590
591The address range can be of the form
592<ip address>,<ip address> or <ip address>/<netmask>
593.TP
28866e95
SK
594.B --add-mac
595Add the MAC address of the requestor to DNS queries which are
596forwarded upstream. This may be used to DNS filtering by the upstream
597server. The MAC address can only be added if the requestor is on the same
598subnet as the dnsmasq server. Note that the mechanism used to achieve this (an EDNS0 option)
599is not yet standardised, so this should be considered
600experimental. Also note that exposing MAC addresses in this way may
ed4c0767
SK
601have security and privacy implications. The warning about caching
602given for --add-subnet applies to --add-mac too.
603.TP
604.B --add-subnet[[=<IPv4 prefix length>],<IPv6 prefix length>]
605Add the subnet address of the requestor to the DNS queries which are
606forwarded upstream. The amount of the address forwarded depends on the
607prefix length parameter: 32 (128 for IPv6) forwards the whole address,
608zero forwards none of it but still marks the request so that no
609upstream nameserver will add client address information either. The
610default is zero for both IPv4 and IPv6. Note that upstream nameservers
611may be configured to return different results based on this
612information, but the dnsmasq cache does not take account. If a dnsmasq
613instance is configured such that different results may be encountered,
614caching should be disabled.
28866e95 615.TP
9e4abcb5
SK
616.B \-c, --cache-size=<cachesize>
617Set the size of dnsmasq's cache. The default is 150 names. Setting the cache size to zero disables caching.
618.TP
619.B \-N, --no-negcache
620Disable negative caching. Negative caching allows dnsmasq to remember
621"no such domain" answers from upstream nameservers and answer
5aabfc78 622identical queries without forwarding them again.
9e4abcb5 623.TP
1697269c
SK
624.B \-0, --dns-forward-max=<queries>
625Set the maximum number of concurrent DNS queries. The default value is
626150, which should be fine for most setups. The only known situation
627where this needs to be increased is when using web-server log file
628resolvers, which can generate large numbers of concurrent queries.
208b65c5 629.TP
70b4a818
SK
630.B --dnssec
631Validate DNS replies and cache DNSSEC data. When forwarding DNS queries, dnsmasq requests the
632DNSSEC records needed to validate the replies. The replies are validated and the result returned as
633the Authenticated Data bit in the DNS packet. In addition the DNSSEC records are stored in the cache, making
634validation by clients more efficient. Note that validation by clients is the most secure DNSSEC mode, but for
635clients unable to do validation, use of the AD bit set by dnsmasq is useful, provided that the network between
636the dnsmasq server and the client is trusted. Dnsmasq must be compiled with HAVE_DNSSEC enabled, and DNSSEC
637trust anchors provided, see
ee415867 638.B --trust-anchor.
d588ab54
SK
639Because the DNSSEC validation process uses the cache, it is not
640permitted to reduce the cache size below the default when DNSSEC is
641enabled. The nameservers upstream of dnsmasq must be DNSSEC-capable,
642ie capable of returning DNSSEC records with data. If they are not,
643then dnsmasq will not be able to determine the trusted status of
644answers. In the default mode, this menas that all replies will be
645marked as untrusted. If
646.B --dnssec-check-unsigned
647is set and the upstream servers don't support DNSSEC, then DNS service will be entirely broken.
70b4a818 648.TP
ee415867
SK
649.B --trust-anchor=[<class>],<domain>,<key-tag>,<algorithm>,<digest-type>,<digest>
650Provide DS records to act a trust anchors for DNSSEC
651validation. Typically these will be the DS record(s) for Zone Signing
652key(s) of the root zone,
653but trust anchors for limited domains are also possible. The current
654root-zone trust anchors may be donwloaded from https://data.iana.org/root-anchors/root-anchors.xml
70b4a818 655.TP
00a5b5d4
SK
656.B --dnssec-check-unsigned
657As a default, dnsmasq does not check that unsigned DNS replies are
658legitimate: they are assumed to be valid and passed on (without the
659"authentic data" bit set, of course). This does not protect against an
660attacker forging unsigned replies for signed DNS zones, but it is
661fast. If this flag is set, dnsmasq will check the zones of unsigned
662replies, to ensure that unsigned replies are allowed in those
d588ab54
SK
663zones. The cost of this is more upstream queries and slower
664performance. See also the warning about upstream servers in the
665section on
666.B --dnssec
00a5b5d4 667.TP
e98bd52e
SK
668.B --dnssec-no-timecheck
669DNSSEC signatures are only valid for specified time windows, and should be rejected outside those windows. This generates an
670interesting chicken-and-egg problem for machines which don't have a hardware real time clock. For these machines to determine the correct
671time typically requires use of NTP and therefore DNS, but validating DNS requires that the correct time is already known. Setting this flag
672removes the time-window checks (but not other DNSSEC validation.) only until the dnsmasq process receives SIGHUP. The intention is
673that dnsmasq should be started with this flag when the platform determines that reliable time is not currently available. As soon as
674reliable time is established, a SIGHUP should be sent to dnsmasq, which enables time checking, and purges the cache of DNS records
675which have not been throughly checked.
676.TP
f6e62e2a
SK
677.B --dnssec-timestamp=<path>
678Enables an alternative way of checking the validity of the system time for DNSSEC (see --dnssec-no-timecheck). In this case, the
679system time is considered to be valid once it becomes later than the timestamp on the specified file. The file is created and
680its timestamp set automatically by dnsmasq. The file must be stored on a persistent filesystem, so that it and its mtime are carried
681over system restarts.
682.TP
28866e95 683.B --proxy-dnssec
70b4a818
SK
684Copy the DNSSEC Authenticated Data bit from upstream servers to downstream clients and cache it. This is an
685alternative to having dnsmasq validate DNSSEC, but it depends on the security of the network between
686dnsmasq and the upstream servers, and the trustworthiness of the upstream servers.
687.TP
688.B --dnssec-debug
689Set debugging mode for the DNSSEC validation, set the Checking Disabled bit on upstream queries,
ee415867
SK
690and don't convert replies which do not validate to responses with
691a return code of SERVFAIL. Note that
692setting this may affect DNS behaviour in bad ways, it is not an
693extra-logging flag and should not be set in production.
28866e95 694.TP
baa80ae5 695.B --auth-zone=<domain>[,<subnet>[/<prefix length>][,<subnet>[/<prefix length>].....]]
34d0a36a 696Define a DNS zone for which dnsmasq acts as authoritative server. Locally defined DNS records which are in the domain
c50f25a3
SK
697will be served. If subnet(s) are given, A and AAAA records must be in one of the
698specified subnets.
699
700As alternative to directly specifying the subnets, it's possible to
376d48c7
SK
701give the name of an interface, in which case the subnets implied by
702that interface's configured addresses and netmask/prefix-length are
703used; this is useful when using constructed DHCP ranges as the actual
704address is dynamic and not known when configuring dnsmasq. The
705interface addresses may be confined to only IPv6 addresses using
706<interface>/6 or to only IPv4 using <interface>/4. This is useful when
707an interface has dynamically determined global IPv6 addresses which should
708appear in the zone, but RFC1918 IPv4 addresses which should not.
709Interface-name and address-literal subnet specifications may be used
710freely in the same --auth-zone declaration.
711
712The subnet(s) are also used to define in-addr.arpa and
1d7e0a36 713ip6.arpa domains which are served for reverse-DNS queries. If not
baa80ae5
SK
714specified, the prefix length defaults to 24 for IPv4 and 64 for IPv6.
715For IPv4 subnets, the prefix length should be have the value 8, 16 or 24
716unless you are familiar with RFC 2317 and have arranged the
c50f25a3
SK
717in-addr.arpa delegation accordingly. Note that if no subnets are
718specified, then no reverse queries are answered.
333b2ceb
SK
719.TP
720.B --auth-soa=<serial>[,<hostmaster>[,<refresh>[,<retry>[,<expiry>]]]]
721Specify fields in the SOA record associated with authoritative
722zones. Note that this is optional, all the values are set to sane defaults.
723.TP
724.B --auth-sec-servers=<domain>[,<domain>[,<domain>...]]
725Specify any secondary servers for a zone for which dnsmasq is
726authoritative. These servers must be configured to get zone data from
727dnsmasq by zone transfer, and answer queries for the same
6f130def 728authoritative zones as dnsmasq.
333b2ceb
SK
729.TP
730.B --auth-peer=<ip-address>[,<ip-address>[,<ip-address>...]]
731Specify the addresses of secondary servers which are allowed to
732initiate zone transfer (AXFR) requests for zones for which dnsmasq is
6f130def 733authoritative. If this option is not given, then AXFR requests will be
333b2ceb
SK
734accepted from any secondary.
735.TP
7de060b0
SK
736.B --conntrack
737Read the Linux connection track mark associated with incoming DNS
738queries and set the same mark value on upstream traffic used to answer
739those queries. This allows traffic generated by dnsmasq to be
740associated with the queries which cause it, useful for bandwidth
741accounting and firewalling. Dnsmasq must have conntrack support
742compiled in and the kernel must have conntrack support
743included and configured. This option cannot be combined with
744--query-port.
745.TP
49dc570a 746.B \-F, --dhcp-range=[tag:<tag>[,tag:<tag>],][set:<tag>,]<start-addr>[,<end-addr>][,<mode>][,<netmask>[,<broadcast>]][,<lease time>]
1adadf58 747.TP
83f28bef 748.B \-F, --dhcp-range=[tag:<tag>[,tag:<tag>],][set:<tag>,]<start-IPv6addr>[,<end-IPv6addr>|constructor:<interface>][,<mode>][,<prefix-len>][,<lease time>]
1adadf58 749
9e4abcb5 750Enable the DHCP server. Addresses will be given out from the range
44a2a316
SK
751<start-addr> to <end-addr> and from statically defined addresses given
752in
753.B dhcp-host
754options. If the lease time is given, then leases
b8187c80 755will be given for that length of time. The lease time is in seconds,
7622fc06
SK
756or minutes (eg 45m) or hours (eg 1h) or "infinite". If not given,
757the default lease time is one hour. The
c8257540
SK
758minimum lease time is two minutes. For IPv6 ranges, the lease time
759maybe "deprecated"; this sets the preferred lifetime sent in a DHCP
760lease or router advertisement to zero, which causes clients to use
761other addresses, if available, for new connections as a prelude to renumbering.
762
763This option may be repeated, with different addresses, to enable DHCP
44a2a316
SK
764service to more than one network. For directly connected networks (ie,
765networks on which the machine running dnsmasq has an interface) the
7de060b0
SK
766netmask is optional: dnsmasq will determine it from the interface
767configuration. For networks which receive DHCP service via a relay
768agent, dnsmasq cannot determine the netmask itself, so it should be
769specified, otherwise dnsmasq will have to guess, based on the class (A, B or
770C) of the network address. The broadcast address is
7622fc06 771always optional. It is always
8ef5ada2
SK
772allowed to have more than one dhcp-range in a single subnet.
773
1adadf58 774For IPv6, the parameters are slightly different: instead of netmask
4c82efc5
VG
775and broadcast address, there is an optional prefix length which must
776be equal to or larger then the prefix length on the local interface. If not
1adadf58
SK
777given, this defaults to 64. Unlike the IPv4 case, the prefix length is not
778automatically derived from the interface configuration. The mimimum
779size of the prefix length is 64.
780
34d0a36a
SK
781IPv6 (only) supports another type of range. In this, the start address and optional end address contain only the network part (ie ::1) and they are followed by
782.B constructor:<interface>.
783This forms a template which describes how to create ranges, based on the addresses assigned to the interface. For instance
784
83f28bef 785.B --dhcp-range=::1,::400,constructor:eth0
34d0a36a 786
861c8914 787will look for addresses on
429805db
SK
788eth0 and then create a range from <network>::1 to <network>::400. If
789the interface is assigned more than one network, then the
790corresponding ranges will be automatically created, and then
791deprecated and finally removed again as the address is deprecated and
792then deleted. The interface name may have a final "*" wildcard. Note
861c8914
SK
793that just any address on eth0 will not do: it must not be an
794autoconfigured or privacy address, or be deprecated.
34d0a36a 795
e4cdbbf5
VG
796If a dhcp-range is only being used for stateless DHCP and/or SLAAC,
797then the address can be simply ::
798
799.B --dhcp-range=::,constructor:eth0
800
e4cdbbf5 801
8ef5ada2
SK
802The optional
803.B set:<tag>
804sets an alphanumeric label which marks this network so that
0a852541 805dhcp options may be specified on a per-network basis.
8ef5ada2 806When it is prefixed with 'tag:' instead, then its meaning changes from setting
c5ad4e79
SK
807a tag to matching it. Only one tag may be set, but more than one tag
808may be matched.
809
e8ca69ea 810The optional <mode> keyword may be
33820b7e
SK
811.B static
812which tells dnsmasq to enable DHCP for the network specified, but not
7622fc06 813to dynamically allocate IP addresses: only hosts which have static
33820b7e
SK
814addresses given via
815.B dhcp-host
52002051
SK
816or from /etc/ethers will be served. A static-only subnet with address
817all zeros may be used as a "catch-all" address to enable replies to all
818Information-request packets on a subnet which is provided with
819stateless DHCPv6, ie
e62e9b61 820.B --dhcp-range=::,static
c5ad4e79 821
e46164e0 822For IPv4, the <mode> may be
7622fc06
SK
823.B proxy
824in which case dnsmasq will provide proxy-DHCP on the specified
825subnet. (See
826.B pxe-prompt
827and
828.B pxe-service
e8ca69ea
SK
829for details.)
830
831For IPv6, the mode may be some combination of
7ea3d3fd 832.B ra-only, slaac, ra-names, ra-stateless, ra-advrouter.
8ef5ada2 833
c5ad4e79 834.B ra-only
e8ca69ea
SK
835tells dnsmasq to offer Router Advertisement only on this subnet,
836and not DHCP.
837
838.B slaac
839tells dnsmasq to offer Router Advertisement on this subnet and to set
840the A bit in the router advertisement, so that the client will use
841SLAAC addresses. When used with a DHCP range or static DHCP address
842this results in the client having both a DHCP-assigned and a SLAAC
843address.
844
845.B ra-stateless
846sends router advertisements with the O and A bits set, and provides a
847stateless DHCP service. The client will use a SLAAC address, and use
848DHCP for other configuration information.
849
7023e382 850.B ra-names
e8ca69ea 851enables a mode
7023e382 852which gives DNS names to dual-stack hosts which do SLAAC for
884a6dfe 853IPv6. Dnsmasq uses the host's IPv4 lease to derive the name, network
7023e382 854segment and MAC address and assumes that the host will also have an
e46164e0 855IPv6 address calculated using the SLAAC algorithm, on the same network
884a6dfe
SK
856segment. The address is pinged, and if a reply is received, an AAAA
857record is added to the DNS for this IPv6
7023e382 858address. Note that this is only happens for directly-connected
884a6dfe
SK
859networks, (not one doing DHCP via a relay) and it will not work
860if a host is using privacy extensions.
e8ca69ea
SK
861.B ra-names
862can be combined with
863.B ra-stateless
864and
865.B slaac.
c5ad4e79 866
7ea3d3fd
SK
867.B ra-advrouter
868enables a mode where router address(es) rather than prefix(es) are included in the advertisements.
869This is described in RFC-3775 section 7.2 and is used in mobile IPv6. In this mode the interval option
870is also included, as described in RFC-3775 section 7.3.
871
9e4abcb5 872.TP
8ef5ada2 873.B \-G, --dhcp-host=[<hwaddr>][,id:<client_id>|*][,set:<tag>][,<ipaddr>][,<hostname>][,<lease_time>][,ignore]
9e4abcb5
SK
874Specify per host parameters for the DHCP server. This allows a machine
875with a particular hardware address to be always allocated the same
876hostname, IP address and lease time. A hostname specified like this
877overrides any supplied by the DHCP client on the machine. It is also
c72daea8 878allowable to omit the hardware address and include the hostname, in
9e4abcb5
SK
879which case the IP address and lease times will apply to any machine
880claiming that name. For example
881.B --dhcp-host=00:20:e0:3b:13:af,wap,infinite
882tells dnsmasq to give
cdeda28f 883the machine with hardware address 00:20:e0:3b:13:af the name wap, and
9e4abcb5
SK
884an infinite DHCP lease.
885.B --dhcp-host=lap,192.168.0.199
886tells
887dnsmasq to always allocate the machine lap the IP address
8ef5ada2
SK
888192.168.0.199.
889
890Addresses allocated like this are not constrained to be
891in the range given by the --dhcp-range option, but they must be in
892the same subnet as some valid dhcp-range. For
893subnets which don't need a pool of dynamically allocated addresses,
894use the "static" keyword in the dhcp-range declaration.
895
89500e31
SK
896It is allowed to use client identifiers (called client
897DUID in IPv6-land rather than
9e4abcb5
SK
898hardware addresses to identify hosts by prefixing with 'id:'. Thus:
899.B --dhcp-host=id:01:02:03:04,.....
900refers to the host with client identifier 01:02:03:04. It is also
901allowed to specify the client ID as text, like this:
a84fa1d0 902.B --dhcp-host=id:clientidastext,.....
9009d746 903
1adadf58
SK
904A single
905.B dhcp-host
906may contain an IPv4 address or an IPv6 address, or both. IPv6 addresses must be bracketed by square brackets thus:
907.B --dhcp-host=laptop,[1234::56]
30393100
SK
908IPv6 addresses may contain only the host-identifier part:
909.B --dhcp-host=laptop,[::56]
6f130def 910in which case they act as wildcards in constructed dhcp ranges, with
30393100 911the appropriate network part inserted.
89500e31
SK
912Note that in IPv6 DHCP, the hardware address may not be
913available, though it normally is for direct-connected clients, or
914clients using DHCP relays which support RFC 6939.
1adadf58 915
89500e31
SK
916
917For DHCPv4, the special option id:* means "ignore any client-id
a84fa1d0
SK
918and use MAC addresses only." This is useful when a client presents a client-id sometimes
919but not others.
9009d746 920
1ab84e2f
SK
921If a name appears in /etc/hosts, the associated address can be
922allocated to a DHCP lease, but only if a
923.B --dhcp-host
8ef5ada2
SK
924option specifying the name also exists. Only one hostname can be
925given in a
926.B dhcp-host
927option, but aliases are possible by using CNAMEs. (See
928.B --cname
929).
930
931The special keyword "ignore"
33820b7e
SK
932tells dnsmasq to never offer a DHCP lease to a machine. The machine
933can be specified by hardware address, client ID or hostname, for
934instance
935.B --dhcp-host=00:20:e0:3b:13:af,ignore
936This is
937useful when there is another DHCP server on the network which should
9009d746
SK
938be used by some machines.
939
a66d36ea 940The set:<tag> construct sets the tag
9009d746 941whenever this dhcp-host directive is in use. This can be used to
8ef5ada2
SK
942selectively send DHCP options just for this host. More than one tag
943can be set in a dhcp-host directive (but not in other places where
944"set:<tag>" is allowed). When a host matches any
5aabfc78 945dhcp-host directive (or one implied by /etc/ethers) then the special
8ef5ada2 946tag "known" is set. This allows dnsmasq to be configured to
5aabfc78 947ignore requests from unknown machines using
8ef5ada2 948.B --dhcp-ignore=tag:!known
0a852541
SK
949Ethernet addresses (but not client-ids) may have
950wildcard bytes, so for example
951.B --dhcp-host=00:20:e0:3b:13:*,ignore
cdeda28f 952will cause dnsmasq to ignore a range of hardware addresses. Note that
0a852541 953the "*" will need to be escaped or quoted on a command line, but not
9009d746
SK
954in the configuration file.
955
956Hardware addresses normally match any
cdeda28f
SK
957network (ARP) type, but it is possible to restrict them to a single
958ARP type by preceding them with the ARP-type (in HEX) and "-". so
959.B --dhcp-host=06-00:20:e0:3b:13:af,1.2.3.4
960will only match a
961Token-Ring hardware address, since the ARP-address type for token ring
9009d746
SK
962is 6.
963
1adadf58 964As a special case, in DHCPv4, it is possible to include more than one
73a08a24
SK
965hardware address. eg:
966.B --dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.2
967This allows an IP address to be associated with
9009d746
SK
968multiple hardware addresses, and gives dnsmasq permission to abandon a
969DHCP lease to one of the hardware addresses when another one asks for
970a lease. Beware that this is a dangerous thing to do, it will only
971work reliably if only one of the hardware addresses is active at any
73a08a24
SK
972time and there is no way for dnsmasq to enforce this. It is, for instance,
973useful to allocate a stable IP address to a laptop which
9009d746 974has both wired and wireless interfaces.
5aabfc78 975.TP
28866e95
SK
976.B --dhcp-hostsfile=<path>
977Read DHCP host information from the specified file. If a directory
978is given, then read all the files contained in that directory. The file contains
5aabfc78
SK
979information about one host per line. The format of a line is the same
980as text to the right of '=' in --dhcp-host. The advantage of storing DHCP host information
981in this file is that it can be changed without re-starting dnsmasq:
982the file will be re-read when dnsmasq receives SIGHUP.
824af85b 983.TP
28866e95
SK
984.B --dhcp-optsfile=<path>
985Read DHCP option information from the specified file. If a directory
986is given, then read all the files contained in that directory. The advantage of
824af85b 987using this option is the same as for --dhcp-hostsfile: the
1f15b81d
SK
988dhcp-optsfile will be re-read when dnsmasq receives SIGHUP. Note that
989it is possible to encode the information in a
5f4dc5c6
SK
990.TP
991.B --dhcp-hostsdir=<path>
3d04f463 992This is equivalent to dhcp-hostsfile, except for the following. The path MUST be a
5f4dc5c6
SK
993directory, and not an individual file. Changed or new files within
994the directory are read automatically, without the need to send SIGHUP.
995If a file is deleted for changed after it has been read by dnsmasq, then the
996host record it contained will remain until dnsmasq recieves a SIGHUP, or
997is restarted; ie host records are only added dynamically.
efb8b556 998.TP
3d04f463
SK
999.B --dhcp-optsdir=<path>
1000This is equivalent to dhcp-optsfile, with the differences noted for --dhcp-hostsdir.
5f4dc5c6 1001.TP
1f15b81d
SK
1002.B --dhcp-boot
1003flag as DHCP options, using the options names bootfile-name,
1004server-ip-address and tftp-server. This allows these to be included
1005in a dhcp-optsfile.
44a2a316
SK
1006.TP
1007.B \-Z, --read-ethers
1008Read /etc/ethers for information about hosts for the DHCP server. The
1009format of /etc/ethers is a hardware address, followed by either a
1010hostname or dotted-quad IP address. When read by dnsmasq these lines
1011have exactly the same effect as
1012.B --dhcp-host
5aabfc78 1013options containing the same information. /etc/ethers is re-read when
1adadf58 1014dnsmasq receives SIGHUP. IPv6 addresses are NOT read from /etc/ethers.
9e4abcb5 1015.TP
1adadf58 1016.B \-O, --dhcp-option=[tag:<tag>,[tag:<tag>,]][encap:<opt>,][vi-encap:<enterprise>,][vendor:[<vendor-class>],][<opt>|option:<opt-name>|option6:<opt>|option6:<opt-name>],[<value>[,<value>]]
b8187c80 1017Specify different or extra options to DHCP clients. By default,
9e4abcb5
SK
1018dnsmasq sends some standard options to DHCP clients, the netmask and
1019broadcast address are set to the same as the host running dnsmasq, and
1020the DNS server and default route are set to the address of the machine
1adadf58 1021running dnsmasq. (Equivalent rules apply for IPv6.) If the domain name option has been set, that is sent.
f2621c7f
SK
1022This configuration allows these defaults to be overridden,
1023or other options specified. The option, to be sent may be given as a
1024decimal number or as "option:<option-name>" The option numbers are
1025specified in RFC2132 and subsequent RFCs. The set of option-names
1026known by dnsmasq can be discovered by running "dnsmasq --help dhcp".
1027For example, to set the default route option to
9e4abcb5 1028192.168.4.4, do
f2621c7f
SK
1029.B --dhcp-option=3,192.168.4.4
1030or
1031.B --dhcp-option = option:router, 192.168.4.4
9e4abcb5 1032and to set the time-server address to 192.168.0.4, do
f2621c7f
SK
1033.B --dhcp-option = 42,192.168.0.4
1034or
1035.B --dhcp-option = option:ntp-server, 192.168.0.4
c3a04081
SK
1036The special address 0.0.0.0 is taken to mean "the address of the
1037machine running dnsmasq".
1038
1039Data types allowed are comma separated
1040dotted-quad IPv4 addresses, []-wrapped IPv6 addresses, a decimal number, colon-separated hex digits
8ef5ada2
SK
1041and a text string. If the optional tags are given then
1042this option is only sent when all the tags are matched.
91dccd09 1043
cdeda28f 1044Special processing is done on a text argument for option 119, to
832af0ba
SK
1045conform with RFC 3397. Text or dotted-quad IP addresses as arguments
1046to option 120 are handled as per RFC 3361. Dotted-quad IP addresses
1047which are followed by a slash and then a netmask size are encoded as
1048described in RFC 3442.
cdeda28f 1049
1adadf58
SK
1050IPv6 options are specified using the
1051.B option6:
1052keyword, followed by the option number or option name. The IPv6 option
1053name space is disjoint from the IPv4 option name space. IPv6 addresses
1054in options must be bracketed with square brackets, eg.
1055.B --dhcp-option=option6:ntp-server,[1234::56]
c3a04081
SK
1056For IPv6, [::] means "the global address of
1057the machine running dnsmasq", whilst [fd00::] is replaced with the
1058ULA, if it exists, and [fe80::] with the link-local address.
1adadf58 1059
9e4abcb5 1060Be careful: no checking is done that the correct type of data for the
26128d27 1061option number is sent, it is quite possible to
9e4abcb5 1062persuade dnsmasq to generate illegal DHCP packets with injudicious use
91dccd09
SK
1063of this flag. When the value is a decimal number, dnsmasq must determine how
1064large the data item is. It does this by examining the option number and/or the
b8187c80 1065value, but can be overridden by appending a single letter flag as follows:
91dccd09 1066b = one byte, s = two bytes, i = four bytes. This is mainly useful with
3d8df260
SK
1067encapsulated vendor class options (see below) where dnsmasq cannot
1068determine data size from the option number. Option data which
1069consists solely of periods and digits will be interpreted by dnsmasq
1070as an IP address, and inserted into an option as such. To force a
1071literal string, use quotes. For instance when using option 66 to send
1072a literal IP address as TFTP server name, it is necessary to do
1073.B --dhcp-option=66,"1.2.3.4"
91dccd09 1074
1adadf58 1075Encapsulated Vendor-class options may also be specified (IPv4 only) using
91dccd09 1076--dhcp-option: for instance
1b7ecd11
SK
1077.B --dhcp-option=vendor:PXEClient,1,0.0.0.0
1078sends the encapsulated vendor
1079class-specific option "mftp-address=0.0.0.0" to any client whose
1080vendor-class matches "PXEClient". The vendor-class matching is
6b01084f
SK
1081substring based (see --dhcp-vendorclass for details). If a
1082vendor-class option (number 60) is sent by dnsmasq, then that is used
1083for selecting encapsulated options in preference to any sent by the
1084client. It is
1b7ecd11
SK
1085possible to omit the vendorclass completely;
1086.B --dhcp-option=vendor:,1,0.0.0.0
1adadf58 1087in which case the encapsulated option is always sent.
73a08a24 1088
1adadf58 1089Options may be encapsulated (IPv4 only) within other options: for instance
73a08a24
SK
1090.B --dhcp-option=encap:175, 190, "iscsi-client0"
1091will send option 175, within which is the option 190. If multiple
1092options are given which are encapsulated with the same option number
1093then they will be correctly combined into one encapsulated option.
1094encap: and vendor: are may not both be set in the same dhcp-option.
1095
316e2730
SK
1096The final variant on encapsulated options is "Vendor-Identifying
1097Vendor Options" as specified by RFC3925. These are denoted like this:
1098.B --dhcp-option=vi-encap:2, 10, "text"
1099The number in the vi-encap: section is the IANA enterprise number
1adadf58
SK
1100used to identify this option. This form of encapsulation is supported
1101in IPv6.
1102
1b7ecd11 1103The address 0.0.0.0 is not treated specially in
73a08a24 1104encapsulated options.
9e4abcb5 1105.TP
8ef5ada2 1106.B --dhcp-option-force=[tag:<tag>,[tag:<tag>,]][encap:<opt>,][vi-encap:<enterprise>,][vendor:[<vendor-class>],]<opt>,[<value>[,<value>]]
6b01084f 1107This works in exactly the same way as
f2621c7f
SK
1108.B --dhcp-option
1109except that the option will always be sent, even if the client does
6b01084f
SK
1110not ask for it in the parameter request list. This is sometimes
1111needed, for example when sending options to PXELinux.
1112.TP
824af85b 1113.B --dhcp-no-override
1adadf58 1114(IPv4 only) Disable re-use of the DHCP servername and filename fields as extra
824af85b
SK
1115option space. If it can, dnsmasq moves the boot server and filename
1116information (from dhcp-boot) out of their dedicated fields into
1117DHCP options. This make extra space available in the DHCP packet for
1118options but can, rarely, confuse old or broken clients. This flag
1119forces "simple and safe" behaviour to avoid problems in such a case.
1120.TP
ff7eea27
SK
1121.B --dhcp-relay=<local address>,<server address>[,<interface]
1122Configure dnsmasq to do DHCP relay. The local address is an address
1123allocated to an interface on the host running dnsmasq. All DHCP
1124requests arriving on that interface will we relayed to a remote DHCP
1125server at the server address. It is possible to relay from a single local
1126address to multiple remote servers by using multiple dhcp-relay
1127configs with the same local address and different server
1128addresses. A server address must be an IP literal address, not a
1129domain name. In the case of DHCPv6, the server address may be the
1130ALL_SERVERS multicast address, ff05::1:3. In this case the interface
1131must be given, not be wildcard, and is used to direct the multicast to the
1132correct interface to reach the DHCP server.
1133
1134Access control for DHCP clients has the same rules as for the DHCP
1135server, see --interface, --except-interface, etc. The optional
1136interface name in the dhcp-relay config has a different function: it
1137controls on which interface DHCP replies from the server will be
1138accepted. This is intended for configurations which have three
1139interfaces: one being relayed from, a second connecting the DHCP
1140server, and a third untrusted network, typically the wider
1141internet. It avoids the possibility of spoof replies arriving via this
1142third interface.
1143
1144It is allowed to have dnsmasq act as a DHCP server on one set of
1145interfaces and relay from a disjoint set of interfaces. Note that
1146whilst it is quite possible to write configurations which appear to
1147act as a server and a relay on the same interface, this is not
1148supported: the relay function will take precedence.
1149
1150Both DHCPv4 and DHCPv6 relay is supported. It's not possible to relay
1151DHCPv4 to a DHCPv6 server or vice-versa.
1152.TP
1adadf58 1153.B \-U, --dhcp-vendorclass=set:<tag>,[enterprise:<IANA-enterprise number>,]<vendor-class>
8ef5ada2 1154Map from a vendor-class string to a tag. Most DHCP clients provide a
a222641c 1155"vendor class" which represents, in some sense, the type of host. This option
f2621c7f 1156maps vendor classes to tags, so that DHCP options may be selectively delivered
a84fa1d0 1157to different classes of hosts. For example
8ef5ada2 1158.B dhcp-vendorclass=set:printers,Hewlett-Packard JetDirect
a84fa1d0 1159will allow options to be set only for HP printers like so:
8ef5ada2 1160.B --dhcp-option=tag:printers,3,192.168.4.4
a222641c
SK
1161The vendor-class string is
1162substring matched against the vendor-class supplied by the client, to
1adadf58
SK
1163allow fuzzy matching. The set: prefix is optional but allowed for
1164consistency.
1165
1166Note that in IPv6 only, vendorclasses are namespaced with an
1167IANA-allocated enterprise number. This is given with enterprise:
1168keyword and specifies that only vendorclasses matching the specified
1169number should be searched.
a222641c 1170.TP
8ef5ada2
SK
1171.B \-j, --dhcp-userclass=set:<tag>,<user-class>
1172Map from a user-class string to a tag (with substring
a222641c
SK
1173matching, like vendor classes). Most DHCP clients provide a
1174"user class" which is configurable. This option
f2621c7f 1175maps user classes to tags, so that DHCP options may be selectively delivered
a222641c
SK
1176to different classes of hosts. It is possible, for instance to use
1177this to set a different printer server for hosts in the class
1178"accounts" than for hosts in the class "engineering".
a84fa1d0 1179.TP
8ef5ada2 1180.B \-4, --dhcp-mac=set:<tag>,<MAC address>
89500e31 1181Map from a MAC address to a tag. The MAC address may include
cdeda28f 1182wildcards. For example
8ef5ada2 1183.B --dhcp-mac=set:3com,01:34:23:*:*:*
cdeda28f
SK
1184will set the tag "3com" for any host whose MAC address matches the pattern.
1185.TP
8ef5ada2
SK
1186.B --dhcp-circuitid=set:<tag>,<circuit-id>, --dhcp-remoteid=set:<tag>,<remote-id>
1187Map from RFC3046 relay agent options to tags. This data may
f2621c7f
SK
1188be provided by DHCP relay agents. The circuit-id or remote-id is
1189normally given as colon-separated hex, but is also allowed to be a
1190simple string. If an exact match is achieved between the circuit or
1adadf58
SK
1191agent ID and one provided by a relay agent, the tag is set.
1192
1193.B dhcp-remoteid
1194(but not dhcp-circuitid) is supported in IPv6.
8ef5ada2
SK
1195.TP
1196.B --dhcp-subscrid=set:<tag>,<subscriber-id>
1adadf58 1197(IPv4 and IPv6) Map from RFC3993 subscriber-id relay agent options to tags.
8ef5ada2
SK
1198.TP
1199.B --dhcp-proxy[=<ip addr>]......
0793380b 1200(IPv4 only) A normal DHCP relay agent is only used to forward the initial parts of
8ef5ada2
SK
1201a DHCP interaction to the DHCP server. Once a client is configured, it
1202communicates directly with the server. This is undesirable if the
a66d36ea 1203relay agent is adding extra information to the DHCP packets, such as
8ef5ada2
SK
1204that used by
1205.B dhcp-circuitid
1206and
1207.B dhcp-remoteid.
1208A full relay implementation can use the RFC 5107 serverid-override
1209option to force the DHCP server to use the relay as a full proxy, with all
1210packets passing through it. This flag provides an alternative method
1211of doing the same thing, for relays which don't support RFC
12125107. Given alone, it manipulates the server-id for all interactions
1213via relays. If a list of IP addresses is given, only interactions via
1214relays at those addresses are affected.
1215.TP
1216.B --dhcp-match=set:<tag>,<option number>|option:<option name>|vi-encap:<enterprise>[,<value>]
1217Without a value, set the tag if the client sends a DHCP
73a08a24
SK
1218option of the given number or name. When a value is given, set the tag only if
1219the option is sent and matches the value. The value may be of the form
a66d36ea 1220"01:ff:*:02" in which case the value must match (apart from wildcards)
73a08a24
SK
1221but the option sent may have unmatched data past the end of the
1222value. The value may also be of the same form as in
1223.B dhcp-option
1224in which case the option sent is treated as an array, and one element
1225must match, so
1226
8ef5ada2 1227--dhcp-match=set:efi-ia32,option:client-arch,6
73a08a24
SK
1228
1229will set the tag "efi-ia32" if the the number 6 appears in the list of
1230architectures sent by the client in option 93. (See RFC 4578 for
316e2730
SK
1231details.) If the value is a string, substring matching is used.
1232
a66d36ea 1233The special form with vi-encap:<enterprise number> matches against
316e2730 1234vendor-identifying vendor classes for the specified enterprise. Please
8ef5ada2
SK
1235see RFC 3925 for more details of these rare and interesting beasts.
1236.TP
1237.B --tag-if=set:<tag>[,set:<tag>[,tag:<tag>[,tag:<tag>]]]
1238Perform boolean operations on tags. Any tag appearing as set:<tag> is set if
1239all the tags which appear as tag:<tag> are set, (or unset when tag:!<tag> is used)
1240If no tag:<tag> appears set:<tag> tags are set unconditionally.
1241Any number of set: and tag: forms may appear, in any order.
1242Tag-if lines ares executed in order, so if the tag in tag:<tag> is a
1243tag set by another
1244.B tag-if,
1245the line which sets the tag must precede the one which tests it.
1246.TP
1247.B \-J, --dhcp-ignore=tag:<tag>[,tag:<tag>]
1248When all the given tags appear in the tag set ignore the host and do
26128d27
SK
1249not allocate it a DHCP lease.
1250.TP
8ef5ada2
SK
1251.B --dhcp-ignore-names[=tag:<tag>[,tag:<tag>]]
1252When all the given tags appear in the tag set, ignore any hostname
9e038946 1253provided by the host. Note that, unlike dhcp-ignore, it is permissible
8ef5ada2 1254to supply no tags, in which case DHCP-client supplied hostnames
832af0ba
SK
1255are always ignored, and DHCP hosts are added to the DNS using only
1256dhcp-host configuration in dnsmasq and the contents of /etc/hosts and
1257/etc/ethers.
1258.TP
8ef5ada2 1259.B --dhcp-generate-names=tag:<tag>[,tag:<tag>]
1adadf58 1260(IPv4 only) Generate a name for DHCP clients which do not otherwise have one,
a66d36ea 1261using the MAC address expressed in hex, separated by dashes. Note that
8ef5ada2
SK
1262if a host provides a name, it will be used by preference to this,
1263unless
1264.B --dhcp-ignore-names
1265is set.
1266.TP
1267.B --dhcp-broadcast[=tag:<tag>[,tag:<tag>]]
1adadf58 1268(IPv4 only) When all the given tags appear in the tag set, always use broadcast to
8ef5ada2
SK
1269communicate with the host when it is unconfigured. It is permissible
1270to supply no tags, in which case this is unconditional. Most DHCP clients which
824af85b
SK
1271need broadcast replies set a flag in their requests so that this
1272happens automatically, some old BOOTP clients do not.
1273.TP
7de060b0 1274.B \-M, --dhcp-boot=[tag:<tag>,]<filename>,[<servername>[,<server address>|<tftp_servername>]]
1adadf58 1275(IPv4 only) Set BOOTP options to be returned by the DHCP server. Server name and
832af0ba
SK
1276address are optional: if not provided, the name is left empty, and the
1277address set to the address of the machine running dnsmasq. If dnsmasq
1278is providing a TFTP service (see
1279.B --enable-tftp
1280) then only the filename is required here to enable network booting.
8ef5ada2
SK
1281If the optional tag(s) are given,
1282they must match for this configuration to be sent.
7de060b0
SK
1283Instead of an IP address, the TFTP server address can be given as a domain
1284name which is looked up in /etc/hosts. This name can be associated in
1285/etc/hosts with multiple IP addresses, which are used round-robin.
1286This facility can be used to load balance the tftp load among a set of servers.
1287.TP
1288.B --dhcp-sequential-ip
1289Dnsmasq is designed to choose IP addresses for DHCP clients using a
1290hash of the client's MAC address. This normally allows a client's
1291address to remain stable long-term, even if the client sometimes allows its DHCP
1292lease to expire. In this default mode IP addresses are distributed
1293pseudo-randomly over the entire available address range. There are
1294sometimes circumstances (typically server deployment) where it is more
1295convenient to have IP
1296addresses allocated sequentially, starting from the lowest available
1297address, and setting this flag enables this mode. Note that in the
1298sequential mode, clients which allow a lease to expire are much more
1299likely to move IP address; for this reason it should not be generally used.
7622fc06 1300.TP
751d6f4a 1301.B --pxe-service=[tag:<tag>,]<CSA>,<menu text>[,<basename>|<bootservicetype>][,<server address>|<server_name>]
7622fc06
SK
1302Most uses of PXE boot-ROMS simply allow the PXE
1303system to obtain an IP address and then download the file specified by
1304.B dhcp-boot
1305and execute it. However the PXE system is capable of more complex
1306functions when supported by a suitable DHCP server.
1307
1308This specifies a boot option which may appear in a PXE boot menu. <CSA> is
1309client system type, only services of the correct type will appear in a
1310menu. The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
1311Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI; an
1312integer may be used for other types. The
1313parameter after the menu text may be a file name, in which case dnsmasq acts as a
1314boot server and directs the PXE client to download the file by TFTP,
1315either from itself (
1316.B enable-tftp
751d6f4a
SK
1317must be set for this to work) or another TFTP server if the final server
1318address/name is given.
7622fc06
SK
1319Note that the "layer"
1320suffix (normally ".0") is supplied by PXE, and should not be added to
1321the basename. If an integer boot service type, rather than a basename
1322is given, then the PXE client will search for a
1323suitable boot service for that type on the network. This search may be done
751d6f4a 1324by broadcast, or direct to a server if its IP address/name is provided.
316e2730
SK
1325If no boot service type or filename is provided (or a boot service type of 0 is specified)
1326then the menu entry will abort the net boot procedure and
751d6f4a
SK
1327continue booting from local media. The server address can be given as a domain
1328name which is looked up in /etc/hosts. This name can be associated in
1329/etc/hosts with multiple IP addresses, which are used round-robin.
7622fc06 1330.TP
8ef5ada2 1331.B --pxe-prompt=[tag:<tag>,]<prompt>[,<timeout>]
7622fc06
SK
1332Setting this provides a prompt to be displayed after PXE boot. If the
1333timeout is given then after the
1334timeout has elapsed with no keyboard input, the first available menu
1335option will be automatically executed. If the timeout is zero then the first available menu
1336item will be executed immediately. If
1337.B pxe-prompt
a66d36ea 1338is omitted the system will wait for user input if there are multiple
7622fc06
SK
1339items in the menu, but boot immediately if
1340there is only one. See
1341.B pxe-service
1342for details of menu items.
1343
1344Dnsmasq supports PXE "proxy-DHCP", in this case another DHCP server on
1345the network is responsible for allocating IP addresses, and dnsmasq
1346simply provides the information given in
1347.B pxe-prompt
1348and
1349.B pxe-service
1350to allow netbooting. This mode is enabled using the
1351.B proxy
1352keyword in
1353.B dhcp-range.
9e4abcb5 1354.TP
44a2a316
SK
1355.B \-X, --dhcp-lease-max=<number>
1356Limits dnsmasq to the specified maximum number of DHCP leases. The
8ef5ada2 1357default is 1000. This limit is to prevent DoS attacks from hosts which
44a2a316
SK
1358create thousands of leases and use lots of memory in the dnsmasq
1359process.
1360.TP
fd9fa481 1361.B \-K, --dhcp-authoritative
095f6255
SK
1362Should be set when dnsmasq is definitely the only DHCP server on a network.
1363For DHCPv4, it changes the behaviour from strict RFC compliance so that DHCP requests on
fd9fa481 1364unknown leases from unknown hosts are not ignored. This allows new hosts
cdeda28f
SK
1365to get a lease without a tedious timeout under all circumstances. It also
1366allows dnsmasq to rebuild its lease database without each client needing to
095f6255
SK
1367reacquire a lease, if the database is lost. For DHCPv6 it sets the
1368priority in replies to 255 (the maximum) instead of 0 (the minimum).
9e038946
SK
1369.TP
1370.B --dhcp-alternate-port[=<server port>[,<client port>]]
1adadf58 1371(IPv4 only) Change the ports used for DHCP from the default. If this option is
9e038946
SK
1372given alone, without arguments, it changes the ports used for DHCP
1373from 67 and 68 to 1067 and 1068. If a single argument is given, that
1374port number is used for the server and the port number plus one used
1375for the client. Finally, two port numbers allows arbitrary
1376specification of both server and client ports for DHCP.
fd9fa481 1377.TP
9009d746 1378.B \-3, --bootp-dynamic[=<network-id>[,<network-id>]]
1adadf58 1379(IPv4 only) Enable dynamic allocation of IP addresses to BOOTP clients. Use this
3d8df260
SK
1380with care, since each address allocated to a BOOTP client is leased
1381forever, and therefore becomes permanently unavailable for re-use by
9009d746
SK
1382other hosts. if this is given without tags, then it unconditionally
1383enables dynamic allocation. With tags, only when the tags are all
1384set. It may be repeated with different tag sets.
3d8df260 1385.TP
5e9e0efb 1386.B \-5, --no-ping
1adadf58 1387(IPv4 only) By default, the DHCP server will attempt to ensure that an address in
5e9e0efb
SK
1388not in use before allocating it to a host. It does this by sending an
1389ICMP echo request (aka "ping") to the address in question. If it gets
1390a reply, then the address must already be in use, and another is
1391tried. This flag disables this check. Use with caution.
1392.TP
f2621c7f
SK
1393.B --log-dhcp
1394Extra logging for DHCP: log all the options sent to DHCP clients and
8ef5ada2 1395the tags used to determine them.
f2621c7f 1396.TP
8c0b73d3
KDB
1397.B --quiet-dhcp, --quiet-dhcp6, --quiet-ra
1398Suppress logging of the routine operation of these protocols. Errors and
1399problems will still be logged. --quiet-dhcp and quiet-dhcp6 are
1400over-ridden by --log-dhcp.
1401.TP
9e4abcb5 1402.B \-l, --dhcp-leasefile=<path>
73a08a24 1403Use the specified file to store DHCP lease information.
208b65c5 1404.TP
8b372704
SK
1405.B --dhcp-duid=<enterprise-id>,<uid>
1406(IPv6 only) Specify the server persistent UID which the DHCPv6 server
1407will use. This option is not normally required as dnsmasq creates a
1408DUID automatically when it is first needed. When given, this option
1409provides dnsmasq the data required to create a DUID-EN type DUID. Note
1410that once set, the DUID is stored in the lease database, so to change between DUID-EN and
1411automatically created DUIDs or vice-versa, the lease database must be
1412re-intialised. The enterprise-id is assigned by IANA, and the uid is a
1413string of hex octets unique to a particular device.
1414.TP
7cebd20f 1415.B \-6 --dhcp-script=<path>
a9530964
SK
1416Whenever a new DHCP lease is created, or an old one destroyed, or a
1417TFTP file transfer completes, the
8ef5ada2
SK
1418executable specified by this option is run. <path>
1419must be an absolute pathname, no PATH search occurs.
1420The arguments to the process
7cebd20f 1421are "add", "old" or "del", the MAC
1adadf58 1422address of the host (or DUID for IPv6) , the IP address, and the hostname,
7cebd20f
SK
1423if known. "add" means a lease has been created, "del" means it has
1424been destroyed, "old" is a notification of an existing lease when
208b65c5
SK
1425dnsmasq starts or a change to MAC address or hostname of an existing
1426lease (also, lease length or expiry and client-id, if leasefile-ro is set).
9009d746
SK
1427If the MAC address is from a network type other than ethernet,
1428it will have the network type prepended, eg "06-01:23:45:67:89:ab" for
1429token ring. The process is run as root (assuming that dnsmasq was originally run as
1697269c 1430root) even if dnsmasq is configured to change UID to an unprivileged user.
8ef5ada2
SK
1431
1432The environment is inherited from the invoker of dnsmasq, with some or
1adadf58 1433all of the following variables added
8ef5ada2 1434
1adadf58 1435For both IPv4 and IPv6:
8ef5ada2
SK
1436
1437DNSMASQ_DOMAIN if the fully-qualified domain name of the host is
28866e95
SK
1438known, this is set to the domain part. (Note that the hostname passed
1439to the script as an argument is never fully-qualified.)
8ef5ada2 1440
1adadf58
SK
1441If the client provides a hostname, DNSMASQ_SUPPLIED_HOSTNAME
1442
1443If the client provides user-classes, DNSMASQ_USER_CLASS0..DNSMASQ_USER_CLASSn
8ef5ada2
SK
1444
1445If dnsmasq was compiled with HAVE_BROKEN_RTC, then
208b65c5 1446the length of the lease (in seconds) is stored in
1697269c 1447DNSMASQ_LEASE_LENGTH, otherwise the time of lease expiry is stored in
5aabfc78
SK
1448DNSMASQ_LEASE_EXPIRES. The number of seconds until lease expiry is
1449always stored in DNSMASQ_TIME_REMAINING.
8ef5ada2 1450
5aabfc78 1451If a lease used to have a hostname, which is
1697269c
SK
1452removed, an "old" event is generated with the new state of the lease,
1453ie no name, and the former name is provided in the environment
8ef5ada2
SK
1454variable DNSMASQ_OLD_HOSTNAME.
1455
1456DNSMASQ_INTERFACE stores the name of
9e038946 1457the interface on which the request arrived; this is not set for "old"
8ef5ada2
SK
1458actions when dnsmasq restarts.
1459
1460DNSMASQ_RELAY_ADDRESS is set if the client
316e2730 1461used a DHCP relay to contact dnsmasq and the IP address of the relay
8ef5ada2
SK
1462is known.
1463
1464DNSMASQ_TAGS contains all the tags set during the
316e2730 1465DHCP transaction, separated by spaces.
8ef5ada2 1466
e46164e0
SK
1467DNSMASQ_LOG_DHCP is set if
1468.B --log-dhcp
1469is in effect.
a9530964 1470
1adadf58
SK
1471For IPv4 only:
1472
1473DNSMASQ_CLIENT_ID if the host provided a client-id.
1474
dd1721c7
SK
1475DNSMASQ_CIRCUIT_ID, DNSMASQ_SUBSCRIBER_ID, DNSMASQ_REMOTE_ID if a
1476DHCP relay-agent added any of these options.
1477
1adadf58
SK
1478If the client provides vendor-class, DNSMASQ_VENDOR_CLASS.
1479
1480For IPv6 only:
1481
1482If the client provides vendor-class, DNSMASQ_VENDOR_CLASS_ID,
1483containing the IANA enterprise id for the class, and
1484DNSMASQ_VENDOR_CLASS0..DNSMASQ_VENDOR_CLASSn for the data.
1485
57f460de 1486DNSMASQ_SERVER_DUID containing the DUID of the server: this is the same for
1adadf58
SK
1487every call to the script.
1488
1489DNSMASQ_IAID containing the IAID for the lease. If the lease is a
1490temporary allocation, this is prefixed to 'T'.
1491
89500e31 1492DNSMASQ_MAC containing the MAC address of the client, if known.
1adadf58
SK
1493
1494Note that the supplied hostname, vendorclass and userclass data is
1495only supplied for
1496"add" actions or "old" actions when a host resumes an existing lease,
1497since these data are not held in dnsmasq's lease
1498database.
1499
a9530964
SK
1500
1501
9e038946 1502All file descriptors are
7cebd20f
SK
1503closed except stdin, stdout and stderr which are open to /dev/null
1504(except in debug mode).
8ef5ada2
SK
1505
1506The script is not invoked concurrently: at most one instance
1507of the script is ever running (dnsmasq waits for an instance of script to exit
1508before running the next). Changes to the lease database are which
1509require the script to be invoked are queued awaiting exit of a running instance.
1510If this queueing allows multiple state changes occur to a single
1511lease before the script can be run then
1512earlier states are discarded and the current state of that lease is
1513reflected when the script finally runs.
1514
1515At dnsmasq startup, the script will be invoked for
7cebd20f 1516all existing leases as they are read from the lease file. Expired
8ef5ada2 1517leases will be called with "del" and others with "old". When dnsmasq
5aabfc78 1518receives a HUP signal, the script will be invoked for existing leases
9e038946 1519with an "old " event.
a9530964
SK
1520
1521
1522There are two further actions which may appear as the first argument
1523to the script, "init" and "tftp". More may be added in the future, so
1524scripts should be written to ignore unknown actions. "init" is
e46164e0 1525described below in
a9530964
SK
1526.B --leasefile-ro
1527The "tftp" action is invoked when a TFTP file transfer completes: the
1528arguments are the file size in bytes, the address to which the file
1529was sent, and the complete pathname of the file.
1530
9e038946 1531.TP
57f460de
SK
1532.B --dhcp-luascript=<path>
1533Specify a script written in Lua, to be run when leases are created,
1534destroyed or changed. To use this option, dnsmasq must be compiled
1535with the correct support. The Lua interpreter is intialised once, when
1536dnsmasq starts, so that global variables persist between lease
1537events. The Lua code must define a
1538.B lease
1539function, and may provide
1540.B init
1541and
1542.B shutdown
1543functions, which are called, without arguments when dnsmasq starts up
a9530964
SK
1544and terminates. It may also provide a
1545.B tftp
1546function.
57f460de
SK
1547
1548The
1549.B lease
a9530964 1550function receives the information detailed in
57f460de
SK
1551.B --dhcp-script.
1552It gets two arguments, firstly the action, which is a string
1553containing, "add", "old" or "del", and secondly a table of tag value
1554pairs. The tags mostly correspond to the environment variables
1555detailed above, for instance the tag "domain" holds the same data as
1556the environment variable DNSMASQ_DOMAIN. There are a few extra tags
1557which hold the data supplied as arguments to
1558.B --dhcp-script.
1559These are
1560.B mac_address, ip_address
1561and
1562.B hostname
1563for IPv4, and
1564.B client_duid, ip_address
1565and
1566.B hostname
a9530964
SK
1567for IPv6.
1568
1569The
1570.B tftp
1571function is called in the same way as the lease function, and the
1572table holds the tags
1573.B destination_address,
1574.B file_name
1575and
1576.B file_size.
57f460de 1577.TP
9e038946 1578.B --dhcp-scriptuser
57f460de 1579Specify the user as which to run the lease-change script or Lua script. This defaults to root, but can be changed to another user using this flag.
208b65c5
SK
1580.TP
1581.B \-9, --leasefile-ro
1582Completely suppress use of the lease database file. The file will not
1583be created, read, or written. Change the way the lease-change
1584script (if one is provided) is called, so that the lease database may
1585be maintained in external storage by the script. In addition to the
f2621c7f 1586invocations given in
208b65c5
SK
1587.B --dhcp-script
1588the lease-change script is called once, at dnsmasq startup, with the
1589single argument "init". When called like this the script should write
1590the saved state of the lease database, in dnsmasq leasefile format, to
1591stdout and exit with zero exit code. Setting this
1592option also forces the leasechange script to be called on changes
1593to the client-id and lease length and expiry time.
9e4abcb5 1594.TP
832af0ba
SK
1595.B --bridge-interface=<interface>,<alias>[,<alias>]
1596Treat DHCP request packets arriving at any of the <alias> interfaces
7622fc06
SK
1597as if they had arrived at <interface>. This option is necessary when
1598using "old style" bridging on BSD platforms, since
832af0ba 1599packets arrive at tap interfaces which don't have an IP address.
70772c90 1600A trailing '*' wildcard can be used in each <alias>.
832af0ba 1601.TP
28866e95 1602.B \-s, --domain=<domain>[,<address range>[,local]]
9009d746
SK
1603Specifies DNS domains for the DHCP server. Domains may be be given
1604unconditionally (without the IP range) or for limited IP ranges. This has two effects;
9e4abcb5
SK
1605firstly it causes the DHCP server to return the domain to any hosts
1606which request it, and secondly it sets the domain which it is legal
1b7ecd11
SK
1607for DHCP-configured hosts to claim. The intention is to constrain
1608hostnames so that an untrusted host on the LAN cannot advertise
1609its name via dhcp as e.g. "microsoft.com" and capture traffic not
1610meant for it. If no domain suffix is specified, then any DHCP
1611hostname with a domain part (ie with a period) will be disallowed
1612and logged. If suffix is specified, then hostnames with a domain
1613part are allowed, provided the domain part matches the suffix. In
1614addition, when a suffix is set then hostnames without a domain
1615part have the suffix added as an optional domain part. Eg on my network I can set
3d8df260 1616.B --domain=thekelleys.org.uk
9e4abcb5
SK
1617and have a machine whose DHCP hostname is "laptop". The IP address for that machine is available from
1618.B dnsmasq
de37951c
SK
1619both as "laptop" and "laptop.thekelleys.org.uk". If the domain is
1620given as "#" then the domain is read from the first "search" directive
28866e95
SK
1621in /etc/resolv.conf (or equivalent).
1622
1623The address range can be of the form
9009d746
SK
1624<ip address>,<ip address> or <ip address>/<netmask> or just a single
1625<ip address>. See
1626.B --dhcp-fqdn
1627which can change the behaviour of dnsmasq with domains.
28866e95
SK
1628
1629If the address range is given as ip-address/network-size, then a
1630additional flag "local" may be supplied which has the effect of adding
1631--local declarations for forward and reverse DNS queries. Eg.
1632.B --domain=thekelleys.org.uk,192.168.0.0/24,local
1633is identical to
1634.B --domain=thekelleys.org.uk,192.168.0.0/24
1635--local=/thekelleys.org.uk/ --local=/0.168.192.in-addr.arpa/
1636The network size must be 8, 16 or 24 for this to be legal.
9009d746
SK
1637.TP
1638.B --dhcp-fqdn
1639In the default mode, dnsmasq inserts the unqualified names of
1640DHCP clients into the DNS. For this reason, the names must be unique,
1641even if two clients which have the same name are in different
1642domains. If a second DHCP client appears which has the same name as an
a66d36ea 1643existing client, the name is transferred to the new client. If
9009d746
SK
1644.B --dhcp-fqdn
1645is set, this behaviour changes: the unqualified name is no longer
1646put in the DNS, only the qualified name. Two DHCP clients with the
1647same name may both keep the name, provided that the domain part is
1648different (ie the fully qualified names differ.) To ensure that all
1649names have a domain part, there must be at least
1650.B --domain
1651without an address specified when
1652.B --dhcp-fqdn
1653is set.
9e4abcb5 1654.TP
c72daea8
SK
1655.B --dhcp-client-update
1656Normally, when giving a DHCP lease, dnsmasq sets flags in the FQDN
1657option to tell the client not to attempt a DDNS update with its name
1658and IP address. This is because the name-IP pair is automatically
1659added into dnsmasq's DNS view. This flag suppresses that behaviour,
1660this is useful, for instance, to allow Windows clients to update
1661Active Directory servers. See RFC 4702 for details.
1662.TP
c5ad4e79
SK
1663.B --enable-ra
1664Enable dnsmasq's IPv6 Router Advertisement feature. DHCPv6 doesn't
1665handle complete network configuration in the same way as DHCPv4. Router
1666discovery and (possibly) prefix discovery for autonomous address
1667creation are handled by a different protocol. When DHCP is in use,
1668only a subset of this is needed, and dnsmasq can handle it, using
1669existing DHCP configuration to provide most data. When RA is enabled,
1670dnsmasq will advertise a prefix for each dhcp-range, with default
1671router and recursive DNS server as the relevant link-local address on
e8ca69ea
SK
1672the machine running dnsmasq. By default, he "managed address" bits are set, and
1673the "use SLAAC" bit is reset. This can be changed for individual
1674subnets with the mode keywords described in
1675.B --dhcp-range.
18f0fb05
SK
1676RFC6106 DNS parameters are included in the advertisements. By default,
1677the relevant link-local address of the machine running dnsmasq is sent
1678as recursive DNS server. If provided, the DHCPv6 options dns-server and
1679domain-search are used for RDNSS and DNSSL.
c5ad4e79 1680.TP
c4cd95df
SK
1681.B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>]
1682Set non-default values for router advertisements sent via an
1683interface. The priority field for the router may be altered from the
1684default of medium with eg
1685.B --ra-param=eth0,high.
1686The interval between router advertisements may be set (in seconds) with
1687.B --ra-param=eth0,60.
1688The lifetime of the route may be changed or set to zero, which allows
1689a router to advertise prefixes but not a route via itself.
1690.B --ra-parm=eth0,0,0
1691(A value of zero for the interval means the default value.) All three parameters may be set at once.
1692.B --ra-param=low,60,1200
1693The interface field may include a wildcard.
8d030462 1694.TP
2937f8a0 1695.B --enable-tftp[=<interface>[,<interface>]]
832af0ba 1696Enable the TFTP server function. This is deliberately limited to that
9e038946 1697needed to net-boot a client. Only reading is allowed; the tsize and
8ef5ada2 1698blksize extensions are supported (tsize is only supported in octet
2937f8a0
SK
1699mode). Without an argument, the TFTP service is provided to the same set of interfaces as DHCP service.
1700If the list of interfaces is provided, that defines which interfaces recieve TFTP service.
832af0ba 1701.TP
8ef5ada2 1702.B --tftp-root=<directory>[,<interface>]
832af0ba
SK
1703Look for files to transfer using TFTP relative to the given
1704directory. When this is set, TFTP paths which include ".." are
1705rejected, to stop clients getting outside the specified root.
f2621c7f 1706Absolute paths (starting with /) are allowed, but they must be within
8ef5ada2
SK
1707the tftp-root. If the optional interface argument is given, the
1708directory is only used for TFTP requests via that interface.
832af0ba 1709.TP
5aabfc78
SK
1710.B --tftp-unique-root
1711Add the IP address of the TFTP client as a path component on the end
1712of the TFTP-root (in standard dotted-quad format). Only valid if a
1713tftp-root is set and the directory exists. For instance, if tftp-root is "/tftp" and client
17141.2.3.4 requests file "myfile" then the effective path will be
1715"/tftp/1.2.3.4/myfile" if /tftp/1.2.3.4 exists or /tftp/myfile otherwise.
1716.TP
832af0ba 1717.B --tftp-secure
5aabfc78 1718Enable TFTP secure mode: without this, any file which is readable by
832af0ba
SK
1719the dnsmasq process under normal unix access-control rules is
1720available via TFTP. When the --tftp-secure flag is given, only files
1721owned by the user running the dnsmasq process are accessible. If
1722dnsmasq is being run as root, different rules apply: --tftp-secure
1b7ecd11 1723has no effect, but only files which have the world-readable bit set
832af0ba
SK
1724are accessible. It is not recommended to run dnsmasq as root with TFTP
1725enabled, and certainly not without specifying --tftp-root. Doing so
1726can expose any world-readable file on the server to any host on the net.
1727.TP
61ce600b
SK
1728.B --tftp-lowercase
1729Convert filenames in TFTP requests to all lowercase. This is useful
1730for requests from Windows machines, which have case-insensitive
1731filesystems and tend to play fast-and-loose with case in filenames.
1732Note that dnsmasq's tftp server always converts "\\" to "/" in filenames.
1733.TP
832af0ba
SK
1734.B --tftp-max=<connections>
1735Set the maximum number of concurrent TFTP connections allowed. This
1736defaults to 50. When serving a large number of TFTP connections,
1737per-process file descriptor limits may be encountered. Dnsmasq needs
1738one file descriptor for each concurrent TFTP connection and one
1739file descriptor per unique file (plus a few others). So serving the
1740same file simultaneously to n clients will use require about n + 10 file
1741descriptors, serving different files simultaneously to n clients will
824af85b
SK
1742require about (2*n) + 10 descriptors. If
1743.B --tftp-port-range
1744is given, that can affect the number of concurrent connections.
6b01084f
SK
1745.TP
1746.B --tftp-no-blocksize
1747Stop the TFTP server from negotiating the "blocksize" option with a
1748client. Some buggy clients request this option but then behave badly
1749when it is granted.
824af85b
SK
1750.TP
1751.B --tftp-port-range=<start>,<end>
1752A TFTP server listens on a well-known port (69) for connection initiation,
1753but it also uses a dynamically-allocated port for each
1754connection. Normally these are allocated by the OS, but this option
1755specifies a range of ports for use by TFTP transfers. This can be
1756useful when TFTP has to traverse a firewall. The start of the range
1757cannot be lower than 1025 unless dnsmasq is running as root. The number
1758of concurrent TFTP connections is limited by the size of the port range.
832af0ba 1759.TP
b8187c80
SK
1760.B \-C, --conf-file=<file>
1761Specify a different configuration file. The conf-file option is also allowed in
28866e95
SK
1762configuration files, to include multiple configuration files. A
1763filename of "-" causes dnsmasq to read configuration from stdin.
849a8357 1764.TP
3e1551a1 1765.B \-7, --conf-dir=<directory>[,<file-extension>......],
849a8357 1766Read all the files in the given directory as configuration
1f15b81d
SK
1767files. If extension(s) are given, any files which end in those
1768extensions are skipped. Any files whose names end in ~ or start with . or start and end
3e1551a1
SK
1769with # are always skipped. If the extension starts with * then only files
1770which have that extension are loaded. So
1771.B --conf-dir=/path/to/dir,*.conf
1772loads all files with the suffix .conf in /path/to/dir. This flag may be given on the command
1773line or in a configuration file. If giving it on the command line, be sure to
1774escape * characters.
7b1eae4f
SK
1775.TP
1776.B --servers-file=<file>
1777A special case of
1778.B --conf-file
1779which differs in two respects. Firstly, only --server and --rev-server are allowed
1780in the configuration file included. Secondly, the file is re-read and the configuration
1781therein is updated when dnsmasq recieves SIGHUP.
9e4abcb5 1782.SH CONFIG FILE
3be34541
SK
1783At startup, dnsmasq reads
1784.I /etc/dnsmasq.conf,
1785if it exists. (On
1786FreeBSD, the file is
1787.I /usr/local/etc/dnsmasq.conf
b8187c80
SK
1788) (but see the
1789.B \-C
849a8357
SK
1790and
1791.B \-7
1792options.) The format of this
9e4abcb5
SK
1793file consists of one option per line, exactly as the long options detailed
1794in the OPTIONS section but without the leading "--". Lines starting with # are comments and ignored. For
b49644f3 1795options which may only be specified once, the configuration file overrides
b8187c80 1796the command line. Quoting is allowed in a config file:
3d8df260 1797between " quotes the special meanings of ,:. and # are removed and the
824af85b
SK
1798following escapes are allowed: \\\\ \\" \\t \\e \\b \\r and \\n. The later
1799corresponding to tab, escape, backspace, return and newline.
9e4abcb5
SK
1800.SH NOTES
1801When it receives a SIGHUP,
1802.B dnsmasq
3be34541 1803clears its cache and then re-loads
5aabfc78
SK
1804.I /etc/hosts
1805and
1806.I /etc/ethers
3d04f463
SK
1807and any file given by --dhcp-hostsfile, --dhcp-hostsdir, --dhcp-optsfile,
1808--dhcp-optsdir, --addn-hosts or --hostsdir.
5aabfc78
SK
1809The dhcp lease change script is called for all
1810existing DHCP leases. If
9e4abcb5
SK
1811.B
1812--no-poll
3be34541
SK
1813is set SIGHUP also re-reads
1814.I /etc/resolv.conf.
1815SIGHUP
b49644f3 1816does NOT re-read the configuration file.
9e4abcb5
SK
1817.PP
1818When it receives a SIGUSR1,
1819.B dnsmasq
824af85b 1820writes statistics to the system log. It writes the cache size,
9e4abcb5
SK
1821the number of names which have had to removed from the cache before
1822they expired in order to make room for new names and the total number
fec216df
SK
1823of names that have been inserted into the cache. The number of cache hits and
1824misses and the number of authoritative queries answered are also given. For each upstream
824af85b
SK
1825server it gives the number of queries sent, and the number which
1826resulted in an error. In
9e4abcb5 1827.B --no-daemon
5aabfc78 1828mode or when full logging is enabled (-q), a complete dump of the
fec216df
SK
1829contents of the cache is made.
1830
1831The cache statistics are also available in the DNS as answers to
1832queries of class CHAOS and type TXT in domain bind. The domain names are cachesize.bind, insertions.bind, evictions.bind,
1833misses.bind, hits.bind, auth.bind and servers.bind. An example command to query this, using the
1834.B dig
1835utility would be
1836
1837dig +short chaos txt cachesize.bind
1838
5aabfc78
SK
1839.PP
1840When it receives SIGUSR2 and it is logging direct to a file (see
1841.B --log-facility
1842)
1843.B dnsmasq
1844will close and reopen the log file. Note that during this operation,
1845dnsmasq will not be running as root. When it first creates the logfile
1846dnsmasq changes the ownership of the file to the non-root user it will run
1847as. Logrotate should be configured to create a new log file with
9e038946 1848the ownership which matches the existing one before sending SIGUSR2.
5aabfc78
SK
1849If TCP DNS queries are in progress, the old logfile will remain open in
1850child processes which are handling TCP queries and may continue to be
1851written. There is a limit of 150 seconds, after which all existing TCP
1852processes will have expired: for this reason, it is not wise to
1853configure logfile compression for logfiles which have just been
1854rotated. Using logrotate, the required options are
1855.B create
1856and
1857.B delaycompress.
1858
1859
9e4abcb5 1860.PP
9e4abcb5
SK
1861Dnsmasq is a DNS query forwarder: it it not capable of recursively
1862answering arbitrary queries starting from the root servers but
1863forwards such queries to a fully recursive upstream DNS server which is
1864typically provided by an ISP. By default, dnsmasq reads
3be34541
SK
1865.I /etc/resolv.conf
1866to discover the IP
9e4abcb5
SK
1867addresses of the upstream nameservers it should use, since the
1868information is typically stored there. Unless
1869.B --no-poll
1870is used,
1871.B dnsmasq
3be34541
SK
1872checks the modification time of
1873.I /etc/resolv.conf
1874(or equivalent if
9e4abcb5
SK
1875.B \--resolv-file
1876is used) and re-reads it if it changes. This allows the DNS servers to
1877be set dynamically by PPP or DHCP since both protocols provide the
1878information.
3be34541
SK
1879Absence of
1880.I /etc/resolv.conf
1881is not an error
9e4abcb5 1882since it may not have been created before a PPP connection exists. Dnsmasq
3be34541
SK
1883simply keeps checking in case
1884.I /etc/resolv.conf
1885is created at any
9e4abcb5
SK
1886time. Dnsmasq can be told to parse more than one resolv.conf
1887file. This is useful on a laptop, where both PPP and DHCP may be used:
3be34541
SK
1888dnsmasq can be set to poll both
1889.I /etc/ppp/resolv.conf
1890and
1891.I /etc/dhcpc/resolv.conf
1892and will use the contents of whichever changed
9e4abcb5
SK
1893last, giving automatic switching between DNS servers.
1894.PP
1895Upstream servers may also be specified on the command line or in
b49644f3 1896the configuration file. These server specifications optionally take a
9e4abcb5
SK
1897domain name which tells dnsmasq to use that server only to find names
1898in that particular domain.
1899.PP
1900In order to configure dnsmasq to act as cache for the host on which it is running, put "nameserver 127.0.0.1" in
1901.I /etc/resolv.conf
1902to force local processes to send queries to
1903dnsmasq. Then either specify the upstream servers directly to dnsmasq
1904using
1905.B \--server
1906options or put their addresses real in another file, say
1907.I /etc/resolv.dnsmasq
1908and run dnsmasq with the
1909.B \-r /etc/resolv.dnsmasq
1910option. This second technique allows for dynamic update of the server
1911addresses by PPP or DHCP.
f6b7dc47
SK
1912.PP
1913Addresses in /etc/hosts will "shadow" different addresses for the same
1914names in the upstream DNS, so "mycompany.com 1.2.3.4" in /etc/hosts will ensure that
1915queries for "mycompany.com" always return 1.2.3.4 even if queries in
1916the upstream DNS would otherwise return a different address. There is
1917one exception to this: if the upstream DNS contains a CNAME which
1918points to a shadowed name, then looking up the CNAME through dnsmasq
1919will result in the unshadowed address associated with the target of
1920the CNAME. To work around this, add the CNAME to /etc/hosts so that
1921the CNAME is shadowed too.
1922
3be34541 1923.PP
8ef5ada2
SK
1924The tag system works as follows: For each DHCP request, dnsmasq
1925collects a set of valid tags from active configuration lines which
1926include set:<tag>, including one from the
26128d27
SK
1927.B dhcp-range
1928used to allocate the address, one from any matching
1929.B dhcp-host
9009d746 1930(and "known" if a dhcp-host matches)
8ef5ada2
SK
1931The tag "bootp" is set for BOOTP requests, and a tag whose name is the
1932name of the interface on which the request arrived is also set.
1933
a66d36ea 1934Any configuration lines which include one or more tag:<tag> constructs
8ef5ada2
SK
1935will only be valid if all that tags are matched in the set derived
1936above. Typically this is dhcp-option.
26128d27 1937.B dhcp-option
8ef5ada2 1938which has tags will be used in preference to an untagged
26128d27
SK
1939.B dhcp-option,
1940provided that _all_ the tags match somewhere in the
8ef5ada2 1941set collected as described above. The prefix '!' on a tag means 'not'
e62e9b61 1942so --dhcp-option=tag:!purple,3,1.2.3.4 sends the option when the
8ef5ada2
SK
1943tag purple is not in the set of valid tags. (If using this in a
1944command line rather than a configuration file, be sure to escape !,
1945which is a shell metacharacter)
7de060b0
SK
1946
1947When selecting dhcp-options, a tag from dhcp-range is second class
1948relative to other tags, to make it easy to override options for
1949individual hosts, so
1950.B dhcp-range=set:interface1,......
1951.B dhcp-host=set:myhost,.....
1952.B dhcp-option=tag:interface1,option:nis-domain,"domain1"
1953.B dhcp-option=tag:myhost,option:nis-domain,"domain2"
1954will set the NIS-domain to domain1 for hosts in the range, but
1955override that to domain2 for a particular host.
1956
26128d27 1957.PP
8ef5ada2 1958Note that for
f6b7dc47 1959.B dhcp-range
8ef5ada2
SK
1960both tag:<tag> and set:<tag> are allowed, to both select the range in
1961use based on (eg) dhcp-host, and to affect the options sent, based on
1962the range selected.
1963
1964This system evolved from an earlier, more limited one and for backward
1965compatibility "net:" may be used instead of "tag:" and "set:" may be
1966omitted. (Except in
1967.B dhcp-host,
1968where "net:" may be used instead of "set:".) For the same reason, '#'
1969may be used instead of '!' to indicate NOT.
f6b7dc47 1970.PP
3be34541
SK
1971The DHCP server in dnsmasq will function as a BOOTP server also,
1972provided that the MAC address and IP address for clients are given,
1973either using
1974.B dhcp-host
1975configurations or in
1976.I /etc/ethers
1977, and a
1978.B dhcp-range
1979configuration option is present to activate the DHCP server
b8187c80
SK
1980on a particular network. (Setting --bootp-dynamic removes the need for
1981static address mappings.) The filename
8ef5ada2
SK
1982parameter in a BOOTP request is used as a tag,
1983as is the tag "bootp", allowing some control over the options returned to
3be34541
SK
1984different classes of hosts.
1985
333b2ceb
SK
1986.SH AUTHORITATIVE CONFIGURATION
1987.PP
1988Configuring dnsmasq to act as an authoritative DNS server is
1989complicated by the fact that it involves configuration of external DNS
1990servers to provide delegation. We will walk through three scenarios of
1991increasing complexity. Prerequisites for all of these scenarios
81925ab7 1992are a globally accessible IP address, an A or AAAA record pointing to that address,
333b2ceb
SK
1993and an external DNS server capable of doing delegation of the zone in
1994question. For the first part of this explanation, we will call the A (or AAAA) record
1995for the globally accessible address server.example.com, and the zone
1996for which dnsmasq is authoritative our.zone.com.
1997
1998The simplest configuration consists of two lines of dnsmasq configuration; something like
1999
2000.nf
2001.B auth-server=server.example.com,eth0
79cb46c0 2002.B auth-zone=our.zone.com,1.2.3.0/24
333b2ceb
SK
2003.fi
2004
2005and two records in the external DNS
2006
2007.nf
2008server.example.com A 192.0.43.10
2009our.zone.com NS server.example.com
2010.fi
2011
2012eth0 is the external network interface on which dnsmasq is listening,
2013and has (globally accessible) address 192.0.43.10.
2014
2015Note that the external IP address may well be dynamic (ie assigned
2016from an ISP by DHCP or PPP) If so, the A record must be linked to this
2017dynamic assignment by one of the usual dynamic-DNS systems.
2018
2019A more complex, but practically useful configuration has the address
2020record for the globally accessible IP address residing in the
2021authoritative zone which dnsmasq is serving, typically at the root. Now
2022we have
2023
2024.nf
2025.B auth-server=our.zone.com,eth0
79cb46c0 2026.B auth-zone=our.zone.com,1.2.3.0/24
333b2ceb
SK
2027.fi
2028
2029.nf
0f128eb5 2030our.zone.com A 1.2.3.4
333b2ceb
SK
2031our.zone.com NS our.zone.com
2032.fi
2033
2034The A record for our.zone.com has now become a glue record, it solves
2035the chicken-and-egg problem of finding the IP address of the
2036nameserver for our.zone.com when the A record is within that
2037zone. Note that this is the only role of this record: as dnsmasq is
2038now authoritative from our.zone.com it too must provide this
2039record. If the external address is static, this can be done with an
2040.B /etc/hosts
2041entry or
2042.B --host-record.
333b2ceb
SK
2043
2044.nf
0f128eb5
SK
2045.B auth-server=our.zone.com,eth0
2046.B host-record=our.zone.com,1.2.3.4
2047.B auth-zone=our.zone.com,1.2.3.0/24
2048.fi
2049
2050If the external address is dynamic, the address
2051associated with our.zone.com must be derived from the address of the
6f130def 2052relevant interface. This is done using
0f128eb5
SK
2053.B interface-name
2054Something like:
2055
2056.nf
2057.B auth-server=our.zone.com,eth0
2058.B interface-name=our.zone.com,eth0
32b4e4cb 2059.B auth-zone=our.zone.com,1.2.3.0/24,eth0
333b2ceb
SK
2060.fi
2061
32b4e4cb
SK
2062(The "eth0" argument in auth-zone adds the subnet containing eth0's
2063dynamic address to the zone, so that the interface-name returns the
2064address in outside queries.)
2065
333b2ceb
SK
2066Our final configuration builds on that above, but also adds a
2067secondary DNS server. This is another DNS server which learns the DNS data
2068for the zone by doing zones transfer, and acts as a backup should
2069the primary server become inaccessible. The configuration of the
2070secondary is beyond the scope of this man-page, but the extra
2071configuration of dnsmasq is simple:
2072
2073.nf
2074.B auth-sec-servers=secondary.myisp.com
2075.fi
2076
2077and
2078
2079.nf
2080our.zone.com NS secondary.myisp.com
2081.fi
2082
2083Adding auth-sec-servers enables zone transfer in dnsmasq, to allow the
2084secondary to collect the DNS data. If you wish to restrict this data
2085to particular hosts then
2086
2087.nf
2088.B auth-peer=<IP address of secondary>
2089.fi
2090
2091will do so.
2092
2093Dnsmasq acts as an authoritative server for in-addr.arpa and
1d7e0a36 2094ip6.arpa domains associated with the subnets given in auth-zone
333b2ceb
SK
2095declarations, so reverse (address to name) lookups can be simply
2096configured with a suitable NS record, for instance in this example,
2097where we allow 1.2.3.0/24 addresses.
2098
2099.nf
2100 3.2.1.in-addr.arpa NS our.zone.com
2101.fi
2102
2103Note that at present, reverse (in-addr.arpa and ip6.arpa) zones are
2104not available in zone transfers, so there is no point arranging
2105secondary servers for reverse lookups.
2106
2107.PP
2108When dnsmasq is configured to act as an authoritative server, the
2109following data is used to populate the authoritative zone.
2110.PP
2111.B --mx-host, --srv-host, --dns-rr, --txt-record, --naptr-record
2112, as long as the record names are in the authoritative domain.
2113.PP
2114.B --cname
2115as long as the record name is in the authoritative domain. If the
2116target of the CNAME is unqualified, then it is qualified with the
2117authoritative zone name.
2118.PP
2119IPv4 and IPv6 addresses from /etc/hosts (and
2120.B --addn-hosts
2121) and
2122.B --host-record
376d48c7
SK
2123and
2124.B --interface-name
333b2ceb
SK
2125provided the address falls into one of the subnets specified in the
2126.B --auth-zone.
333b2ceb
SK
2127.PP
2128Addresses of DHCP leases, provided the address falls into one of the subnets specified in the
376d48c7
SK
2129.B --auth-zone.
2130(If contructed DHCP ranges are is use, which depend on the address dynamically
2131assigned to an interface, then the form of
333b2ceb 2132.B --auth-zone
376d48c7
SK
2133which defines subnets by the dynamic address of an interface should
2134be used to ensure this condition is met.)
2135.PP
2136In the default mode, where a DHCP lease
333b2ceb
SK
2137has an unqualified name, and possibly a qualified name constructed
2138using
2139.B --domain
2140then the name in the authoritative zone is constructed from the
2141unqualified name and the zone's domain. This may or may not equal
2142that specified by
2143.B --domain.
2144If
2145.B --dhcp-fqdn
2146is set, then the fully qualified names associated with DHCP leases are
2147used, and must match the zone's domain.
2148
2149
2150
5aabfc78
SK
2151.SH EXIT CODES
2152.PP
21530 - Dnsmasq successfully forked into the background, or terminated
2154normally if backgrounding is not enabled.
2155.PP
21561 - A problem with configuration was detected.
2157.PP
21582 - A problem with network access occurred (address in use, attempt
2159to use privileged ports without permission).
2160.PP
9e038946 21613 - A problem occurred with a filesystem operation (missing
5aabfc78
SK
2162file/directory, permissions).
2163.PP
21644 - Memory allocation failure.
2165.PP
21665 - Other miscellaneous problem.
2167.PP
216811 or greater - a non zero return code was received from the
2169lease-script process "init" call. The exit code from dnsmasq is the
2170script's exit code with 10 added.
2171
1b7ecd11
SK
2172.SH LIMITS
2173The default values for resource limits in dnsmasq are generally
2174conservative, and appropriate for embedded router type devices with
2175slow processors and limited memory. On more capable hardware, it is
2176possible to increase the limits, and handle many more clients. The
2177following applies to dnsmasq-2.37: earlier versions did not scale as well.
2178
2179.PP
2180Dnsmasq is capable of handling DNS and DHCP for at least a thousand
8ef5ada2 2181clients. The DHCP lease times should not be very short (less than one hour). The
1b7ecd11
SK
2182value of
2183.B --dns-forward-max
2184can be increased: start with it equal to
2185the number of clients and increase if DNS seems slow. Note that DNS
2186performance depends too on the performance of the upstream
2187nameservers. The size of the DNS cache may be increased: the hard
2188limit is 10000 names and the default (150) is very low. Sending
2189SIGUSR1 to dnsmasq makes it log information which is useful for tuning
2190the cache size. See the
2191.B NOTES
2192section for details.
2193
2194.PP
2195The built-in TFTP server is capable of many simultaneous file
2196transfers: the absolute limit is related to the number of file-handles
2197allowed to a process and the ability of the select() system call to
2198cope with large numbers of file handles. If the limit is set too high
2199using
2200.B --tftp-max
2201it will be scaled down and the actual limit logged at
2202start-up. Note that more transfers are possible when the same file is
2203being sent than when each transfer sends a different file.
2204
2205.PP
2206It is possible to use dnsmasq to block Web advertising by using a list
2207of known banner-ad servers, all resolving to 127.0.0.1 or 0.0.0.0, in
2208.B /etc/hosts
2209or an additional hosts file. The list can be very long,
2210dnsmasq has been tested successfully with one million names. That size
2211file needs a 1GHz processor and about 60Mb of RAM.
2212
1f15b81d
SK
2213.SH INTERNATIONALISATION
2214Dnsmasq can be compiled to support internationalisation. To do this,
2215the make targets "all-i18n" and "install-i18n" should be used instead of
2216the standard targets "all" and "install". When internationalisation
2217is compiled in, dnsmasq will produce log messages in the local
2218language and support internationalised domain names (IDN). Domain
2219names in /etc/hosts, /etc/ethers and /etc/dnsmasq.conf which contain
2220non-ASCII characters will be translated to the DNS-internal punycode
2221representation. Note that
2222dnsmasq determines both the language for messages and the assumed
2223charset for configuration
2224files from the LANG environment variable. This should be set to the system
2225default value by the script which is responsible for starting
2226dnsmasq. When editing the configuration files, be careful to do so
2227using only the system-default locale and not user-specific one, since
2228dnsmasq has no direct way of determining the charset in use, and must
2229assume that it is the system default.
2230
9e4abcb5 2231.SH FILES
b49644f3
SK
2232.IR /etc/dnsmasq.conf
2233
2234.IR /usr/local/etc/dnsmasq.conf
9e4abcb5
SK
2235
2236.IR /etc/resolv.conf
28866e95
SK
2237.IR /var/run/dnsmasq/resolv.conf
2238.IR /etc/ppp/resolv.conf
2239.IR /etc/dhcpc/resolv.conf
9e4abcb5
SK
2240
2241.IR /etc/hosts
2242
3be34541
SK
2243.IR /etc/ethers
2244
b49644f3
SK
2245.IR /var/lib/misc/dnsmasq.leases
2246
2247.IR /var/db/dnsmasq.leases
9e4abcb5
SK
2248
2249.IR /var/run/dnsmasq.pid
2250.SH SEE ALSO
9e4abcb5
SK
2251.BR hosts (5),
2252.BR resolver (5)
2253.SH AUTHOR
2254This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.
2255
2256