aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dhcp/conf-v4/wlan.conf
blob: 1cefa0708e532d6ae9b37cef265e5414137a8c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
zone wlan.tg16.gathering.org {
	primary 127.0.0.1;
	key DHCP_UPDATER;
}
subnet 88.92.96.0 netmask 255.255.224.0 {
	option subnet-mask 255.255.224.0;
	option routers 88.92.96.1;
	option domain-name "wlan.tg16.gathering.org";
	ddns-domainname "wlan.tg16.gathering.org";

	range 88.92.96.4 88.92.127.254;
	default-lease-time 7200;
	max-lease-time 14400;
}