blob: 1a223ab0ebf989d3cf8c10245afa0d7a7d05305c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
zone fugleberg2.tg13.gathering.org {
primary 127.0.0.1;
key DHCP_UPDATER;
}
subnet 151.216.99.128 netmask 255.255.255.128 {
authoritative;
option routers 151.216.99.129;
option domain-name "fugleberg2.tg13.gathering.org";
ddns-domainname "fugleberg2.tg13.gathering.org";
range 151.216.99.133 151.216.99.254;
ignore client-updates;
}
host fuglecam { hardware ethernet 90:2b:34:5c:49:d4; fixed-address 151.216.99.254; }
|