summaryrefslogtreecommitdiff
path: root/dhcpd.conf.helenesminde
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpd.conf.helenesminde')
-rw-r--r--dhcpd.conf.helenesminde20
1 files changed, 0 insertions, 20 deletions
diff --git a/dhcpd.conf.helenesminde b/dhcpd.conf.helenesminde
deleted file mode 100644
index 40a0aa4..0000000
--- a/dhcpd.conf.helenesminde
+++ /dev/null
@@ -1,20 +0,0 @@
-# dhcpd.conf
-#
-# DHCP configuration file for helenesminde.local
-#
-
-default-lease-time 25000;
-max-lease-time 50000;
-
-option subnet-mask 255.255.0.0;
-option routers 172.16.0.1;
-option domain-name-servers 172.16.0.1, 194.239.134.83, 193.162.153.164;
-option domain-name "helenesminde.local";
-option netbios-name-servers 172.16.0.1;
-
-# According to our policy, the dynamic address space starts
-# at .60 and ends at .229 giving 170 client addresses.
-# (See "System Description --> Network Model")
-subnet 172.16.0.0 netmask 255.255.0.0 {
- range 172.16.0.60 172.16.1.250;
-}