aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/conf.d/clientcam.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dhcp/conf.d/clientcam.conf')
-rw-r--r--examples/dhcp/conf.d/clientcam.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/dhcp/conf.d/clientcam.conf b/examples/dhcp/conf.d/clientcam.conf
deleted file mode 100644
index b8011f9..0000000
--- a/examples/dhcp/conf.d/clientcam.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-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; }