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

subnet 151.216.245.160 netmask 255.255.255.224 {
    authoritative;
    option routers 151.216.245.161;
    option domain-name "apenett06.tg14.gathering.org";
    ddns-domainname "apenett06.tg14.gathering.org";
    range 151.216.245.165 151.216.245.190;
    ignore client-updates;
}