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

subnet 151.216.115.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.115.1;
    option domain-name "ymse.tg13.gathering.org";
    ddns-domainname "ymse.tg13.gathering.org";
    range 151.216.115.5 151.216.115.254;
    ignore client-updates;
}

host recording02.stageboh { hardware ethernet 80:ee:73:33:8e:e4; fixed-address 151.216.115.254; }