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