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