summaryrefslogtreecommitdiff
path: root/dnsmasq.conf.example
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2012-02-29 12:18:30 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2012-02-29 12:18:30 +0000
commit0010b47439ba97e280a544f1dc8c2fe5f3bb315c (patch)
treebe987273bbd4b894fd7835decda61c8c2e4c4427 /dnsmasq.conf.example
parent4b86b65d070af0e280f137ef27cecd394f2c1647 (diff)
downloaddnsmasq-0010b47439ba97e280a544f1dc8c2fe5f3bb315c.tar.gz
RA configuration tweaks and documentation improvements.
Diffstat (limited to 'dnsmasq.conf.example')
-rw-r--r--dnsmasq.conf.example12
1 files changed, 10 insertions, 2 deletions
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
index e293024..43d8d01 100644
--- a/dnsmasq.conf.example
+++ b/dnsmasq.conf.example
@@ -161,9 +161,13 @@
# and defaults to 64 if missing/
#dhcp-range=1234::2, 1234::500, 64, 12h
-# Not Router Advertisements, BUT NOT DHCP for this subnet.
+# Do Router Advertisements, BUT NOT DHCP for this subnet.
#dhcp-range=1234::, ra-only
+# Do Router Advertisements, BUT NOT DHCP for this subnet.
+# Set the lifetime to 46 hours. (Note: minimum lifetime is 2 hours.)
+#dhcp-range=1234::, ra-only, 48h
+
# Supply parameters for specified hosts using DHCP. There are lots
# of valid alternatives, so we will give examples of each. Note that
# IP addresses DO NOT have to be in the range given above, they just
@@ -284,7 +288,11 @@
#dhcp-option=option:ntp-server,192.168.0.4,10.10.0.5
# Send DHCPv6 option. Note [] around IPv6 addresses.
-dhcp-option=option6:dns-server,[1234::77],[1234::88]
+#dhcp-option=option6:dns-server,[1234::77],[1234::88]
+
+# Send DHCPv6 option for namservers as the machine running
+# dnsmasq and another.
+#dhcp-option=option6:dns-server,[::],[1234::88]
# Set the NTP time server address to be the same machine as
# is running dnsmasq