aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dhcp/conf-v4/creativia-village.conf
blob: 677bdf0446e081b6a467fde8fd7b94b97dc2398d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
zone creativia-village.tg16.gathering.org {
	primary 127.0.0.1;
	key DHCP_UPDATER;
}
subnet 88.92.42.192 netmask 255.255.255.192 {
	option subnet-mask 255.255.255.192;
	option routers 88.92.42.193;
	option domain-name "creativia-village.tg16.gathering.org";
	ddns-domainname "creativia-village.tg16.gathering.org";
	range 88.92.42.196 88.92.42.254;
}