summaryrefslogtreecommitdiff
path: root/dhcpd.conf.divitech
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpd.conf.divitech')
-rw-r--r--dhcpd.conf.divitech20
1 files changed, 0 insertions, 20 deletions
diff --git a/dhcpd.conf.divitech b/dhcpd.conf.divitech
deleted file mode 100644
index cfc769e..0000000
--- a/dhcpd.conf.divitech
+++ /dev/null
@@ -1,20 +0,0 @@
-# dhcpd.conf
-#
-# DHCP configuration file for divitech.local
-#
-
-default-lease-time 1200;
-max-lease-time 7200;
-
-option subnet-mask 255.255.255.0;
-option routers 192.168.7.1;
-option domain-name-servers 192.168.7.1, 212.242.41.248, 212.242.41.249;
-option domain-name "divitech.local";
-option netbios-name-servers 192.168.7.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 192.168.7.0 netmask 255.255.255.0 {
- range 192.168.7.60 192.168.7.229;
-}