diff options
Diffstat (limited to 'examples/tg16/dhcp/conf-v4/tech-wlan.conf')
-rw-r--r-- | examples/tg16/dhcp/conf-v4/tech-wlan.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/tg16/dhcp/conf-v4/tech-wlan.conf b/examples/tg16/dhcp/conf-v4/tech-wlan.conf new file mode 100644 index 0000000..ce1e972 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/tech-wlan.conf @@ -0,0 +1,12 @@ +zone tech-wlan.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 185.110.151.0 netmask 255.255.255.224 { + option subnet-mask 255.255.255.224; + option routers 185.110.151.1; + option domain-name "tech-wlan.tg16.gathering.org"; + ddns-domainname "tech-wlan.tg16.gathering.org"; + range 185.110.151.4 185.110.151.30; +} + |