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

subnet 151.216.234.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.234.1;
    option domain-name "clientcam.tg14.gathering.org";
    ddns-domainname "clientcam.tg14.gathering.org";
    range 151.216.234.5 151.216.234.254;
    ignore client-updates;
}

host southcam { hardware ethernet 00:02:d1:27:60:34; fixed-address 151.216.252.23; }