diff options
Diffstat (limited to 'examples/dhcp/conf.d/tg14-wlan.conf')
-rw-r--r-- | examples/dhcp/conf.d/tg14-wlan.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/dhcp/conf.d/tg14-wlan.conf b/examples/dhcp/conf.d/tg14-wlan.conf new file mode 100644 index 0000000..6fed842 --- /dev/null +++ b/examples/dhcp/conf.d/tg14-wlan.conf @@ -0,0 +1,14 @@ +zone tg14-wlan.tg14.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.192.0 netmask 255.255.224.0 { + authoritative; + option routers 151.216.192.1; + option domain-name "tg14-wlan.tg14.gathering.org"; + ddns-domainname "tg14-wlan.tg14.gathering.org"; + range 151.216.192.5 151.216.223.253; + ignore client-updates; +} + |