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

subnet 151.216.167.192 netmask 255.255.255.192 {
    authoritative;
    option routers 151.216.167.193;
    option domain-name "crew4-2.tg14.gathering.org";
    ddns-domainname "crew4-2.tg14.gathering.org";
    range 151.216.167.197 151.216.167.254;
    ignore client-updates;
}