blob: 2db780d90987f675fe70d72f9333aa1fd41bbf98 [file] [log] [blame]
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001.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
Simon Kelley34d0a362013-01-02 11:40:56 +00009is a lightweight DNS, TFTP, PXE, router advertisement and DHCP server. It is intended to provide
Simon Kelley5aabfc72007-08-29 11:24:47 +010010coupled DNS and DHCP service to a LAN.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000011.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
Simon Kelleyee415862014-02-11 11:07:22 +000016DNS 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000020.PP
Simon Kelley73a08a22009-02-05 20:28:08 +000021The dnsmasq DHCP server supports static address assignments and multiple
22networks. It automatically
Simon Kelley3be34542004-09-11 19:12:13 +010023sends a sensible default set of DHCP options, and can be configured to
Simon Kelleyf2621c72007-04-29 19:47:21 +010024send any desired set of DHCP options, including vendor-encapsulated
Simon Kelley1b7ecd12007-02-05 14:57:57 +000025options. It includes a secure, read-only,
Simon Kelley34d0a362013-01-02 11:40:56 +000026TFTP 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000027.PP
Simon Kelley81925ab2013-04-10 11:43:58 +010028The 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
Simon Kelley834f36f2013-04-17 13:52:49 +010031stateless 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.
Simon Kelley34d0a362013-01-02 11:40:56 +000032.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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000034.SH OPTIONS
35Note that in general missing parameters are allowed and switch off
Simon Kelley832af0b2007-01-21 20:01:28 +000036functions, for instance "--pid-file" disables writing a PID file. On
Simon Kelley33820b72004-04-03 21:10:00 +010037BSD, 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000040.TP
Simon Kelley7622fc02009-06-04 20:32:05 +010041.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
Simon Kelley9e4abcb2004-01-22 19:47:41 +000045.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
Simon Kelleyfd9fa482004-10-21 20:24:00 +010050only the specified file. This option may be repeated for more than one
Simon Kelley7622fc02009-06-04 20:32:05 +010051additional hosts file. If a directory is given, then read all the files contained in that directory.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000052.TP
Simon Kelley3d04f462015-01-31 21:59:13 +000053.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
Simon Kelley832af0b2007-01-21 20:01:28 +000057.B \-E, --expand-hosts
58Add the domain to simple names (without a period) in /etc/hosts
Simon Kelley1f15b812009-10-13 17:49:32 +010059in the same way as for DHCP-derived names. Note that this does not
60apply to domain names in cnames, PTR records, TXT records etc.
Simon Kelley832af0b2007-01-21 20:01:28 +000061.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +000062.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
Simon Kelleyc72daea2012-01-05 21:33:27 +000065that the requester should not itself cache the information. This is
Simon Kelley9e4abcb2004-01-22 19:47:41 +000066the 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
Simon Kelley824af852008-02-12 20:43:05 +000071.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
Simon Kelley8ef5ada2010-06-03 19:42:45 +010079.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
Simon Kelley1d860412012-09-20 20:48:04 +010085.B --max-cache-ttl=<time>
86Set a maximum TTL value for entries in the cache.
87.TP
RinSatsuki28de3872015-01-10 15:22:21 +000088.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
Simon Kelley333b2ce2013-01-07 21:46:03 +000094.B --auth-ttl=<time>
95Set the TTL value returned in answers from the authoritative server.
96.TP
Simon Kelley3be34542004-09-11 19:12:13 +010097.B \-k, --keep-in-foreground
98Do not go into the background at startup but otherwise run as
Simon Kelley3d8df262005-08-29 12:19:27 +010099normal. This is intended for use when dnsmasq is run under daemontools
100or launchd.
Simon Kelley3be34542004-09-11 19:12:13 +0100101.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000102.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
Simon Kelley3be34542004-09-11 19:12:13 +0100105SIGUSR1, log to stderr as well as syslog, don't fork new processes
Simon Kelley83b21982012-11-12 21:07:44 +0000106to handle TCP queries. Note that this option is for use in debugging
107only, to stop dnsmasq daemonising in production, use
108.B -k.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000109.TP
110.B \-q, --log-queries
Simon Kelley25cf5e32015-01-09 15:53:03 +0000111Log 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000115.TP
Simon Kelley849a8352006-06-09 21:02:31 +0100116.B \-8, --log-facility=<facility>
117Set the facility to which dnsmasq will send syslog entries, this
Simon Kelleyf2621c72007-04-29 19:47:21 +0100118defaults to DAEMON, and to LOCAL0 when debug mode is in operation. If
Simon Kelley9e038942008-05-30 20:06:34 +0100119the facility given contains at least one '/' character, it is taken to
Simon Kelleyf2621c72007-04-29 19:47:21 +0100120be a filename, and dnsmasq logs to the given file, instead of
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100121syslog. If the facility is '-' then dnsmasq logs to stderr.
122(Errors whilst reading configuration will still go to syslog,
Simon Kelleyf2621c72007-04-29 19:47:21 +0100123but all output from a successful startup, and all output whilst
Simon Kelley5aabfc72007-08-29 11:24:47 +0100124running, 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.
Simon Kelleyf2621c72007-04-29 19:47:21 +0100127.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.
Simon Kelley849a8352006-06-09 21:02:31 +0100138.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000139.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
Simon Kelleyb8187c82005-11-26 21:46:27 +0000144privileges after startup by changing id to another user. Normally this user is "nobody" but that
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000145can 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>
Simon Kelley824af852008-02-12 20:43:05 +0000156Listen on <port> instead of the standard DNS port (53). Setting this
157to zero completely disables DNS function, leaving only DHCP and/or TFTP.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000158.TP
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100159.B \-P, --edns-packet-max=<size>
160Specify the largest EDNS.0 UDP packet which is supported by the DNS
Simon Kelley316e2732010-01-22 20:16:09 +0000161forwarder. Defaults to 4096, which is the RFC5625-recommended size.
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100162.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000163.B \-Q, --query-port=<query_port>
Simon Kelley1a6bca82008-07-11 11:11:42 +0100164Send 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000176.TP
177.B \-i, --interface=<interface name>
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100178Listen 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
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000184or
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100185.B \--listen-address
186options are given dnsmasq listens on all available interfaces except any
187given in
188.B \--except-interface
Simon Kelley309331f2006-04-22 15:05:01 +0100189options. IP alias interfaces (eg "eth1:0") cannot be used with
Simon Kelley8a911cc2004-03-16 18:35:52 +0000190.B --interface
191or
192.B --except-interface
Simon Kelley49333cb2013-03-15 20:30:51 +0000193options, use --listen-address instead. A simple wildcard, consisting
194of a trailing '*', can be used in
195.B \--interface
196and
197.B \--except-interface
198options.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000199.TP
200.B \-I, --except-interface=<interface name>
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100201Do 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.
Simon Kelley34d0a362013-01-02 11:40:56 +0000209.TP
210.B --auth-server=<domain>,<interface>|<ip-address>
Simon Kelley81925ab2013-04-10 11:43:58 +0100211Enable DNS authoritative mode for queries arriving at an interface or address. Note that the interface or address
Simon Kelley34d0a362013-01-02 11:40:56 +0000212need not be mentioned in
213.B --interface
214or
215.B --listen-address
216configuration, indeed
217.B --auth-server
Simon Kelleyf25e6c62013-11-17 12:23:42 +0000218will 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.
Simon Kelleyc8a80482014-03-05 14:29:54 +0000224.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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000232.TP
Simon Kelley3d8df262005-08-29 12:19:27 +0100233.B \-2, --no-dhcp-interface=<interface name>
Simon Kelley832af0b2007-01-21 20:01:28 +0000234Do not provide DHCP or TFTP on the specified interface, but do provide DNS service.
Simon Kelley3d8df262005-08-29 12:19:27 +0100235.TP
Simon Kelley44a2a312004-03-10 20:04:35 +0000236.B \-a, --listen-address=<ipaddr>
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100237Listen 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000251.TP
Simon Kelley44a2a312004-03-10 20:04:35 +0000252.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
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000259running another nameserver (or another instance of dnsmasq) on the
Simon Kelley309331f2006-04-22 15:05:01 +0100260same machine. Setting this option also enables multiple instances of
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000261dnsmasq which provide DHCP service to run in the same machine.
262.TP
Simon Kelley54dd3932012-06-20 11:23:38 +0100263.B --bind-dynamic
264Enable a network mode which is a hybrid between
265.B --bind-interfaces
Simon Kelleya2ce6fc2012-08-06 20:05:48 +0100266and the default. Dnsmasq binds the address of individual interfaces,
Simon Kelley54dd3932012-06-20 11:23:38 +0100267allowing 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
Simon Kelleya2ce6fc2012-08-06 20:05:48 +0100271option requires non-standard networking APIs and it is only available
Simon Kelley05ff1ed2012-06-26 16:58:12 +0100272under Linux. On other platforms it falls-back to --bind-interfaces mode.
Simon Kelley54dd3932012-06-20 11:23:38 +0100273.TP
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000274.B \-y, --localise-queries
275Return answers to DNS queries from /etc/hosts which depend on the interface over which the query was
Simon Kelleyb8187c82005-11-26 21:46:27 +0000276received. If a name in /etc/hosts has more than one address associated with
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000277it, 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.
Simon Kelley44a2a312004-03-10 20:04:35 +0000283.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000284.B \-b, --bogus-priv
285Bogus private reverse lookups. All reverse lookups for private IP ranges (ie 192.168.x.x, etc)
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100286which are not found in /etc/hosts or the DHCP leases file are answered
287with "no such domain" rather than being forwarded upstream.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000288.TP
Simon Kelley73a08a22009-02-05 20:28:08 +0000289.B \-V, --alias=[<old-ip>]|[<start-ip>-<end-ip>],<new-ip>[,<mask>]
Simon Kelley1cff1662004-03-12 08:12:58 +0000290Modify 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
Simon Kelley73a08a22009-02-05 20:28:08 +0000295Cisco 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
Simon Kelley1cff1662004-03-12 08:12:58 +0000300.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000301.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
Simon Kelleyb8187c82005-11-26 21:46:27 +0000304Verisign in September 2003 when they started returning the address of
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000305an 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
Simon Kelleyb8187c82005-11-26 21:46:27 +0000308the IP address being returned by Verisign is 64.94.110.11
Glen Huang32fc6db2014-12-27 15:28:12 +0000309.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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000315.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
Simon Kelley7de060b2011-08-26 17:24:52 +0100325.BR resolv.conf (5).
326The only lines relevant to dnsmasq are nameserver ones. Dnsmasq can
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000327be 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
Simon Kelleyb49644f2004-01-30 21:36:24 +0000334line or the dnsmasq configuration file.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000335.TP
Simon Kelleyad094272012-08-10 17:10:54 +0100336.B \-1, --enable-dbus[=<service-name>]
Simon Kelley3d8df262005-08-29 12:19:27 +0100337Allow dnsmasq configuration to be updated via DBus method calls. The
338configuration which can be changed is upstream DNS servers (and
Simon Kelleyb8187c82005-11-26 21:46:27 +0000339corresponding domains) and cache clear. Requires that dnsmasq has
Simon Kelleyad094272012-08-10 17:10:54 +0100340been 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
Simon Kelley3d8df262005-08-29 12:19:27 +0100343.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000344.B \-o, --strict-order
345By default, dnsmasq will send queries to any of the upstream servers
Simon Kelley824af852008-02-12 20:43:05 +0000346it knows about and tries to favour servers that are known to
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000347be 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
Simon Kelley824af852008-02-12 20:43:05 +0000350.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
Simon Kelleyc72daea2012-01-05 21:33:27 +0000354the server which answers first will be returned to the original requester.
Simon Kelley824af852008-02-12 20:43:05 +0000355.TP
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +0100356.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
Simon Kelley824af852008-02-12 20:43:05 +0000366.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
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100371.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
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000382.B \-n, --no-poll
383Don't poll /etc/resolv.conf for changes.
384.TP
Simon Kelley16972692006-10-16 20:04:18 +0100385.B --clear-on-reload
Simon Kelleyd9fb0be2013-07-25 21:47:17 +0100386Whenever /etc/resolv.conf is re-read or the upstream servers are set
387via DBus, clear the DNS cache.
Simon Kelley16972692006-10-16 20:04:18 +0100388This is useful when new nameservers may have different
389data than that held in cache.
390.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000391.B \-D, --domain-needed
Simon Kelley7de060b2011-08-26 17:24:52 +0100392Tells dnsmasq to never forward A or AAAA queries for plain names, without dots
Simon Kelley3d8df262005-08-29 12:19:27 +0100393or domain parts, to upstream nameservers. If the name is not known
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000394from /etc/hosts or DHCP then a "not found" answer is returned.
395.TP
Simon Kelley824af852008-02-12 20:43:05 +0000396.B \-S, --local, --server=[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]
Simon Kelley5aabfc72007-08-29 11:24:47 +0100397Specify IP address of upstream servers directly. Setting this flag does
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000398not 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
Simon Kelleyb8187c82005-11-26 21:46:27 +0000405.B -S /internal.thekelleys.org.uk/192.168.1.1
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000406will 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
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100415repeated 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000428
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
Simon Kelley7de060b2011-08-26 17:24:52 +0100439IPv6 addresses may include a %interface scope-id, eg
440fe80::202:a412:4512:7bbf%eth0.
441
Simon Kelley824af852008-02-12 20:43:05 +0000442The 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
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000445dnsmasq is running otherwise this server line will be logged and then
Simon Kelley824af852008-02-12 20:43:05 +0000446ignored, 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
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000451source address specified but the port may be specified directly as
Simon Kelley824af852008-02-12 20:43:05 +0000452part of the source address. Forcing queries to an interface is not
453implemented on all platforms supported by dnsmasq.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000454.TP
Simon Kelleyde73a492014-02-17 21:43:27 +0000455.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
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000463.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
Simon Kelleya2226412004-05-13 20:27:08 +0100470domain 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000476.TP
Jason A. Donenfeld13d86c72013-02-22 18:20:53 +0000477.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
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000483.B \-m, --mx-host=<mx name>[[,<hostname>],<preference>]
Simon Kelleyde379512004-06-22 20:23:33 +0100484Return an MX record named <mx name> pointing to the given hostname (if
485given), or
486the host specified in the --mx-target switch
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000487or, if that switch is not given, the host on which dnsmasq
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000488is 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000491.TP
492.B \-t, --mx-target=<hostname>
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000493Specify 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.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000497.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
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000508.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,
Simon Kelley3d8df262005-08-29 12:19:27 +0100517all that match are returned.
Simon Kelleyf6b7dc42005-01-23 12:06:08 +0000518.TP
Thiébaud Weksteend36b7322015-02-02 21:37:27 +0000519.B --host-record=<name>[,<name>....],[<IPv4-address>],[<IPv6-address>]
Simon Kelleye759d422012-03-16 13:18:57 +0000520Add 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
Simon Kelleye46164e2012-04-16 16:39:38 +0100530hosts-file also. Unlike hosts-files, names are not expanded, even when
Simon Kelleye759d422012-03-16 13:18:57 +0000531.B expand-hosts
532is in effect. Short and long names may appear in the same
Simon Kelleye46164e2012-04-16 16:39:38 +0100533.B host-record,
534eg.
535.B --host-record=laptop,laptop.thekelleys.org,192.168.0.1,1234::100
Simon Kelleye759d422012-03-16 13:18:57 +0000536.TP
Simon Kelley0a852542005-03-23 20:28:59 +0000537.B \-Y, --txt-record=<name>[[,<text>],<text>]
538Return a TXT DNS record. The value of TXT record is a set of strings,
Simon Kelley28866e92011-02-14 20:19:14 +0000539so 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.
Simon Kelley0a852542005-03-23 20:28:59 +0000542.TP
Simon Kelley832af0b2007-01-21 20:01:28 +0000543.B --ptr-record=<name>[,<target>]
544Return a PTR DNS record.
545.TP
Simon Kelley1a6bca82008-07-11 11:11:42 +0100546.B --naptr-record=<name>,<order>,<preference>,<flags>,<service>,<regexp>[,<replacement>]
547Return an NAPTR DNS record, as specified in RFC3403.
548.TP
Simon Kelley9009d742008-11-14 20:04:27 +0000549.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
Simon Kelleyd56a6042013-10-11 14:39:03 +0100553hosts files), from DHCP, from --interface-name or from another
Simon Kelley611ebc52012-07-16 16:23:46 +0100554.B --cname.
555If the target does not satisfy this
Simon Kelley9009d742008-11-14 20:04:27 +0000556criteria, 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
Simon Kelley9f7f3b12012-05-28 21:39:57 +0100559.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
Simon Kelleya2ce6fc2012-08-06 20:05:48 +0100562given by the hex data, which may be of the form 01:23:45 or 01 23 45 or
Simon Kelley9f7f3b12012-05-28 21:39:57 +0100563012345 or any mixture of these.
564.TP
Simon Kelleyf7029f52013-11-21 15:09:09 +0000565.B --interface-name=<name>,<interface>[/4|/6]
Simon Kelleyf2621c72007-04-29 19:47:21 +0100566Return a DNS record associating the name with the primary address on
Simon Kelleyf7029f52013-11-21 15:09:09 +0000567the given interface. This flag specifies an A or AAAA record for the given
Simon Kelleyf2621c72007-04-29 19:47:21 +0100568name in the same way as an /etc/hosts line, except that the address is
Simon Kelleyf7029f52013-11-21 15:09:09 +0000569not 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
Simon Kelley9e038942008-05-30 20:06:34 +0100572down, not configured or non-existent, an empty record is returned. The
Simon Kelleyf2621c72007-04-29 19:47:21 +0100573matching 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
Simon Kelley48fd1c42013-04-25 09:49:38 +0100578.B --synth-domain=<domain>,<address range>[,<prefix>]
Simon Kelley2bb73af2013-04-24 17:38:19 +0100579Create 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.
Simon Kelley48fd1c42013-04-25 09:49:38 +0100584.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.
Simon Kelley2bb73af2013-04-24 17:38:19 +0100590
591The address range can be of the form
592<ip address>,<ip address> or <ip address>/<netmask>
593.TP
Simon Kelley28866e92011-02-14 20:19:14 +0000594.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
Simon Kelleyed4c0762013-10-08 20:46:34 +0100601have 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.
Simon Kelley28866e92011-02-14 20:19:14 +0000615.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000616.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
Simon Kelley5aabfc72007-08-29 11:24:47 +0100622identical queries without forwarding them again.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000623.TP
Simon Kelley16972692006-10-16 20:04:18 +0100624.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.
Simon Kelley208b65c2006-08-05 21:41:37 +0100629.TP
Simon Kelley70b4a812014-01-27 22:38:48 +0000630.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
Simon Kelleyee415862014-02-11 11:07:22 +0000638.B --trust-anchor.
Simon Kelleyd588ab52014-03-02 14:30:05 +0000639Because 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.
Simon Kelley70b4a812014-01-27 22:38:48 +0000648.TP
Simon Kelleyee415862014-02-11 11:07:22 +0000649.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
Simon Kelley70b4a812014-01-27 22:38:48 +0000655.TP
Simon Kelley00a5b5d2014-02-28 18:10:55 +0000656.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
Simon Kelleyd588ab52014-03-02 14:30:05 +0000663zones. 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
Simon Kelley00a5b5d2014-02-28 18:10:55 +0000667.TP
Simon Kelleye98bd522014-03-28 20:41:23 +0000668.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
Simon Kelleyf6e62e22015-03-01 18:17:54 +0000677.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
Simon Kelley360f2512015-03-07 18:28:06 +0000681over system restarts. The timestamp file is created after dnsmasq has dropped root, so it must be in a location writable by the
682unprivileged user that dnsmasq runs as.
Simon Kelleyf6e62e22015-03-01 18:17:54 +0000683.TP
Simon Kelley28866e92011-02-14 20:19:14 +0000684.B --proxy-dnssec
Simon Kelley70b4a812014-01-27 22:38:48 +0000685Copy the DNSSEC Authenticated Data bit from upstream servers to downstream clients and cache it. This is an
686alternative to having dnsmasq validate DNSSEC, but it depends on the security of the network between
687dnsmasq and the upstream servers, and the trustworthiness of the upstream servers.
688.TP
689.B --dnssec-debug
690Set debugging mode for the DNSSEC validation, set the Checking Disabled bit on upstream queries,
Simon Kelleyee415862014-02-11 11:07:22 +0000691and don't convert replies which do not validate to responses with
692a return code of SERVFAIL. Note that
693setting this may affect DNS behaviour in bad ways, it is not an
694extra-logging flag and should not be set in production.
Simon Kelley28866e92011-02-14 20:19:14 +0000695.TP
Simon Kelleybaa80ae2013-05-29 16:32:07 +0100696.B --auth-zone=<domain>[,<subnet>[/<prefix length>][,<subnet>[/<prefix length>].....]]
Simon Kelley34d0a362013-01-02 11:40:56 +0000697Define a DNS zone for which dnsmasq acts as authoritative server. Locally defined DNS records which are in the domain
Simon Kelleyc50f25a2013-11-21 11:29:27 +0000698will be served. If subnet(s) are given, A and AAAA records must be in one of the
699specified subnets.
700
701As alternative to directly specifying the subnets, it's possible to
Simon Kelley376d48c2013-11-13 13:04:30 +0000702give the name of an interface, in which case the subnets implied by
703that interface's configured addresses and netmask/prefix-length are
704used; this is useful when using constructed DHCP ranges as the actual
705address is dynamic and not known when configuring dnsmasq. The
706interface addresses may be confined to only IPv6 addresses using
707<interface>/6 or to only IPv4 using <interface>/4. This is useful when
708an interface has dynamically determined global IPv6 addresses which should
709appear in the zone, but RFC1918 IPv4 addresses which should not.
710Interface-name and address-literal subnet specifications may be used
711freely in the same --auth-zone declaration.
712
713The subnet(s) are also used to define in-addr.arpa and
Lutz Preßler1d7e0a32014-04-07 22:06:23 +0100714ip6.arpa domains which are served for reverse-DNS queries. If not
Simon Kelleybaa80ae2013-05-29 16:32:07 +0100715specified, the prefix length defaults to 24 for IPv4 and 64 for IPv6.
716For IPv4 subnets, the prefix length should be have the value 8, 16 or 24
717unless you are familiar with RFC 2317 and have arranged the
Simon Kelleyc50f25a2013-11-21 11:29:27 +0000718in-addr.arpa delegation accordingly. Note that if no subnets are
719specified, then no reverse queries are answered.
Simon Kelley333b2ce2013-01-07 21:46:03 +0000720.TP
721.B --auth-soa=<serial>[,<hostmaster>[,<refresh>[,<retry>[,<expiry>]]]]
722Specify fields in the SOA record associated with authoritative
723zones. Note that this is optional, all the values are set to sane defaults.
724.TP
725.B --auth-sec-servers=<domain>[,<domain>[,<domain>...]]
726Specify any secondary servers for a zone for which dnsmasq is
727authoritative. These servers must be configured to get zone data from
728dnsmasq by zone transfer, and answer queries for the same
Simon Kelley6f130de2013-04-15 14:47:14 +0100729authoritative zones as dnsmasq.
Simon Kelley333b2ce2013-01-07 21:46:03 +0000730.TP
731.B --auth-peer=<ip-address>[,<ip-address>[,<ip-address>...]]
732Specify the addresses of secondary servers which are allowed to
733initiate zone transfer (AXFR) requests for zones for which dnsmasq is
Simon Kelley6f130de2013-04-15 14:47:14 +0100734authoritative. If this option is not given, then AXFR requests will be
Simon Kelley333b2ce2013-01-07 21:46:03 +0000735accepted from any secondary.
736.TP
Simon Kelley7de060b2011-08-26 17:24:52 +0100737.B --conntrack
738Read the Linux connection track mark associated with incoming DNS
739queries and set the same mark value on upstream traffic used to answer
740those queries. This allows traffic generated by dnsmasq to be
741associated with the queries which cause it, useful for bandwidth
742accounting and firewalling. Dnsmasq must have conntrack support
743compiled in and the kernel must have conntrack support
744included and configured. This option cannot be combined with
745--query-port.
746.TP
Simon Kelley49dc5702013-04-02 20:27:07 +0100747.B \-F, --dhcp-range=[tag:<tag>[,tag:<tag>],][set:<tag>,]<start-addr>[,<end-addr>][,<mode>][,<netmask>[,<broadcast>]][,<lease time>]
Simon Kelley1adadf52012-02-13 22:15:58 +0000748.TP
Simon Kelley83f28be2013-04-03 14:46:46 +0100749.B \-F, --dhcp-range=[tag:<tag>[,tag:<tag>],][set:<tag>,]<start-IPv6addr>[,<end-IPv6addr>|constructor:<interface>][,<mode>][,<prefix-len>][,<lease time>]
Simon Kelley1adadf52012-02-13 22:15:58 +0000750
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000751Enable the DHCP server. Addresses will be given out from the range
Simon Kelley44a2a312004-03-10 20:04:35 +0000752<start-addr> to <end-addr> and from statically defined addresses given
753in
754.B dhcp-host
755options. If the lease time is given, then leases
Simon Kelleyb8187c82005-11-26 21:46:27 +0000756will be given for that length of time. The lease time is in seconds,
Simon Kelley7622fc02009-06-04 20:32:05 +0100757or minutes (eg 45m) or hours (eg 1h) or "infinite". If not given,
758the default lease time is one hour. The
Simon Kelleyc8257542012-03-28 21:15:41 +0100759minimum lease time is two minutes. For IPv6 ranges, the lease time
760maybe "deprecated"; this sets the preferred lifetime sent in a DHCP
761lease or router advertisement to zero, which causes clients to use
762other addresses, if available, for new connections as a prelude to renumbering.
763
764This option may be repeated, with different addresses, to enable DHCP
Simon Kelley44a2a312004-03-10 20:04:35 +0000765service to more than one network. For directly connected networks (ie,
766networks on which the machine running dnsmasq has an interface) the
Simon Kelley7de060b2011-08-26 17:24:52 +0100767netmask is optional: dnsmasq will determine it from the interface
768configuration. For networks which receive DHCP service via a relay
769agent, dnsmasq cannot determine the netmask itself, so it should be
770specified, otherwise dnsmasq will have to guess, based on the class (A, B or
771C) of the network address. The broadcast address is
Simon Kelley7622fc02009-06-04 20:32:05 +0100772always optional. It is always
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100773allowed to have more than one dhcp-range in a single subnet.
774
Simon Kelley1adadf52012-02-13 22:15:58 +0000775For IPv6, the parameters are slightly different: instead of netmask
Vladislav Grishenko4c82efc2013-12-03 16:05:30 +0000776and broadcast address, there is an optional prefix length which must
777be equal to or larger then the prefix length on the local interface. If not
Simon Kelley1adadf52012-02-13 22:15:58 +0000778given, this defaults to 64. Unlike the IPv4 case, the prefix length is not
779automatically derived from the interface configuration. The mimimum
780size of the prefix length is 64.
781
Simon Kelley34d0a362013-01-02 11:40:56 +0000782IPv6 (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
783.B constructor:<interface>.
784This forms a template which describes how to create ranges, based on the addresses assigned to the interface. For instance
785
Simon Kelley83f28be2013-04-03 14:46:46 +0100786.B --dhcp-range=::1,::400,constructor:eth0
Simon Kelley34d0a362013-01-02 11:40:56 +0000787
Simon Kelley861c8912013-09-25 15:30:30 +0100788will look for addresses on
Simon Kelley429805d2013-05-31 13:47:26 +0100789eth0 and then create a range from <network>::1 to <network>::400. If
790the interface is assigned more than one network, then the
791corresponding ranges will be automatically created, and then
792deprecated and finally removed again as the address is deprecated and
793then deleted. The interface name may have a final "*" wildcard. Note
Simon Kelley861c8912013-09-25 15:30:30 +0100794that just any address on eth0 will not do: it must not be an
795autoconfigured or privacy address, or be deprecated.
Simon Kelley34d0a362013-01-02 11:40:56 +0000796
Vladislav Grishenkoe4cdbbf2013-08-19 16:20:31 +0100797If a dhcp-range is only being used for stateless DHCP and/or SLAAC,
798then the address can be simply ::
799
800.B --dhcp-range=::,constructor:eth0
801
Vladislav Grishenkoe4cdbbf2013-08-19 16:20:31 +0100802
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100803The optional
804.B set:<tag>
805sets an alphanumeric label which marks this network so that
Simon Kelley0a852542005-03-23 20:28:59 +0000806dhcp options may be specified on a per-network basis.
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100807When it is prefixed with 'tag:' instead, then its meaning changes from setting
Simon Kelleyc5ad4e72012-02-24 16:06:20 +0000808a tag to matching it. Only one tag may be set, but more than one tag
809may be matched.
810
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100811The optional <mode> keyword may be
Simon Kelley33820b72004-04-03 21:10:00 +0100812.B static
813which tells dnsmasq to enable DHCP for the network specified, but not
Simon Kelley7622fc02009-06-04 20:32:05 +0100814to dynamically allocate IP addresses: only hosts which have static
Simon Kelley33820b72004-04-03 21:10:00 +0100815addresses given via
816.B dhcp-host
Simon Kelley52002052012-10-26 11:39:02 +0100817or from /etc/ethers will be served. A static-only subnet with address
818all zeros may be used as a "catch-all" address to enable replies to all
819Information-request packets on a subnet which is provided with
820stateless DHCPv6, ie
Moritz Warninge62e9b62014-03-20 15:32:22 +0000821.B --dhcp-range=::,static
Simon Kelleyc5ad4e72012-02-24 16:06:20 +0000822
Simon Kelleye46164e2012-04-16 16:39:38 +0100823For IPv4, the <mode> may be
Simon Kelley7622fc02009-06-04 20:32:05 +0100824.B proxy
825in which case dnsmasq will provide proxy-DHCP on the specified
826subnet. (See
827.B pxe-prompt
828and
829.B pxe-service
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100830for details.)
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100831
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100832For IPv6, the mode may be some combination of
Simon Kelley7ea3d3f2014-04-25 22:04:05 +0100833.B ra-only, slaac, ra-names, ra-stateless, ra-advrouter.
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100834
Simon Kelleyc5ad4e72012-02-24 16:06:20 +0000835.B ra-only
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100836tells dnsmasq to offer Router Advertisement only on this subnet,
837and not DHCP.
838
839.B slaac
840tells dnsmasq to offer Router Advertisement on this subnet and to set
841the A bit in the router advertisement, so that the client will use
842SLAAC addresses. When used with a DHCP range or static DHCP address
843this results in the client having both a DHCP-assigned and a SLAAC
844address.
845
846.B ra-stateless
847sends router advertisements with the O and A bits set, and provides a
848stateless DHCP service. The client will use a SLAAC address, and use
849DHCP for other configuration information.
850
Simon Kelley7023e382012-03-09 12:05:49 +0000851.B ra-names
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100852enables a mode
Simon Kelley7023e382012-03-09 12:05:49 +0000853which gives DNS names to dual-stack hosts which do SLAAC for
Simon Kelley884a6df2012-03-20 16:20:22 +0000854IPv6. Dnsmasq uses the host's IPv4 lease to derive the name, network
Simon Kelley7023e382012-03-09 12:05:49 +0000855segment and MAC address and assumes that the host will also have an
Simon Kelleye46164e2012-04-16 16:39:38 +0100856IPv6 address calculated using the SLAAC algorithm, on the same network
Simon Kelley884a6df2012-03-20 16:20:22 +0000857segment. The address is pinged, and if a reply is received, an AAAA
858record is added to the DNS for this IPv6
Simon Kelley7023e382012-03-09 12:05:49 +0000859address. Note that this is only happens for directly-connected
Simon Kelley884a6df2012-03-20 16:20:22 +0000860networks, (not one doing DHCP via a relay) and it will not work
861if a host is using privacy extensions.
Simon Kelleye8ca69e2012-03-26 21:23:26 +0100862.B ra-names
863can be combined with
864.B ra-stateless
865and
866.B slaac.
Simon Kelleyc5ad4e72012-02-24 16:06:20 +0000867
Simon Kelley7ea3d3f2014-04-25 22:04:05 +0100868.B ra-advrouter
869enables a mode where router address(es) rather than prefix(es) are included in the advertisements.
870This is described in RFC-3775 section 7.2 and is used in mobile IPv6. In this mode the interval option
871is also included, as described in RFC-3775 section 7.3.
872
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000873.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100874.B \-G, --dhcp-host=[<hwaddr>][,id:<client_id>|*][,set:<tag>][,<ipaddr>][,<hostname>][,<lease_time>][,ignore]
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000875Specify per host parameters for the DHCP server. This allows a machine
876with a particular hardware address to be always allocated the same
877hostname, IP address and lease time. A hostname specified like this
878overrides any supplied by the DHCP client on the machine. It is also
Simon Kelleyc72daea2012-01-05 21:33:27 +0000879allowable to omit the hardware address and include the hostname, in
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000880which case the IP address and lease times will apply to any machine
881claiming that name. For example
882.B --dhcp-host=00:20:e0:3b:13:af,wap,infinite
883tells dnsmasq to give
Simon Kelleycdeda282006-03-16 20:16:06 +0000884the machine with hardware address 00:20:e0:3b:13:af the name wap, and
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000885an infinite DHCP lease.
886.B --dhcp-host=lap,192.168.0.199
887tells
888dnsmasq to always allocate the machine lap the IP address
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100889192.168.0.199.
890
891Addresses allocated like this are not constrained to be
892in the range given by the --dhcp-range option, but they must be in
893the same subnet as some valid dhcp-range. For
894subnets which don't need a pool of dynamically allocated addresses,
895use the "static" keyword in the dhcp-range declaration.
896
Simon Kelley89500e32013-09-20 16:29:20 +0100897It is allowed to use client identifiers (called client
898DUID in IPv6-land rather than
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000899hardware addresses to identify hosts by prefixing with 'id:'. Thus:
900.B --dhcp-host=id:01:02:03:04,.....
901refers to the host with client identifier 01:02:03:04. It is also
902allowed to specify the client ID as text, like this:
Simon Kelleya84fa1d2004-04-23 22:21:21 +0100903.B --dhcp-host=id:clientidastext,.....
Simon Kelley9009d742008-11-14 20:04:27 +0000904
Simon Kelley1adadf52012-02-13 22:15:58 +0000905A single
906.B dhcp-host
907may contain an IPv4 address or an IPv6 address, or both. IPv6 addresses must be bracketed by square brackets thus:
908.B --dhcp-host=laptop,[1234::56]
Simon Kelley30393102013-01-17 16:34:16 +0000909IPv6 addresses may contain only the host-identifier part:
910.B --dhcp-host=laptop,[::56]
Simon Kelley6f130de2013-04-15 14:47:14 +0100911in which case they act as wildcards in constructed dhcp ranges, with
Simon Kelley30393102013-01-17 16:34:16 +0000912the appropriate network part inserted.
Simon Kelley89500e32013-09-20 16:29:20 +0100913Note that in IPv6 DHCP, the hardware address may not be
914available, though it normally is for direct-connected clients, or
915clients using DHCP relays which support RFC 6939.
Simon Kelley1adadf52012-02-13 22:15:58 +0000916
Simon Kelley89500e32013-09-20 16:29:20 +0100917
918For DHCPv4, the special option id:* means "ignore any client-id
Simon Kelleya84fa1d2004-04-23 22:21:21 +0100919and use MAC addresses only." This is useful when a client presents a client-id sometimes
920but not others.
Simon Kelley9009d742008-11-14 20:04:27 +0000921
Simon Kelley1ab84e22004-01-29 16:48:35 +0000922If a name appears in /etc/hosts, the associated address can be
923allocated to a DHCP lease, but only if a
924.B --dhcp-host
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100925option specifying the name also exists. Only one hostname can be
926given in a
927.B dhcp-host
928option, but aliases are possible by using CNAMEs. (See
929.B --cname
930).
931
932The special keyword "ignore"
Simon Kelley33820b72004-04-03 21:10:00 +0100933tells dnsmasq to never offer a DHCP lease to a machine. The machine
934can be specified by hardware address, client ID or hostname, for
935instance
936.B --dhcp-host=00:20:e0:3b:13:af,ignore
937This is
938useful when there is another DHCP server on the network which should
Simon Kelley9009d742008-11-14 20:04:27 +0000939be used by some machines.
940
Tomas Hozzaa66d36e2013-04-22 15:08:07 +0100941The set:<tag> construct sets the tag
Simon Kelley9009d742008-11-14 20:04:27 +0000942whenever this dhcp-host directive is in use. This can be used to
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100943selectively send DHCP options just for this host. More than one tag
944can be set in a dhcp-host directive (but not in other places where
945"set:<tag>" is allowed). When a host matches any
Simon Kelley5aabfc72007-08-29 11:24:47 +0100946dhcp-host directive (or one implied by /etc/ethers) then the special
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100947tag "known" is set. This allows dnsmasq to be configured to
Simon Kelley5aabfc72007-08-29 11:24:47 +0100948ignore requests from unknown machines using
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100949.B --dhcp-ignore=tag:!known
Simon Kelley0a852542005-03-23 20:28:59 +0000950Ethernet addresses (but not client-ids) may have
951wildcard bytes, so for example
952.B --dhcp-host=00:20:e0:3b:13:*,ignore
Simon Kelleycdeda282006-03-16 20:16:06 +0000953will cause dnsmasq to ignore a range of hardware addresses. Note that
Simon Kelley0a852542005-03-23 20:28:59 +0000954the "*" will need to be escaped or quoted on a command line, but not
Simon Kelley9009d742008-11-14 20:04:27 +0000955in the configuration file.
956
957Hardware addresses normally match any
Simon Kelleycdeda282006-03-16 20:16:06 +0000958network (ARP) type, but it is possible to restrict them to a single
959ARP type by preceding them with the ARP-type (in HEX) and "-". so
960.B --dhcp-host=06-00:20:e0:3b:13:af,1.2.3.4
961will only match a
962Token-Ring hardware address, since the ARP-address type for token ring
Simon Kelley9009d742008-11-14 20:04:27 +0000963is 6.
964
Simon Kelley1adadf52012-02-13 22:15:58 +0000965As a special case, in DHCPv4, it is possible to include more than one
Simon Kelley73a08a22009-02-05 20:28:08 +0000966hardware address. eg:
967.B --dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.2
968This allows an IP address to be associated with
Simon Kelley9009d742008-11-14 20:04:27 +0000969multiple hardware addresses, and gives dnsmasq permission to abandon a
970DHCP lease to one of the hardware addresses when another one asks for
971a lease. Beware that this is a dangerous thing to do, it will only
972work reliably if only one of the hardware addresses is active at any
Simon Kelley73a08a22009-02-05 20:28:08 +0000973time and there is no way for dnsmasq to enforce this. It is, for instance,
974useful to allocate a stable IP address to a laptop which
Simon Kelley9009d742008-11-14 20:04:27 +0000975has both wired and wireless interfaces.
Simon Kelley5aabfc72007-08-29 11:24:47 +0100976.TP
Simon Kelley28866e92011-02-14 20:19:14 +0000977.B --dhcp-hostsfile=<path>
978Read DHCP host information from the specified file. If a directory
979is given, then read all the files contained in that directory. The file contains
Simon Kelley5aabfc72007-08-29 11:24:47 +0100980information about one host per line. The format of a line is the same
981as text to the right of '=' in --dhcp-host. The advantage of storing DHCP host information
982in this file is that it can be changed without re-starting dnsmasq:
983the file will be re-read when dnsmasq receives SIGHUP.
Simon Kelley824af852008-02-12 20:43:05 +0000984.TP
Simon Kelley28866e92011-02-14 20:19:14 +0000985.B --dhcp-optsfile=<path>
986Read DHCP option information from the specified file. If a directory
987is given, then read all the files contained in that directory. The advantage of
Simon Kelley824af852008-02-12 20:43:05 +0000988using this option is the same as for --dhcp-hostsfile: the
Simon Kelley1f15b812009-10-13 17:49:32 +0100989dhcp-optsfile will be re-read when dnsmasq receives SIGHUP. Note that
990it is possible to encode the information in a
Simon Kelley5f4dc5c2015-01-20 20:51:02 +0000991.TP
992.B --dhcp-hostsdir=<path>
Simon Kelley3d04f462015-01-31 21:59:13 +0000993This is equivalent to dhcp-hostsfile, except for the following. The path MUST be a
Simon Kelley5f4dc5c2015-01-20 20:51:02 +0000994directory, and not an individual file. Changed or new files within
995the directory are read automatically, without the need to send SIGHUP.
996If a file is deleted for changed after it has been read by dnsmasq, then the
997host record it contained will remain until dnsmasq recieves a SIGHUP, or
998is restarted; ie host records are only added dynamically.
Simon Kelleyefb8b552015-02-07 22:36:34 +0000999.TP
Simon Kelley3d04f462015-01-31 21:59:13 +00001000.B --dhcp-optsdir=<path>
1001This is equivalent to dhcp-optsfile, with the differences noted for --dhcp-hostsdir.
Simon Kelley5f4dc5c2015-01-20 20:51:02 +00001002.TP
Simon Kelley1f15b812009-10-13 17:49:32 +01001003.B --dhcp-boot
1004flag as DHCP options, using the options names bootfile-name,
1005server-ip-address and tftp-server. This allows these to be included
1006in a dhcp-optsfile.
Simon Kelley44a2a312004-03-10 20:04:35 +00001007.TP
1008.B \-Z, --read-ethers
1009Read /etc/ethers for information about hosts for the DHCP server. The
1010format of /etc/ethers is a hardware address, followed by either a
1011hostname or dotted-quad IP address. When read by dnsmasq these lines
1012have exactly the same effect as
1013.B --dhcp-host
Simon Kelley5aabfc72007-08-29 11:24:47 +01001014options containing the same information. /etc/ethers is re-read when
Simon Kelley1adadf52012-02-13 22:15:58 +00001015dnsmasq receives SIGHUP. IPv6 addresses are NOT read from /etc/ethers.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001016.TP
Simon Kelley1adadf52012-02-13 22:15:58 +00001017.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>]]
Simon Kelleyb8187c82005-11-26 21:46:27 +00001018Specify different or extra options to DHCP clients. By default,
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001019dnsmasq sends some standard options to DHCP clients, the netmask and
1020broadcast address are set to the same as the host running dnsmasq, and
1021the DNS server and default route are set to the address of the machine
Simon Kelley1adadf52012-02-13 22:15:58 +00001022running dnsmasq. (Equivalent rules apply for IPv6.) If the domain name option has been set, that is sent.
Simon Kelleyf2621c72007-04-29 19:47:21 +01001023This configuration allows these defaults to be overridden,
1024or other options specified. The option, to be sent may be given as a
1025decimal number or as "option:<option-name>" The option numbers are
1026specified in RFC2132 and subsequent RFCs. The set of option-names
1027known by dnsmasq can be discovered by running "dnsmasq --help dhcp".
1028For example, to set the default route option to
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001029192.168.4.4, do
Simon Kelleyf2621c72007-04-29 19:47:21 +01001030.B --dhcp-option=3,192.168.4.4
1031or
1032.B --dhcp-option = option:router, 192.168.4.4
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001033and to set the time-server address to 192.168.0.4, do
Simon Kelleyf2621c72007-04-29 19:47:21 +01001034.B --dhcp-option = 42,192.168.0.4
1035or
1036.B --dhcp-option = option:ntp-server, 192.168.0.4
Simon Kelleyc3a04082014-01-11 22:18:19 +00001037The special address 0.0.0.0 is taken to mean "the address of the
1038machine running dnsmasq".
1039
1040Data types allowed are comma separated
1041dotted-quad IPv4 addresses, []-wrapped IPv6 addresses, a decimal number, colon-separated hex digits
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001042and a text string. If the optional tags are given then
1043this option is only sent when all the tags are matched.
Simon Kelley91dccd02005-03-31 17:48:32 +01001044
Simon Kelleycdeda282006-03-16 20:16:06 +00001045Special processing is done on a text argument for option 119, to
Simon Kelley832af0b2007-01-21 20:01:28 +00001046conform with RFC 3397. Text or dotted-quad IP addresses as arguments
1047to option 120 are handled as per RFC 3361. Dotted-quad IP addresses
1048which are followed by a slash and then a netmask size are encoded as
1049described in RFC 3442.
Simon Kelleycdeda282006-03-16 20:16:06 +00001050
Simon Kelley1adadf52012-02-13 22:15:58 +00001051IPv6 options are specified using the
1052.B option6:
1053keyword, followed by the option number or option name. The IPv6 option
1054name space is disjoint from the IPv4 option name space. IPv6 addresses
1055in options must be bracketed with square brackets, eg.
1056.B --dhcp-option=option6:ntp-server,[1234::56]
Simon Kelleyc3a04082014-01-11 22:18:19 +00001057For IPv6, [::] means "the global address of
1058the machine running dnsmasq", whilst [fd00::] is replaced with the
1059ULA, if it exists, and [fe80::] with the link-local address.
Simon Kelley1adadf52012-02-13 22:15:58 +00001060
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001061Be careful: no checking is done that the correct type of data for the
Simon Kelley26128d22004-11-14 16:43:54 +00001062option number is sent, it is quite possible to
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001063persuade dnsmasq to generate illegal DHCP packets with injudicious use
Simon Kelley91dccd02005-03-31 17:48:32 +01001064of this flag. When the value is a decimal number, dnsmasq must determine how
1065large the data item is. It does this by examining the option number and/or the
Simon Kelleyb8187c82005-11-26 21:46:27 +00001066value, but can be overridden by appending a single letter flag as follows:
Simon Kelley91dccd02005-03-31 17:48:32 +01001067b = one byte, s = two bytes, i = four bytes. This is mainly useful with
Simon Kelley3d8df262005-08-29 12:19:27 +01001068encapsulated vendor class options (see below) where dnsmasq cannot
1069determine data size from the option number. Option data which
1070consists solely of periods and digits will be interpreted by dnsmasq
1071as an IP address, and inserted into an option as such. To force a
1072literal string, use quotes. For instance when using option 66 to send
1073a literal IP address as TFTP server name, it is necessary to do
1074.B --dhcp-option=66,"1.2.3.4"
Simon Kelley91dccd02005-03-31 17:48:32 +01001075
Simon Kelley1adadf52012-02-13 22:15:58 +00001076Encapsulated Vendor-class options may also be specified (IPv4 only) using
Simon Kelley91dccd02005-03-31 17:48:32 +01001077--dhcp-option: for instance
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001078.B --dhcp-option=vendor:PXEClient,1,0.0.0.0
1079sends the encapsulated vendor
1080class-specific option "mftp-address=0.0.0.0" to any client whose
1081vendor-class matches "PXEClient". The vendor-class matching is
Simon Kelley6b010842007-02-12 20:32:07 +00001082substring based (see --dhcp-vendorclass for details). If a
1083vendor-class option (number 60) is sent by dnsmasq, then that is used
1084for selecting encapsulated options in preference to any sent by the
1085client. It is
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001086possible to omit the vendorclass completely;
1087.B --dhcp-option=vendor:,1,0.0.0.0
Simon Kelley1adadf52012-02-13 22:15:58 +00001088in which case the encapsulated option is always sent.
Simon Kelley73a08a22009-02-05 20:28:08 +00001089
Simon Kelley1adadf52012-02-13 22:15:58 +00001090Options may be encapsulated (IPv4 only) within other options: for instance
Simon Kelley73a08a22009-02-05 20:28:08 +00001091.B --dhcp-option=encap:175, 190, "iscsi-client0"
1092will send option 175, within which is the option 190. If multiple
1093options are given which are encapsulated with the same option number
1094then they will be correctly combined into one encapsulated option.
1095encap: and vendor: are may not both be set in the same dhcp-option.
1096
Simon Kelley316e2732010-01-22 20:16:09 +00001097The final variant on encapsulated options is "Vendor-Identifying
1098Vendor Options" as specified by RFC3925. These are denoted like this:
1099.B --dhcp-option=vi-encap:2, 10, "text"
1100The number in the vi-encap: section is the IANA enterprise number
Simon Kelley1adadf52012-02-13 22:15:58 +00001101used to identify this option. This form of encapsulation is supported
1102in IPv6.
1103
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001104The address 0.0.0.0 is not treated specially in
Simon Kelley73a08a22009-02-05 20:28:08 +00001105encapsulated options.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001106.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001107.B --dhcp-option-force=[tag:<tag>,[tag:<tag>,]][encap:<opt>,][vi-encap:<enterprise>,][vendor:[<vendor-class>],]<opt>,[<value>[,<value>]]
Simon Kelley6b010842007-02-12 20:32:07 +00001108This works in exactly the same way as
Simon Kelleyf2621c72007-04-29 19:47:21 +01001109.B --dhcp-option
1110except that the option will always be sent, even if the client does
Simon Kelley6b010842007-02-12 20:32:07 +00001111not ask for it in the parameter request list. This is sometimes
1112needed, for example when sending options to PXELinux.
1113.TP
Simon Kelley824af852008-02-12 20:43:05 +00001114.B --dhcp-no-override
Simon Kelley1adadf52012-02-13 22:15:58 +00001115(IPv4 only) Disable re-use of the DHCP servername and filename fields as extra
Simon Kelley824af852008-02-12 20:43:05 +00001116option space. If it can, dnsmasq moves the boot server and filename
1117information (from dhcp-boot) out of their dedicated fields into
1118DHCP options. This make extra space available in the DHCP packet for
1119options but can, rarely, confuse old or broken clients. This flag
1120forces "simple and safe" behaviour to avoid problems in such a case.
1121.TP
Simon Kelleyff7eea22013-09-04 18:01:38 +01001122.B --dhcp-relay=<local address>,<server address>[,<interface]
1123Configure dnsmasq to do DHCP relay. The local address is an address
1124allocated to an interface on the host running dnsmasq. All DHCP
1125requests arriving on that interface will we relayed to a remote DHCP
1126server at the server address. It is possible to relay from a single local
1127address to multiple remote servers by using multiple dhcp-relay
1128configs with the same local address and different server
1129addresses. A server address must be an IP literal address, not a
1130domain name. In the case of DHCPv6, the server address may be the
1131ALL_SERVERS multicast address, ff05::1:3. In this case the interface
1132must be given, not be wildcard, and is used to direct the multicast to the
1133correct interface to reach the DHCP server.
1134
1135Access control for DHCP clients has the same rules as for the DHCP
1136server, see --interface, --except-interface, etc. The optional
1137interface name in the dhcp-relay config has a different function: it
1138controls on which interface DHCP replies from the server will be
1139accepted. This is intended for configurations which have three
1140interfaces: one being relayed from, a second connecting the DHCP
1141server, and a third untrusted network, typically the wider
1142internet. It avoids the possibility of spoof replies arriving via this
1143third interface.
1144
1145It is allowed to have dnsmasq act as a DHCP server on one set of
1146interfaces and relay from a disjoint set of interfaces. Note that
1147whilst it is quite possible to write configurations which appear to
1148act as a server and a relay on the same interface, this is not
1149supported: the relay function will take precedence.
1150
1151Both DHCPv4 and DHCPv6 relay is supported. It's not possible to relay
1152DHCPv4 to a DHCPv6 server or vice-versa.
1153.TP
Simon Kelley1adadf52012-02-13 22:15:58 +00001154.B \-U, --dhcp-vendorclass=set:<tag>,[enterprise:<IANA-enterprise number>,]<vendor-class>
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001155Map from a vendor-class string to a tag. Most DHCP clients provide a
Simon Kelleya2226412004-05-13 20:27:08 +01001156"vendor class" which represents, in some sense, the type of host. This option
Simon Kelleyf2621c72007-04-29 19:47:21 +01001157maps vendor classes to tags, so that DHCP options may be selectively delivered
Simon Kelleya84fa1d2004-04-23 22:21:21 +01001158to different classes of hosts. For example
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001159.B dhcp-vendorclass=set:printers,Hewlett-Packard JetDirect
Simon Kelleya84fa1d2004-04-23 22:21:21 +01001160will allow options to be set only for HP printers like so:
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001161.B --dhcp-option=tag:printers,3,192.168.4.4
Simon Kelleya2226412004-05-13 20:27:08 +01001162The vendor-class string is
1163substring matched against the vendor-class supplied by the client, to
Simon Kelley1adadf52012-02-13 22:15:58 +00001164allow fuzzy matching. The set: prefix is optional but allowed for
1165consistency.
1166
1167Note that in IPv6 only, vendorclasses are namespaced with an
1168IANA-allocated enterprise number. This is given with enterprise:
1169keyword and specifies that only vendorclasses matching the specified
1170number should be searched.
Simon Kelleya2226412004-05-13 20:27:08 +01001171.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001172.B \-j, --dhcp-userclass=set:<tag>,<user-class>
1173Map from a user-class string to a tag (with substring
Simon Kelleya2226412004-05-13 20:27:08 +01001174matching, like vendor classes). Most DHCP clients provide a
1175"user class" which is configurable. This option
Simon Kelleyf2621c72007-04-29 19:47:21 +01001176maps user classes to tags, so that DHCP options may be selectively delivered
Simon Kelleya2226412004-05-13 20:27:08 +01001177to different classes of hosts. It is possible, for instance to use
1178this to set a different printer server for hosts in the class
1179"accounts" than for hosts in the class "engineering".
Simon Kelleya84fa1d2004-04-23 22:21:21 +01001180.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001181.B \-4, --dhcp-mac=set:<tag>,<MAC address>
Simon Kelley89500e32013-09-20 16:29:20 +01001182Map from a MAC address to a tag. The MAC address may include
Simon Kelleycdeda282006-03-16 20:16:06 +00001183wildcards. For example
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001184.B --dhcp-mac=set:3com,01:34:23:*:*:*
Simon Kelleycdeda282006-03-16 20:16:06 +00001185will set the tag "3com" for any host whose MAC address matches the pattern.
1186.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001187.B --dhcp-circuitid=set:<tag>,<circuit-id>, --dhcp-remoteid=set:<tag>,<remote-id>
1188Map from RFC3046 relay agent options to tags. This data may
Simon Kelleyf2621c72007-04-29 19:47:21 +01001189be provided by DHCP relay agents. The circuit-id or remote-id is
1190normally given as colon-separated hex, but is also allowed to be a
1191simple string. If an exact match is achieved between the circuit or
Simon Kelley1adadf52012-02-13 22:15:58 +00001192agent ID and one provided by a relay agent, the tag is set.
1193
1194.B dhcp-remoteid
1195(but not dhcp-circuitid) is supported in IPv6.
Simon Kelleyf2621c72007-04-29 19:47:21 +01001196.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001197.B --dhcp-subscrid=set:<tag>,<subscriber-id>
Simon Kelley1adadf52012-02-13 22:15:58 +00001198(IPv4 and IPv6) Map from RFC3993 subscriber-id relay agent options to tags.
Simon Kelley824af852008-02-12 20:43:05 +00001199.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001200.B --dhcp-proxy[=<ip addr>]......
Simon Kelley07933802012-02-14 20:55:25 +00001201(IPv4 only) A normal DHCP relay agent is only used to forward the initial parts of
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001202a DHCP interaction to the DHCP server. Once a client is configured, it
1203communicates directly with the server. This is undesirable if the
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001204relay agent is adding extra information to the DHCP packets, such as
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001205that used by
1206.B dhcp-circuitid
1207and
1208.B dhcp-remoteid.
1209A full relay implementation can use the RFC 5107 serverid-override
1210option to force the DHCP server to use the relay as a full proxy, with all
1211packets passing through it. This flag provides an alternative method
1212of doing the same thing, for relays which don't support RFC
12135107. Given alone, it manipulates the server-id for all interactions
1214via relays. If a list of IP addresses is given, only interactions via
1215relays at those addresses are affected.
1216.TP
1217.B --dhcp-match=set:<tag>,<option number>|option:<option name>|vi-encap:<enterprise>[,<value>]
1218Without a value, set the tag if the client sends a DHCP
Simon Kelley73a08a22009-02-05 20:28:08 +00001219option of the given number or name. When a value is given, set the tag only if
1220the option is sent and matches the value. The value may be of the form
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001221"01:ff:*:02" in which case the value must match (apart from wildcards)
Simon Kelley73a08a22009-02-05 20:28:08 +00001222but the option sent may have unmatched data past the end of the
1223value. The value may also be of the same form as in
1224.B dhcp-option
1225in which case the option sent is treated as an array, and one element
1226must match, so
1227
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001228--dhcp-match=set:efi-ia32,option:client-arch,6
Simon Kelley73a08a22009-02-05 20:28:08 +00001229
1230will set the tag "efi-ia32" if the the number 6 appears in the list of
1231architectures sent by the client in option 93. (See RFC 4578 for
Simon Kelley316e2732010-01-22 20:16:09 +00001232details.) If the value is a string, substring matching is used.
1233
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001234The special form with vi-encap:<enterprise number> matches against
Simon Kelley316e2732010-01-22 20:16:09 +00001235vendor-identifying vendor classes for the specified enterprise. Please
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001236see RFC 3925 for more details of these rare and interesting beasts.
Simon Kelleyf2621c72007-04-29 19:47:21 +01001237.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001238.B --tag-if=set:<tag>[,set:<tag>[,tag:<tag>[,tag:<tag>]]]
1239Perform boolean operations on tags. Any tag appearing as set:<tag> is set if
1240all the tags which appear as tag:<tag> are set, (or unset when tag:!<tag> is used)
1241If no tag:<tag> appears set:<tag> tags are set unconditionally.
1242Any number of set: and tag: forms may appear, in any order.
1243Tag-if lines ares executed in order, so if the tag in tag:<tag> is a
1244tag set by another
1245.B tag-if,
1246the line which sets the tag must precede the one which tests it.
1247.TP
1248.B \-J, --dhcp-ignore=tag:<tag>[,tag:<tag>]
1249When all the given tags appear in the tag set ignore the host and do
Simon Kelley26128d22004-11-14 16:43:54 +00001250not allocate it a DHCP lease.
1251.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001252.B --dhcp-ignore-names[=tag:<tag>[,tag:<tag>]]
1253When all the given tags appear in the tag set, ignore any hostname
Simon Kelley9e038942008-05-30 20:06:34 +01001254provided by the host. Note that, unlike dhcp-ignore, it is permissible
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001255to supply no tags, in which case DHCP-client supplied hostnames
Simon Kelley832af0b2007-01-21 20:01:28 +00001256are always ignored, and DHCP hosts are added to the DNS using only
1257dhcp-host configuration in dnsmasq and the contents of /etc/hosts and
1258/etc/ethers.
1259.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001260.B --dhcp-generate-names=tag:<tag>[,tag:<tag>]
Simon Kelley1adadf52012-02-13 22:15:58 +00001261(IPv4 only) Generate a name for DHCP clients which do not otherwise have one,
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001262using the MAC address expressed in hex, separated by dashes. Note that
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001263if a host provides a name, it will be used by preference to this,
1264unless
1265.B --dhcp-ignore-names
1266is set.
1267.TP
1268.B --dhcp-broadcast[=tag:<tag>[,tag:<tag>]]
Simon Kelley1adadf52012-02-13 22:15:58 +00001269(IPv4 only) When all the given tags appear in the tag set, always use broadcast to
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001270communicate with the host when it is unconfigured. It is permissible
1271to supply no tags, in which case this is unconditional. Most DHCP clients which
Simon Kelley824af852008-02-12 20:43:05 +00001272need broadcast replies set a flag in their requests so that this
1273happens automatically, some old BOOTP clients do not.
1274.TP
Simon Kelley7de060b2011-08-26 17:24:52 +01001275.B \-M, --dhcp-boot=[tag:<tag>,]<filename>,[<servername>[,<server address>|<tftp_servername>]]
Simon Kelley1adadf52012-02-13 22:15:58 +00001276(IPv4 only) Set BOOTP options to be returned by the DHCP server. Server name and
Simon Kelley832af0b2007-01-21 20:01:28 +00001277address are optional: if not provided, the name is left empty, and the
1278address set to the address of the machine running dnsmasq. If dnsmasq
1279is providing a TFTP service (see
1280.B --enable-tftp
1281) then only the filename is required here to enable network booting.
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001282If the optional tag(s) are given,
1283they must match for this configuration to be sent.
Simon Kelley7de060b2011-08-26 17:24:52 +01001284Instead of an IP address, the TFTP server address can be given as a domain
1285name which is looked up in /etc/hosts. This name can be associated in
1286/etc/hosts with multiple IP addresses, which are used round-robin.
1287This facility can be used to load balance the tftp load among a set of servers.
1288.TP
1289.B --dhcp-sequential-ip
1290Dnsmasq is designed to choose IP addresses for DHCP clients using a
1291hash of the client's MAC address. This normally allows a client's
1292address to remain stable long-term, even if the client sometimes allows its DHCP
1293lease to expire. In this default mode IP addresses are distributed
1294pseudo-randomly over the entire available address range. There are
1295sometimes circumstances (typically server deployment) where it is more
1296convenient to have IP
1297addresses allocated sequentially, starting from the lowest available
1298address, and setting this flag enables this mode. Note that in the
1299sequential mode, clients which allow a lease to expire are much more
1300likely to move IP address; for this reason it should not be generally used.
Simon Kelley7622fc02009-06-04 20:32:05 +01001301.TP
Simon Kelley751d6f42012-02-10 15:24:51 +00001302.B --pxe-service=[tag:<tag>,]<CSA>,<menu text>[,<basename>|<bootservicetype>][,<server address>|<server_name>]
Simon Kelley7622fc02009-06-04 20:32:05 +01001303Most uses of PXE boot-ROMS simply allow the PXE
1304system to obtain an IP address and then download the file specified by
1305.B dhcp-boot
1306and execute it. However the PXE system is capable of more complex
1307functions when supported by a suitable DHCP server.
1308
1309This specifies a boot option which may appear in a PXE boot menu. <CSA> is
1310client system type, only services of the correct type will appear in a
1311menu. The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
1312Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI; an
1313integer may be used for other types. The
1314parameter after the menu text may be a file name, in which case dnsmasq acts as a
1315boot server and directs the PXE client to download the file by TFTP,
1316either from itself (
1317.B enable-tftp
Simon Kelley751d6f42012-02-10 15:24:51 +00001318must be set for this to work) or another TFTP server if the final server
1319address/name is given.
Simon Kelley7622fc02009-06-04 20:32:05 +01001320Note that the "layer"
1321suffix (normally ".0") is supplied by PXE, and should not be added to
1322the basename. If an integer boot service type, rather than a basename
1323is given, then the PXE client will search for a
1324suitable boot service for that type on the network. This search may be done
Simon Kelley751d6f42012-02-10 15:24:51 +00001325by broadcast, or direct to a server if its IP address/name is provided.
Simon Kelley316e2732010-01-22 20:16:09 +00001326If no boot service type or filename is provided (or a boot service type of 0 is specified)
1327then the menu entry will abort the net boot procedure and
Simon Kelley751d6f42012-02-10 15:24:51 +00001328continue booting from local media. The server address can be given as a domain
1329name which is looked up in /etc/hosts. This name can be associated in
1330/etc/hosts with multiple IP addresses, which are used round-robin.
Simon Kelley7622fc02009-06-04 20:32:05 +01001331.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001332.B --pxe-prompt=[tag:<tag>,]<prompt>[,<timeout>]
Simon Kelley7622fc02009-06-04 20:32:05 +01001333Setting this provides a prompt to be displayed after PXE boot. If the
1334timeout is given then after the
1335timeout has elapsed with no keyboard input, the first available menu
1336option will be automatically executed. If the timeout is zero then the first available menu
1337item will be executed immediately. If
1338.B pxe-prompt
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001339is omitted the system will wait for user input if there are multiple
Simon Kelley7622fc02009-06-04 20:32:05 +01001340items in the menu, but boot immediately if
1341there is only one. See
1342.B pxe-service
1343for details of menu items.
1344
1345Dnsmasq supports PXE "proxy-DHCP", in this case another DHCP server on
1346the network is responsible for allocating IP addresses, and dnsmasq
1347simply provides the information given in
1348.B pxe-prompt
1349and
1350.B pxe-service
1351to allow netbooting. This mode is enabled using the
1352.B proxy
1353keyword in
1354.B dhcp-range.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001355.TP
Simon Kelley44a2a312004-03-10 20:04:35 +00001356.B \-X, --dhcp-lease-max=<number>
1357Limits dnsmasq to the specified maximum number of DHCP leases. The
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001358default is 1000. This limit is to prevent DoS attacks from hosts which
Simon Kelley44a2a312004-03-10 20:04:35 +00001359create thousands of leases and use lots of memory in the dnsmasq
1360process.
1361.TP
Simon Kelleyfd9fa482004-10-21 20:24:00 +01001362.B \-K, --dhcp-authoritative
Simon Kelley095f6252013-01-30 11:31:02 +00001363Should be set when dnsmasq is definitely the only DHCP server on a network.
1364For DHCPv4, it changes the behaviour from strict RFC compliance so that DHCP requests on
Simon Kelleyfd9fa482004-10-21 20:24:00 +01001365unknown leases from unknown hosts are not ignored. This allows new hosts
Simon Kelleycdeda282006-03-16 20:16:06 +00001366to get a lease without a tedious timeout under all circumstances. It also
1367allows dnsmasq to rebuild its lease database without each client needing to
Simon Kelley095f6252013-01-30 11:31:02 +00001368reacquire a lease, if the database is lost. For DHCPv6 it sets the
1369priority in replies to 255 (the maximum) instead of 0 (the minimum).
Simon Kelley9e038942008-05-30 20:06:34 +01001370.TP
1371.B --dhcp-alternate-port[=<server port>[,<client port>]]
Simon Kelley1adadf52012-02-13 22:15:58 +00001372(IPv4 only) Change the ports used for DHCP from the default. If this option is
Simon Kelley9e038942008-05-30 20:06:34 +01001373given alone, without arguments, it changes the ports used for DHCP
1374from 67 and 68 to 1067 and 1068. If a single argument is given, that
1375port number is used for the server and the port number plus one used
1376for the client. Finally, two port numbers allows arbitrary
1377specification of both server and client ports for DHCP.
Simon Kelleyfd9fa482004-10-21 20:24:00 +01001378.TP
Simon Kelley9009d742008-11-14 20:04:27 +00001379.B \-3, --bootp-dynamic[=<network-id>[,<network-id>]]
Simon Kelley1adadf52012-02-13 22:15:58 +00001380(IPv4 only) Enable dynamic allocation of IP addresses to BOOTP clients. Use this
Simon Kelley3d8df262005-08-29 12:19:27 +01001381with care, since each address allocated to a BOOTP client is leased
1382forever, and therefore becomes permanently unavailable for re-use by
Simon Kelley9009d742008-11-14 20:04:27 +00001383other hosts. if this is given without tags, then it unconditionally
1384enables dynamic allocation. With tags, only when the tags are all
1385set. It may be repeated with different tag sets.
Simon Kelley3d8df262005-08-29 12:19:27 +01001386.TP
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001387.B \-5, --no-ping
Simon Kelley1adadf52012-02-13 22:15:58 +00001388(IPv4 only) By default, the DHCP server will attempt to ensure that an address in
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001389not in use before allocating it to a host. It does this by sending an
1390ICMP echo request (aka "ping") to the address in question. If it gets
1391a reply, then the address must already be in use, and another is
1392tried. This flag disables this check. Use with caution.
1393.TP
Simon Kelleyf2621c72007-04-29 19:47:21 +01001394.B --log-dhcp
1395Extra logging for DHCP: log all the options sent to DHCP clients and
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001396the tags used to determine them.
Simon Kelleyf2621c72007-04-29 19:47:21 +01001397.TP
Kevin Darbyshire-Bryant8c0b73d2013-10-11 11:56:33 +01001398.B --quiet-dhcp, --quiet-dhcp6, --quiet-ra
1399Suppress logging of the routine operation of these protocols. Errors and
1400problems will still be logged. --quiet-dhcp and quiet-dhcp6 are
1401over-ridden by --log-dhcp.
1402.TP
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001403.B \-l, --dhcp-leasefile=<path>
Simon Kelley73a08a22009-02-05 20:28:08 +00001404Use the specified file to store DHCP lease information.
Simon Kelley208b65c2006-08-05 21:41:37 +01001405.TP
Simon Kelley8b372702012-03-09 17:45:10 +00001406.B --dhcp-duid=<enterprise-id>,<uid>
1407(IPv6 only) Specify the server persistent UID which the DHCPv6 server
1408will use. This option is not normally required as dnsmasq creates a
1409DUID automatically when it is first needed. When given, this option
1410provides dnsmasq the data required to create a DUID-EN type DUID. Note
1411that once set, the DUID is stored in the lease database, so to change between DUID-EN and
1412automatically created DUIDs or vice-versa, the lease database must be
1413re-intialised. The enterprise-id is assigned by IANA, and the uid is a
1414string of hex octets unique to a particular device.
1415.TP
Simon Kelley7cebd202006-05-06 14:13:33 +01001416.B \-6 --dhcp-script=<path>
Simon Kelleya9530962012-03-20 22:07:35 +00001417Whenever a new DHCP lease is created, or an old one destroyed, or a
1418TFTP file transfer completes, the
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001419executable specified by this option is run. <path>
1420must be an absolute pathname, no PATH search occurs.
1421The arguments to the process
Simon Kelley7cebd202006-05-06 14:13:33 +01001422are "add", "old" or "del", the MAC
Simon Kelley1adadf52012-02-13 22:15:58 +00001423address of the host (or DUID for IPv6) , the IP address, and the hostname,
Simon Kelley7cebd202006-05-06 14:13:33 +01001424if known. "add" means a lease has been created, "del" means it has
1425been destroyed, "old" is a notification of an existing lease when
Simon Kelley208b65c2006-08-05 21:41:37 +01001426dnsmasq starts or a change to MAC address or hostname of an existing
1427lease (also, lease length or expiry and client-id, if leasefile-ro is set).
Simon Kelley9009d742008-11-14 20:04:27 +00001428If the MAC address is from a network type other than ethernet,
1429it will have the network type prepended, eg "06-01:23:45:67:89:ab" for
1430token ring. The process is run as root (assuming that dnsmasq was originally run as
Simon Kelley16972692006-10-16 20:04:18 +01001431root) even if dnsmasq is configured to change UID to an unprivileged user.
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001432
1433The environment is inherited from the invoker of dnsmasq, with some or
Simon Kelley1adadf52012-02-13 22:15:58 +00001434all of the following variables added
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001435
Simon Kelley1adadf52012-02-13 22:15:58 +00001436For both IPv4 and IPv6:
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001437
1438DNSMASQ_DOMAIN if the fully-qualified domain name of the host is
Simon Kelley28866e92011-02-14 20:19:14 +00001439known, this is set to the domain part. (Note that the hostname passed
1440to the script as an argument is never fully-qualified.)
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001441
Simon Kelley1adadf52012-02-13 22:15:58 +00001442If the client provides a hostname, DNSMASQ_SUPPLIED_HOSTNAME
1443
1444If the client provides user-classes, DNSMASQ_USER_CLASS0..DNSMASQ_USER_CLASSn
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001445
1446If dnsmasq was compiled with HAVE_BROKEN_RTC, then
Simon Kelley208b65c2006-08-05 21:41:37 +01001447the length of the lease (in seconds) is stored in
Simon Kelley16972692006-10-16 20:04:18 +01001448DNSMASQ_LEASE_LENGTH, otherwise the time of lease expiry is stored in
Simon Kelley5aabfc72007-08-29 11:24:47 +01001449DNSMASQ_LEASE_EXPIRES. The number of seconds until lease expiry is
1450always stored in DNSMASQ_TIME_REMAINING.
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001451
Simon Kelley5aabfc72007-08-29 11:24:47 +01001452If a lease used to have a hostname, which is
Simon Kelley16972692006-10-16 20:04:18 +01001453removed, an "old" event is generated with the new state of the lease,
1454ie no name, and the former name is provided in the environment
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001455variable DNSMASQ_OLD_HOSTNAME.
1456
1457DNSMASQ_INTERFACE stores the name of
Simon Kelley9e038942008-05-30 20:06:34 +01001458the interface on which the request arrived; this is not set for "old"
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001459actions when dnsmasq restarts.
1460
1461DNSMASQ_RELAY_ADDRESS is set if the client
Simon Kelley316e2732010-01-22 20:16:09 +00001462used a DHCP relay to contact dnsmasq and the IP address of the relay
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001463is known.
1464
1465DNSMASQ_TAGS contains all the tags set during the
Simon Kelley316e2732010-01-22 20:16:09 +00001466DHCP transaction, separated by spaces.
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001467
Simon Kelleye46164e2012-04-16 16:39:38 +01001468DNSMASQ_LOG_DHCP is set if
1469.B --log-dhcp
1470is in effect.
Simon Kelleya9530962012-03-20 22:07:35 +00001471
Simon Kelley1adadf52012-02-13 22:15:58 +00001472For IPv4 only:
1473
1474DNSMASQ_CLIENT_ID if the host provided a client-id.
1475
Simon Kelleydd1721c2013-02-18 21:04:04 +00001476DNSMASQ_CIRCUIT_ID, DNSMASQ_SUBSCRIBER_ID, DNSMASQ_REMOTE_ID if a
1477DHCP relay-agent added any of these options.
1478
Simon Kelley1adadf52012-02-13 22:15:58 +00001479If the client provides vendor-class, DNSMASQ_VENDOR_CLASS.
1480
1481For IPv6 only:
1482
1483If the client provides vendor-class, DNSMASQ_VENDOR_CLASS_ID,
1484containing the IANA enterprise id for the class, and
1485DNSMASQ_VENDOR_CLASS0..DNSMASQ_VENDOR_CLASSn for the data.
1486
Simon Kelley57f460d2012-02-16 20:00:32 +00001487DNSMASQ_SERVER_DUID containing the DUID of the server: this is the same for
Simon Kelley1adadf52012-02-13 22:15:58 +00001488every call to the script.
1489
1490DNSMASQ_IAID containing the IAID for the lease. If the lease is a
1491temporary allocation, this is prefixed to 'T'.
1492
Simon Kelley89500e32013-09-20 16:29:20 +01001493DNSMASQ_MAC containing the MAC address of the client, if known.
Simon Kelley1adadf52012-02-13 22:15:58 +00001494
1495Note that the supplied hostname, vendorclass and userclass data is
1496only supplied for
1497"add" actions or "old" actions when a host resumes an existing lease,
1498since these data are not held in dnsmasq's lease
1499database.
1500
Simon Kelleya9530962012-03-20 22:07:35 +00001501
1502
Simon Kelley9e038942008-05-30 20:06:34 +01001503All file descriptors are
Simon Kelley7cebd202006-05-06 14:13:33 +01001504closed except stdin, stdout and stderr which are open to /dev/null
1505(except in debug mode).
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001506
1507The script is not invoked concurrently: at most one instance
1508of the script is ever running (dnsmasq waits for an instance of script to exit
1509before running the next). Changes to the lease database are which
1510require the script to be invoked are queued awaiting exit of a running instance.
1511If this queueing allows multiple state changes occur to a single
1512lease before the script can be run then
1513earlier states are discarded and the current state of that lease is
1514reflected when the script finally runs.
1515
1516At dnsmasq startup, the script will be invoked for
Simon Kelley7cebd202006-05-06 14:13:33 +01001517all existing leases as they are read from the lease file. Expired
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001518leases will be called with "del" and others with "old". When dnsmasq
Simon Kelley5aabfc72007-08-29 11:24:47 +01001519receives a HUP signal, the script will be invoked for existing leases
Simon Kelley9e038942008-05-30 20:06:34 +01001520with an "old " event.
Simon Kelleya9530962012-03-20 22:07:35 +00001521
1522
1523There are two further actions which may appear as the first argument
1524to the script, "init" and "tftp". More may be added in the future, so
1525scripts should be written to ignore unknown actions. "init" is
Simon Kelleye46164e2012-04-16 16:39:38 +01001526described below in
Simon Kelleya9530962012-03-20 22:07:35 +00001527.B --leasefile-ro
1528The "tftp" action is invoked when a TFTP file transfer completes: the
1529arguments are the file size in bytes, the address to which the file
1530was sent, and the complete pathname of the file.
1531
Simon Kelley9e038942008-05-30 20:06:34 +01001532.TP
Simon Kelley57f460d2012-02-16 20:00:32 +00001533.B --dhcp-luascript=<path>
1534Specify a script written in Lua, to be run when leases are created,
1535destroyed or changed. To use this option, dnsmasq must be compiled
1536with the correct support. The Lua interpreter is intialised once, when
1537dnsmasq starts, so that global variables persist between lease
1538events. The Lua code must define a
1539.B lease
1540function, and may provide
1541.B init
1542and
1543.B shutdown
1544functions, which are called, without arguments when dnsmasq starts up
Simon Kelleya9530962012-03-20 22:07:35 +00001545and terminates. It may also provide a
1546.B tftp
1547function.
Simon Kelley57f460d2012-02-16 20:00:32 +00001548
1549The
1550.B lease
Simon Kelleya9530962012-03-20 22:07:35 +00001551function receives the information detailed in
Simon Kelley57f460d2012-02-16 20:00:32 +00001552.B --dhcp-script.
1553It gets two arguments, firstly the action, which is a string
1554containing, "add", "old" or "del", and secondly a table of tag value
1555pairs. The tags mostly correspond to the environment variables
1556detailed above, for instance the tag "domain" holds the same data as
1557the environment variable DNSMASQ_DOMAIN. There are a few extra tags
1558which hold the data supplied as arguments to
1559.B --dhcp-script.
1560These are
1561.B mac_address, ip_address
1562and
1563.B hostname
1564for IPv4, and
1565.B client_duid, ip_address
1566and
1567.B hostname
Simon Kelleya9530962012-03-20 22:07:35 +00001568for IPv6.
1569
1570The
1571.B tftp
1572function is called in the same way as the lease function, and the
1573table holds the tags
1574.B destination_address,
1575.B file_name
1576and
1577.B file_size.
Simon Kelley57f460d2012-02-16 20:00:32 +00001578.TP
Simon Kelley9e038942008-05-30 20:06:34 +01001579.B --dhcp-scriptuser
Simon Kelley57f460d2012-02-16 20:00:32 +00001580Specify 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.
Simon Kelley208b65c2006-08-05 21:41:37 +01001581.TP
1582.B \-9, --leasefile-ro
1583Completely suppress use of the lease database file. The file will not
1584be created, read, or written. Change the way the lease-change
1585script (if one is provided) is called, so that the lease database may
1586be maintained in external storage by the script. In addition to the
Simon Kelleyf2621c72007-04-29 19:47:21 +01001587invocations given in
Simon Kelley208b65c2006-08-05 21:41:37 +01001588.B --dhcp-script
1589the lease-change script is called once, at dnsmasq startup, with the
1590single argument "init". When called like this the script should write
1591the saved state of the lease database, in dnsmasq leasefile format, to
1592stdout and exit with zero exit code. Setting this
1593option also forces the leasechange script to be called on changes
1594to the client-id and lease length and expiry time.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001595.TP
Simon Kelley832af0b2007-01-21 20:01:28 +00001596.B --bridge-interface=<interface>,<alias>[,<alias>]
1597Treat DHCP request packets arriving at any of the <alias> interfaces
Simon Kelley7622fc02009-06-04 20:32:05 +01001598as if they had arrived at <interface>. This option is necessary when
1599using "old style" bridging on BSD platforms, since
Simon Kelley832af0b2007-01-21 20:01:28 +00001600packets arrive at tap interfaces which don't have an IP address.
Neil Jerram70772c92014-06-11 21:22:40 +01001601A trailing '*' wildcard can be used in each <alias>.
Simon Kelley832af0b2007-01-21 20:01:28 +00001602.TP
Simon Kelley28866e92011-02-14 20:19:14 +00001603.B \-s, --domain=<domain>[,<address range>[,local]]
Simon Kelley9009d742008-11-14 20:04:27 +00001604Specifies DNS domains for the DHCP server. Domains may be be given
1605unconditionally (without the IP range) or for limited IP ranges. This has two effects;
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001606firstly it causes the DHCP server to return the domain to any hosts
1607which request it, and secondly it sets the domain which it is legal
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001608for DHCP-configured hosts to claim. The intention is to constrain
1609hostnames so that an untrusted host on the LAN cannot advertise
1610its name via dhcp as e.g. "microsoft.com" and capture traffic not
1611meant for it. If no domain suffix is specified, then any DHCP
1612hostname with a domain part (ie with a period) will be disallowed
1613and logged. If suffix is specified, then hostnames with a domain
1614part are allowed, provided the domain part matches the suffix. In
1615addition, when a suffix is set then hostnames without a domain
1616part have the suffix added as an optional domain part. Eg on my network I can set
Simon Kelley3d8df262005-08-29 12:19:27 +01001617.B --domain=thekelleys.org.uk
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001618and have a machine whose DHCP hostname is "laptop". The IP address for that machine is available from
1619.B dnsmasq
Simon Kelleyde379512004-06-22 20:23:33 +01001620both as "laptop" and "laptop.thekelleys.org.uk". If the domain is
1621given as "#" then the domain is read from the first "search" directive
Simon Kelley28866e92011-02-14 20:19:14 +00001622in /etc/resolv.conf (or equivalent).
1623
1624The address range can be of the form
Simon Kelley9009d742008-11-14 20:04:27 +00001625<ip address>,<ip address> or <ip address>/<netmask> or just a single
1626<ip address>. See
1627.B --dhcp-fqdn
1628which can change the behaviour of dnsmasq with domains.
Simon Kelley28866e92011-02-14 20:19:14 +00001629
1630If the address range is given as ip-address/network-size, then a
1631additional flag "local" may be supplied which has the effect of adding
1632--local declarations for forward and reverse DNS queries. Eg.
1633.B --domain=thekelleys.org.uk,192.168.0.0/24,local
1634is identical to
1635.B --domain=thekelleys.org.uk,192.168.0.0/24
1636--local=/thekelleys.org.uk/ --local=/0.168.192.in-addr.arpa/
1637The network size must be 8, 16 or 24 for this to be legal.
Simon Kelley9009d742008-11-14 20:04:27 +00001638.TP
1639.B --dhcp-fqdn
1640In the default mode, dnsmasq inserts the unqualified names of
1641DHCP clients into the DNS. For this reason, the names must be unique,
1642even if two clients which have the same name are in different
1643domains. If a second DHCP client appears which has the same name as an
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001644existing client, the name is transferred to the new client. If
Simon Kelley9009d742008-11-14 20:04:27 +00001645.B --dhcp-fqdn
1646is set, this behaviour changes: the unqualified name is no longer
1647put in the DNS, only the qualified name. Two DHCP clients with the
1648same name may both keep the name, provided that the domain part is
1649different (ie the fully qualified names differ.) To ensure that all
1650names have a domain part, there must be at least
1651.B --domain
1652without an address specified when
1653.B --dhcp-fqdn
1654is set.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001655.TP
Simon Kelleyc72daea2012-01-05 21:33:27 +00001656.B --dhcp-client-update
1657Normally, when giving a DHCP lease, dnsmasq sets flags in the FQDN
1658option to tell the client not to attempt a DDNS update with its name
1659and IP address. This is because the name-IP pair is automatically
1660added into dnsmasq's DNS view. This flag suppresses that behaviour,
1661this is useful, for instance, to allow Windows clients to update
1662Active Directory servers. See RFC 4702 for details.
1663.TP
Simon Kelleyc5ad4e72012-02-24 16:06:20 +00001664.B --enable-ra
1665Enable dnsmasq's IPv6 Router Advertisement feature. DHCPv6 doesn't
1666handle complete network configuration in the same way as DHCPv4. Router
1667discovery and (possibly) prefix discovery for autonomous address
1668creation are handled by a different protocol. When DHCP is in use,
1669only a subset of this is needed, and dnsmasq can handle it, using
1670existing DHCP configuration to provide most data. When RA is enabled,
1671dnsmasq will advertise a prefix for each dhcp-range, with default
1672router and recursive DNS server as the relevant link-local address on
Simon Kelleye8ca69e2012-03-26 21:23:26 +01001673the machine running dnsmasq. By default, he "managed address" bits are set, and
1674the "use SLAAC" bit is reset. This can be changed for individual
1675subnets with the mode keywords described in
1676.B --dhcp-range.
Simon Kelley18f0fb02012-03-31 21:18:55 +01001677RFC6106 DNS parameters are included in the advertisements. By default,
1678the relevant link-local address of the machine running dnsmasq is sent
1679as recursive DNS server. If provided, the DHCPv6 options dns-server and
1680domain-search are used for RDNSS and DNSSL.
Simon Kelleyc5ad4e72012-02-24 16:06:20 +00001681.TP
Simon Kelleyc4cd95d2013-10-10 20:58:11 +01001682.B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>]
1683Set non-default values for router advertisements sent via an
1684interface. The priority field for the router may be altered from the
1685default of medium with eg
1686.B --ra-param=eth0,high.
1687The interval between router advertisements may be set (in seconds) with
1688.B --ra-param=eth0,60.
1689The lifetime of the route may be changed or set to zero, which allows
1690a router to advertise prefixes but not a route via itself.
1691.B --ra-parm=eth0,0,0
1692(A value of zero for the interval means the default value.) All three parameters may be set at once.
1693.B --ra-param=low,60,1200
1694The interface field may include a wildcard.
Simon Kelley8d030462013-07-29 15:41:26 +01001695.TP
Simon Kelley2937f8a2013-07-29 19:49:07 +01001696.B --enable-tftp[=<interface>[,<interface>]]
Simon Kelley832af0b2007-01-21 20:01:28 +00001697Enable the TFTP server function. This is deliberately limited to that
Simon Kelley9e038942008-05-30 20:06:34 +01001698needed to net-boot a client. Only reading is allowed; the tsize and
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001699blksize extensions are supported (tsize is only supported in octet
Simon Kelley2937f8a2013-07-29 19:49:07 +01001700mode). Without an argument, the TFTP service is provided to the same set of interfaces as DHCP service.
1701If the list of interfaces is provided, that defines which interfaces recieve TFTP service.
Simon Kelleyb8187c82005-11-26 21:46:27 +00001702.TP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001703.B --tftp-root=<directory>[,<interface>]
Simon Kelley832af0b2007-01-21 20:01:28 +00001704Look for files to transfer using TFTP relative to the given
1705directory. When this is set, TFTP paths which include ".." are
1706rejected, to stop clients getting outside the specified root.
Simon Kelleyf2621c72007-04-29 19:47:21 +01001707Absolute paths (starting with /) are allowed, but they must be within
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001708the tftp-root. If the optional interface argument is given, the
1709directory is only used for TFTP requests via that interface.
Simon Kelley832af0b2007-01-21 20:01:28 +00001710.TP
Simon Kelley5aabfc72007-08-29 11:24:47 +01001711.B --tftp-unique-root
1712Add the IP address of the TFTP client as a path component on the end
1713of the TFTP-root (in standard dotted-quad format). Only valid if a
1714tftp-root is set and the directory exists. For instance, if tftp-root is "/tftp" and client
17151.2.3.4 requests file "myfile" then the effective path will be
1716"/tftp/1.2.3.4/myfile" if /tftp/1.2.3.4 exists or /tftp/myfile otherwise.
1717.TP
Simon Kelley832af0b2007-01-21 20:01:28 +00001718.B --tftp-secure
Simon Kelley5aabfc72007-08-29 11:24:47 +01001719Enable TFTP secure mode: without this, any file which is readable by
Simon Kelley832af0b2007-01-21 20:01:28 +00001720the dnsmasq process under normal unix access-control rules is
1721available via TFTP. When the --tftp-secure flag is given, only files
1722owned by the user running the dnsmasq process are accessible. If
1723dnsmasq is being run as root, different rules apply: --tftp-secure
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001724has no effect, but only files which have the world-readable bit set
Simon Kelley832af0b2007-01-21 20:01:28 +00001725are accessible. It is not recommended to run dnsmasq as root with TFTP
1726enabled, and certainly not without specifying --tftp-root. Doing so
1727can expose any world-readable file on the server to any host on the net.
1728.TP
Simon Kelley61ce6002012-04-20 21:28:49 +01001729.B --tftp-lowercase
1730Convert filenames in TFTP requests to all lowercase. This is useful
1731for requests from Windows machines, which have case-insensitive
1732filesystems and tend to play fast-and-loose with case in filenames.
1733Note that dnsmasq's tftp server always converts "\\" to "/" in filenames.
1734.TP
Simon Kelley832af0b2007-01-21 20:01:28 +00001735.B --tftp-max=<connections>
1736Set the maximum number of concurrent TFTP connections allowed. This
1737defaults to 50. When serving a large number of TFTP connections,
1738per-process file descriptor limits may be encountered. Dnsmasq needs
1739one file descriptor for each concurrent TFTP connection and one
1740file descriptor per unique file (plus a few others). So serving the
1741same file simultaneously to n clients will use require about n + 10 file
1742descriptors, serving different files simultaneously to n clients will
Simon Kelley824af852008-02-12 20:43:05 +00001743require about (2*n) + 10 descriptors. If
1744.B --tftp-port-range
1745is given, that can affect the number of concurrent connections.
Simon Kelley6b010842007-02-12 20:32:07 +00001746.TP
1747.B --tftp-no-blocksize
1748Stop the TFTP server from negotiating the "blocksize" option with a
1749client. Some buggy clients request this option but then behave badly
1750when it is granted.
Simon Kelley824af852008-02-12 20:43:05 +00001751.TP
1752.B --tftp-port-range=<start>,<end>
1753A TFTP server listens on a well-known port (69) for connection initiation,
1754but it also uses a dynamically-allocated port for each
1755connection. Normally these are allocated by the OS, but this option
1756specifies a range of ports for use by TFTP transfers. This can be
1757useful when TFTP has to traverse a firewall. The start of the range
1758cannot be lower than 1025 unless dnsmasq is running as root. The number
1759of concurrent TFTP connections is limited by the size of the port range.
Simon Kelley832af0b2007-01-21 20:01:28 +00001760.TP
Simon Kelleyb8187c82005-11-26 21:46:27 +00001761.B \-C, --conf-file=<file>
1762Specify a different configuration file. The conf-file option is also allowed in
Simon Kelley28866e92011-02-14 20:19:14 +00001763configuration files, to include multiple configuration files. A
1764filename of "-" causes dnsmasq to read configuration from stdin.
Simon Kelley849a8352006-06-09 21:02:31 +01001765.TP
Simon Kelley3e1551a2014-09-09 21:46:07 +01001766.B \-7, --conf-dir=<directory>[,<file-extension>......],
Simon Kelley849a8352006-06-09 21:02:31 +01001767Read all the files in the given directory as configuration
Simon Kelley1f15b812009-10-13 17:49:32 +01001768files. If extension(s) are given, any files which end in those
1769extensions are skipped. Any files whose names end in ~ or start with . or start and end
Simon Kelley3e1551a2014-09-09 21:46:07 +01001770with # are always skipped. If the extension starts with * then only files
1771which have that extension are loaded. So
1772.B --conf-dir=/path/to/dir,*.conf
1773loads all files with the suffix .conf in /path/to/dir. This flag may be given on the command
1774line or in a configuration file. If giving it on the command line, be sure to
1775escape * characters.
Simon Kelley7b1eae42014-02-20 13:43:28 +00001776.TP
1777.B --servers-file=<file>
1778A special case of
1779.B --conf-file
1780which differs in two respects. Firstly, only --server and --rev-server are allowed
1781in the configuration file included. Secondly, the file is re-read and the configuration
1782therein is updated when dnsmasq recieves SIGHUP.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001783.SH CONFIG FILE
Simon Kelley3be34542004-09-11 19:12:13 +01001784At startup, dnsmasq reads
1785.I /etc/dnsmasq.conf,
1786if it exists. (On
1787FreeBSD, the file is
1788.I /usr/local/etc/dnsmasq.conf
Simon Kelleyb8187c82005-11-26 21:46:27 +00001789) (but see the
1790.B \-C
Simon Kelley849a8352006-06-09 21:02:31 +01001791and
1792.B \-7
1793options.) The format of this
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001794file consists of one option per line, exactly as the long options detailed
1795in the OPTIONS section but without the leading "--". Lines starting with # are comments and ignored. For
Simon Kelleyb49644f2004-01-30 21:36:24 +00001796options which may only be specified once, the configuration file overrides
Simon Kelleyb8187c82005-11-26 21:46:27 +00001797the command line. Quoting is allowed in a config file:
Simon Kelley3d8df262005-08-29 12:19:27 +01001798between " quotes the special meanings of ,:. and # are removed and the
Simon Kelley824af852008-02-12 20:43:05 +00001799following escapes are allowed: \\\\ \\" \\t \\e \\b \\r and \\n. The later
1800corresponding to tab, escape, backspace, return and newline.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001801.SH NOTES
1802When it receives a SIGHUP,
1803.B dnsmasq
Simon Kelley3be34542004-09-11 19:12:13 +01001804clears its cache and then re-loads
Simon Kelley5aabfc72007-08-29 11:24:47 +01001805.I /etc/hosts
1806and
1807.I /etc/ethers
Simon Kelley3d04f462015-01-31 21:59:13 +00001808and any file given by --dhcp-hostsfile, --dhcp-hostsdir, --dhcp-optsfile,
1809--dhcp-optsdir, --addn-hosts or --hostsdir.
Simon Kelley5aabfc72007-08-29 11:24:47 +01001810The dhcp lease change script is called for all
1811existing DHCP leases. If
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001812.B
1813--no-poll
Simon Kelley3be34542004-09-11 19:12:13 +01001814is set SIGHUP also re-reads
1815.I /etc/resolv.conf.
1816SIGHUP
Simon Kelleyb49644f2004-01-30 21:36:24 +00001817does NOT re-read the configuration file.
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001818.PP
1819When it receives a SIGUSR1,
1820.B dnsmasq
Simon Kelley824af852008-02-12 20:43:05 +00001821writes statistics to the system log. It writes the cache size,
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001822the number of names which have had to removed from the cache before
1823they expired in order to make room for new names and the total number
Simon Kelleyfec216d2014-03-27 20:54:34 +00001824of names that have been inserted into the cache. The number of cache hits and
1825misses and the number of authoritative queries answered are also given. For each upstream
Simon Kelley824af852008-02-12 20:43:05 +00001826server it gives the number of queries sent, and the number which
1827resulted in an error. In
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001828.B --no-daemon
Simon Kelley5aabfc72007-08-29 11:24:47 +01001829mode or when full logging is enabled (-q), a complete dump of the
Simon Kelleyfec216d2014-03-27 20:54:34 +00001830contents of the cache is made.
1831
1832The cache statistics are also available in the DNS as answers to
1833queries of class CHAOS and type TXT in domain bind. The domain names are cachesize.bind, insertions.bind, evictions.bind,
1834misses.bind, hits.bind, auth.bind and servers.bind. An example command to query this, using the
1835.B dig
1836utility would be
1837
1838dig +short chaos txt cachesize.bind
1839
Simon Kelley5aabfc72007-08-29 11:24:47 +01001840.PP
1841When it receives SIGUSR2 and it is logging direct to a file (see
1842.B --log-facility
1843)
1844.B dnsmasq
1845will close and reopen the log file. Note that during this operation,
1846dnsmasq will not be running as root. When it first creates the logfile
1847dnsmasq changes the ownership of the file to the non-root user it will run
1848as. Logrotate should be configured to create a new log file with
Simon Kelley9e038942008-05-30 20:06:34 +01001849the ownership which matches the existing one before sending SIGUSR2.
Simon Kelley5aabfc72007-08-29 11:24:47 +01001850If TCP DNS queries are in progress, the old logfile will remain open in
1851child processes which are handling TCP queries and may continue to be
1852written. There is a limit of 150 seconds, after which all existing TCP
1853processes will have expired: for this reason, it is not wise to
1854configure logfile compression for logfiles which have just been
1855rotated. Using logrotate, the required options are
1856.B create
1857and
1858.B delaycompress.
1859
1860
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001861.PP
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001862Dnsmasq is a DNS query forwarder: it it not capable of recursively
1863answering arbitrary queries starting from the root servers but
1864forwards such queries to a fully recursive upstream DNS server which is
1865typically provided by an ISP. By default, dnsmasq reads
Simon Kelley3be34542004-09-11 19:12:13 +01001866.I /etc/resolv.conf
1867to discover the IP
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001868addresses of the upstream nameservers it should use, since the
1869information is typically stored there. Unless
1870.B --no-poll
1871is used,
1872.B dnsmasq
Simon Kelley3be34542004-09-11 19:12:13 +01001873checks the modification time of
1874.I /etc/resolv.conf
1875(or equivalent if
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001876.B \--resolv-file
1877is used) and re-reads it if it changes. This allows the DNS servers to
1878be set dynamically by PPP or DHCP since both protocols provide the
1879information.
Simon Kelley3be34542004-09-11 19:12:13 +01001880Absence of
1881.I /etc/resolv.conf
1882is not an error
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001883since it may not have been created before a PPP connection exists. Dnsmasq
Simon Kelley3be34542004-09-11 19:12:13 +01001884simply keeps checking in case
1885.I /etc/resolv.conf
1886is created at any
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001887time. Dnsmasq can be told to parse more than one resolv.conf
1888file. This is useful on a laptop, where both PPP and DHCP may be used:
Simon Kelley3be34542004-09-11 19:12:13 +01001889dnsmasq can be set to poll both
1890.I /etc/ppp/resolv.conf
1891and
1892.I /etc/dhcpc/resolv.conf
1893and will use the contents of whichever changed
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001894last, giving automatic switching between DNS servers.
1895.PP
1896Upstream servers may also be specified on the command line or in
Simon Kelleyb49644f2004-01-30 21:36:24 +00001897the configuration file. These server specifications optionally take a
Simon Kelley9e4abcb2004-01-22 19:47:41 +00001898domain name which tells dnsmasq to use that server only to find names
1899in that particular domain.
1900.PP
1901In order to configure dnsmasq to act as cache for the host on which it is running, put "nameserver 127.0.0.1" in
1902.I /etc/resolv.conf
1903to force local processes to send queries to
1904dnsmasq. Then either specify the upstream servers directly to dnsmasq
1905using
1906.B \--server
1907options or put their addresses real in another file, say
1908.I /etc/resolv.dnsmasq
1909and run dnsmasq with the
1910.B \-r /etc/resolv.dnsmasq
1911option. This second technique allows for dynamic update of the server
1912addresses by PPP or DHCP.
Simon Kelley3be34542004-09-11 19:12:13 +01001913.PP
Simon Kelleyf6b7dc42005-01-23 12:06:08 +00001914Addresses in /etc/hosts will "shadow" different addresses for the same
1915names in the upstream DNS, so "mycompany.com 1.2.3.4" in /etc/hosts will ensure that
1916queries for "mycompany.com" always return 1.2.3.4 even if queries in
1917the upstream DNS would otherwise return a different address. There is
1918one exception to this: if the upstream DNS contains a CNAME which
1919points to a shadowed name, then looking up the CNAME through dnsmasq
1920will result in the unshadowed address associated with the target of
1921the CNAME. To work around this, add the CNAME to /etc/hosts so that
1922the CNAME is shadowed too.
1923
1924.PP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001925The tag system works as follows: For each DHCP request, dnsmasq
1926collects a set of valid tags from active configuration lines which
1927include set:<tag>, including one from the
Simon Kelley26128d22004-11-14 16:43:54 +00001928.B dhcp-range
1929used to allocate the address, one from any matching
1930.B dhcp-host
Simon Kelley9009d742008-11-14 20:04:27 +00001931(and "known" if a dhcp-host matches)
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001932The tag "bootp" is set for BOOTP requests, and a tag whose name is the
1933name of the interface on which the request arrived is also set.
1934
Tomas Hozzaa66d36e2013-04-22 15:08:07 +01001935Any configuration lines which include one or more tag:<tag> constructs
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001936will only be valid if all that tags are matched in the set derived
1937above. Typically this is dhcp-option.
Simon Kelley26128d22004-11-14 16:43:54 +00001938.B dhcp-option
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001939which has tags will be used in preference to an untagged
Simon Kelley26128d22004-11-14 16:43:54 +00001940.B dhcp-option,
1941provided that _all_ the tags match somewhere in the
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001942set collected as described above. The prefix '!' on a tag means 'not'
Moritz Warninge62e9b62014-03-20 15:32:22 +00001943so --dhcp-option=tag:!purple,3,1.2.3.4 sends the option when the
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001944tag purple is not in the set of valid tags. (If using this in a
1945command line rather than a configuration file, be sure to escape !,
1946which is a shell metacharacter)
Simon Kelley7de060b2011-08-26 17:24:52 +01001947
1948When selecting dhcp-options, a tag from dhcp-range is second class
1949relative to other tags, to make it easy to override options for
1950individual hosts, so
1951.B dhcp-range=set:interface1,......
1952.B dhcp-host=set:myhost,.....
1953.B dhcp-option=tag:interface1,option:nis-domain,"domain1"
1954.B dhcp-option=tag:myhost,option:nis-domain,"domain2"
1955will set the NIS-domain to domain1 for hosts in the range, but
1956override that to domain2 for a particular host.
1957
Simon Kelley26128d22004-11-14 16:43:54 +00001958.PP
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001959Note that for
Simon Kelleyf6b7dc42005-01-23 12:06:08 +00001960.B dhcp-range
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001961both tag:<tag> and set:<tag> are allowed, to both select the range in
1962use based on (eg) dhcp-host, and to affect the options sent, based on
1963the range selected.
1964
1965This system evolved from an earlier, more limited one and for backward
1966compatibility "net:" may be used instead of "tag:" and "set:" may be
1967omitted. (Except in
1968.B dhcp-host,
1969where "net:" may be used instead of "set:".) For the same reason, '#'
1970may be used instead of '!' to indicate NOT.
Simon Kelleyf6b7dc42005-01-23 12:06:08 +00001971.PP
Simon Kelley3be34542004-09-11 19:12:13 +01001972The DHCP server in dnsmasq will function as a BOOTP server also,
1973provided that the MAC address and IP address for clients are given,
1974either using
1975.B dhcp-host
1976configurations or in
1977.I /etc/ethers
1978, and a
1979.B dhcp-range
1980configuration option is present to activate the DHCP server
Simon Kelleyb8187c82005-11-26 21:46:27 +00001981on a particular network. (Setting --bootp-dynamic removes the need for
1982static address mappings.) The filename
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001983parameter in a BOOTP request is used as a tag,
1984as is the tag "bootp", allowing some control over the options returned to
Simon Kelley3be34542004-09-11 19:12:13 +01001985different classes of hosts.
1986
Simon Kelley333b2ce2013-01-07 21:46:03 +00001987.SH AUTHORITATIVE CONFIGURATION
1988.PP
1989Configuring dnsmasq to act as an authoritative DNS server is
1990complicated by the fact that it involves configuration of external DNS
1991servers to provide delegation. We will walk through three scenarios of
1992increasing complexity. Prerequisites for all of these scenarios
Simon Kelley81925ab2013-04-10 11:43:58 +01001993are a globally accessible IP address, an A or AAAA record pointing to that address,
Simon Kelley333b2ce2013-01-07 21:46:03 +00001994and an external DNS server capable of doing delegation of the zone in
1995question. For the first part of this explanation, we will call the A (or AAAA) record
1996for the globally accessible address server.example.com, and the zone
1997for which dnsmasq is authoritative our.zone.com.
1998
1999The simplest configuration consists of two lines of dnsmasq configuration; something like
2000
2001.nf
2002.B auth-server=server.example.com,eth0
Simon Kelley79cb46c2013-01-23 19:49:21 +00002003.B auth-zone=our.zone.com,1.2.3.0/24
Simon Kelley333b2ce2013-01-07 21:46:03 +00002004.fi
2005
2006and two records in the external DNS
2007
2008.nf
2009server.example.com A 192.0.43.10
2010our.zone.com NS server.example.com
2011.fi
2012
2013eth0 is the external network interface on which dnsmasq is listening,
2014and has (globally accessible) address 192.0.43.10.
2015
2016Note that the external IP address may well be dynamic (ie assigned
2017from an ISP by DHCP or PPP) If so, the A record must be linked to this
2018dynamic assignment by one of the usual dynamic-DNS systems.
2019
2020A more complex, but practically useful configuration has the address
2021record for the globally accessible IP address residing in the
2022authoritative zone which dnsmasq is serving, typically at the root. Now
2023we have
2024
2025.nf
2026.B auth-server=our.zone.com,eth0
Simon Kelley79cb46c2013-01-23 19:49:21 +00002027.B auth-zone=our.zone.com,1.2.3.0/24
Simon Kelley333b2ce2013-01-07 21:46:03 +00002028.fi
2029
2030.nf
Simon Kelley0f128eb2013-03-11 21:21:35 +00002031our.zone.com A 1.2.3.4
Simon Kelley333b2ce2013-01-07 21:46:03 +00002032our.zone.com NS our.zone.com
2033.fi
2034
2035The A record for our.zone.com has now become a glue record, it solves
2036the chicken-and-egg problem of finding the IP address of the
2037nameserver for our.zone.com when the A record is within that
2038zone. Note that this is the only role of this record: as dnsmasq is
2039now authoritative from our.zone.com it too must provide this
2040record. If the external address is static, this can be done with an
2041.B /etc/hosts
2042entry or
2043.B --host-record.
Simon Kelley333b2ce2013-01-07 21:46:03 +00002044
2045.nf
Simon Kelley0f128eb2013-03-11 21:21:35 +00002046.B auth-server=our.zone.com,eth0
2047.B host-record=our.zone.com,1.2.3.4
2048.B auth-zone=our.zone.com,1.2.3.0/24
2049.fi
2050
2051If the external address is dynamic, the address
2052associated with our.zone.com must be derived from the address of the
Simon Kelley6f130de2013-04-15 14:47:14 +01002053relevant interface. This is done using
Simon Kelley0f128eb2013-03-11 21:21:35 +00002054.B interface-name
2055Something like:
2056
2057.nf
2058.B auth-server=our.zone.com,eth0
2059.B interface-name=our.zone.com,eth0
Simon Kelley32b4e4c2013-11-14 10:36:55 +00002060.B auth-zone=our.zone.com,1.2.3.0/24,eth0
Simon Kelley333b2ce2013-01-07 21:46:03 +00002061.fi
2062
Simon Kelley32b4e4c2013-11-14 10:36:55 +00002063(The "eth0" argument in auth-zone adds the subnet containing eth0's
2064dynamic address to the zone, so that the interface-name returns the
2065address in outside queries.)
2066
Simon Kelley333b2ce2013-01-07 21:46:03 +00002067Our final configuration builds on that above, but also adds a
2068secondary DNS server. This is another DNS server which learns the DNS data
2069for the zone by doing zones transfer, and acts as a backup should
2070the primary server become inaccessible. The configuration of the
2071secondary is beyond the scope of this man-page, but the extra
2072configuration of dnsmasq is simple:
2073
2074.nf
2075.B auth-sec-servers=secondary.myisp.com
2076.fi
2077
2078and
2079
2080.nf
2081our.zone.com NS secondary.myisp.com
2082.fi
2083
2084Adding auth-sec-servers enables zone transfer in dnsmasq, to allow the
2085secondary to collect the DNS data. If you wish to restrict this data
2086to particular hosts then
2087
2088.nf
2089.B auth-peer=<IP address of secondary>
2090.fi
2091
2092will do so.
2093
2094Dnsmasq acts as an authoritative server for in-addr.arpa and
Lutz Preßler1d7e0a32014-04-07 22:06:23 +01002095ip6.arpa domains associated with the subnets given in auth-zone
Simon Kelley333b2ce2013-01-07 21:46:03 +00002096declarations, so reverse (address to name) lookups can be simply
2097configured with a suitable NS record, for instance in this example,
2098where we allow 1.2.3.0/24 addresses.
2099
2100.nf
2101 3.2.1.in-addr.arpa NS our.zone.com
2102.fi
2103
2104Note that at present, reverse (in-addr.arpa and ip6.arpa) zones are
2105not available in zone transfers, so there is no point arranging
2106secondary servers for reverse lookups.
2107
2108.PP
2109When dnsmasq is configured to act as an authoritative server, the
2110following data is used to populate the authoritative zone.
2111.PP
2112.B --mx-host, --srv-host, --dns-rr, --txt-record, --naptr-record
2113, as long as the record names are in the authoritative domain.
2114.PP
2115.B --cname
2116as long as the record name is in the authoritative domain. If the
2117target of the CNAME is unqualified, then it is qualified with the
2118authoritative zone name.
2119.PP
2120IPv4 and IPv6 addresses from /etc/hosts (and
2121.B --addn-hosts
2122) and
2123.B --host-record
Simon Kelley376d48c2013-11-13 13:04:30 +00002124and
2125.B --interface-name
Simon Kelley333b2ce2013-01-07 21:46:03 +00002126provided the address falls into one of the subnets specified in the
2127.B --auth-zone.
2128.PP
Simon Kelley333b2ce2013-01-07 21:46:03 +00002129Addresses of DHCP leases, provided the address falls into one of the subnets specified in the
Simon Kelley376d48c2013-11-13 13:04:30 +00002130.B --auth-zone.
2131(If contructed DHCP ranges are is use, which depend on the address dynamically
2132assigned to an interface, then the form of
Simon Kelley333b2ce2013-01-07 21:46:03 +00002133.B --auth-zone
Simon Kelley376d48c2013-11-13 13:04:30 +00002134which defines subnets by the dynamic address of an interface should
2135be used to ensure this condition is met.)
2136.PP
2137In the default mode, where a DHCP lease
Simon Kelley333b2ce2013-01-07 21:46:03 +00002138has an unqualified name, and possibly a qualified name constructed
2139using
2140.B --domain
2141then the name in the authoritative zone is constructed from the
2142unqualified name and the zone's domain. This may or may not equal
2143that specified by
2144.B --domain.
2145If
2146.B --dhcp-fqdn
2147is set, then the fully qualified names associated with DHCP leases are
2148used, and must match the zone's domain.
2149
2150
2151
Simon Kelley5aabfc72007-08-29 11:24:47 +01002152.SH EXIT CODES
2153.PP
21540 - Dnsmasq successfully forked into the background, or terminated
2155normally if backgrounding is not enabled.
2156.PP
21571 - A problem with configuration was detected.
2158.PP
21592 - A problem with network access occurred (address in use, attempt
2160to use privileged ports without permission).
2161.PP
Simon Kelley9e038942008-05-30 20:06:34 +010021623 - A problem occurred with a filesystem operation (missing
Simon Kelley5aabfc72007-08-29 11:24:47 +01002163file/directory, permissions).
2164.PP
21654 - Memory allocation failure.
2166.PP
21675 - Other miscellaneous problem.
2168.PP
216911 or greater - a non zero return code was received from the
2170lease-script process "init" call. The exit code from dnsmasq is the
2171script's exit code with 10 added.
2172
Simon Kelley1b7ecd12007-02-05 14:57:57 +00002173.SH LIMITS
2174The default values for resource limits in dnsmasq are generally
2175conservative, and appropriate for embedded router type devices with
2176slow processors and limited memory. On more capable hardware, it is
2177possible to increase the limits, and handle many more clients. The
2178following applies to dnsmasq-2.37: earlier versions did not scale as well.
2179
2180.PP
2181Dnsmasq is capable of handling DNS and DHCP for at least a thousand
Simon Kelley8ef5ada2010-06-03 19:42:45 +01002182clients. The DHCP lease times should not be very short (less than one hour). The
Simon Kelley1b7ecd12007-02-05 14:57:57 +00002183value of
2184.B --dns-forward-max
2185can be increased: start with it equal to
2186the number of clients and increase if DNS seems slow. Note that DNS
2187performance depends too on the performance of the upstream
2188nameservers. The size of the DNS cache may be increased: the hard
2189limit is 10000 names and the default (150) is very low. Sending
2190SIGUSR1 to dnsmasq makes it log information which is useful for tuning
2191the cache size. See the
2192.B NOTES
2193section for details.
2194
2195.PP
2196The built-in TFTP server is capable of many simultaneous file
2197transfers: the absolute limit is related to the number of file-handles
2198allowed to a process and the ability of the select() system call to
2199cope with large numbers of file handles. If the limit is set too high
2200using
2201.B --tftp-max
2202it will be scaled down and the actual limit logged at
2203start-up. Note that more transfers are possible when the same file is
2204being sent than when each transfer sends a different file.
2205
2206.PP
2207It is possible to use dnsmasq to block Web advertising by using a list
2208of known banner-ad servers, all resolving to 127.0.0.1 or 0.0.0.0, in
2209.B /etc/hosts
2210or an additional hosts file. The list can be very long,
2211dnsmasq has been tested successfully with one million names. That size
2212file needs a 1GHz processor and about 60Mb of RAM.
2213
Simon Kelley1f15b812009-10-13 17:49:32 +01002214.SH INTERNATIONALISATION
2215Dnsmasq can be compiled to support internationalisation. To do this,
2216the make targets "all-i18n" and "install-i18n" should be used instead of
2217the standard targets "all" and "install". When internationalisation
2218is compiled in, dnsmasq will produce log messages in the local
2219language and support internationalised domain names (IDN). Domain
2220names in /etc/hosts, /etc/ethers and /etc/dnsmasq.conf which contain
2221non-ASCII characters will be translated to the DNS-internal punycode
2222representation. Note that
2223dnsmasq determines both the language for messages and the assumed
2224charset for configuration
2225files from the LANG environment variable. This should be set to the system
2226default value by the script which is responsible for starting
2227dnsmasq. When editing the configuration files, be careful to do so
2228using only the system-default locale and not user-specific one, since
2229dnsmasq has no direct way of determining the charset in use, and must
2230assume that it is the system default.
2231
Simon Kelley9e4abcb2004-01-22 19:47:41 +00002232.SH FILES
Simon Kelleyb49644f2004-01-30 21:36:24 +00002233.IR /etc/dnsmasq.conf
2234
2235.IR /usr/local/etc/dnsmasq.conf
Simon Kelley9e4abcb2004-01-22 19:47:41 +00002236
2237.IR /etc/resolv.conf
Simon Kelley28866e92011-02-14 20:19:14 +00002238.IR /var/run/dnsmasq/resolv.conf
2239.IR /etc/ppp/resolv.conf
2240.IR /etc/dhcpc/resolv.conf
Simon Kelley9e4abcb2004-01-22 19:47:41 +00002241
2242.IR /etc/hosts
2243
Simon Kelley3be34542004-09-11 19:12:13 +01002244.IR /etc/ethers
2245
Simon Kelleyb49644f2004-01-30 21:36:24 +00002246.IR /var/lib/misc/dnsmasq.leases
2247
2248.IR /var/db/dnsmasq.leases
Simon Kelley9e4abcb2004-01-22 19:47:41 +00002249
2250.IR /var/run/dnsmasq.pid
2251.SH SEE ALSO
Simon Kelley9e4abcb2004-01-22 19:47:41 +00002252.BR hosts (5),
2253.BR resolver (5)
2254.SH AUTHOR
2255This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.
2256
2257