diff options
Diffstat (limited to 'examples/dhcp/conf.d/noc.conf')
-rw-r--r-- | examples/dhcp/conf.d/noc.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/dhcp/conf.d/noc.conf b/examples/dhcp/conf.d/noc.conf new file mode 100644 index 0000000..786cb4d --- /dev/null +++ b/examples/dhcp/conf.d/noc.conf @@ -0,0 +1,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; } |