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

subnet 151.216.227.0 netmask 255.255.255.128 {
    authoritative;
    option routers 151.216.227.1;
    option domain-name "fugleberget1.tg14.gathering.org";
    ddns-domainname "fugleberget1.tg14.gathering.org";
    range 151.216.227.10 151.216.227.126;
    ignore client-updates;
}