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

subnet 151.216.253.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.253.1;
    option domain-name "noc-server.tg14.gathering.org";
    ddns-domainname "noc-server.tg14.gathering.org";
    range 151.216.253.150 151.216.253.254;
    ignore client-updates;

    host kandunas { hardware ethernet 00:11:32:19:5a:4a; fixed-address 151.216.253.29; }

}