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

subnet 151.216.252.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.252.1;
    option domain-name "noc.tg14.gathering.org";
    ddns-domainname "noc.tg14.gathering.org";
    range 151.216.252.10 151.216.252.254;
    ignore client-updates;
}

host roofiecam { hardware ethernet 00:02:d1:15:64:80; fixed-address 151.216.252.104; }
host noccam    { hardware ethernet 00:02:d1:27:23:2e; fixed-address 151.216.252.134; }