aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg14/dhcp/conf.d/e9-3.conf
blob: 0e3127e44a102280c9401788420ec8605a7cc034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
zone e9-3.tg14.gathering.org {
    primary 127.0.0.1;
    key DHCP_UPDATER;
}

subnet 151.216.131.0 netmask 255.255.255.192 {
    authoritative;
    option routers 151.216.131.1;
    option domain-name "e9-3.tg14.gathering.org";
    ddns-domainname "e9-3.tg14.gathering.org";
    range 151.216.131.5 151.216.131.62;
    ignore client-updates;
}