summaryrefslogtreecommitdiff
path: root/dhcpd.conf.radio-raatstof
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpd.conf.radio-raatstof')
-rw-r--r--dhcpd.conf.radio-raatstof20
1 files changed, 0 insertions, 20 deletions
diff --git a/dhcpd.conf.radio-raatstof b/dhcpd.conf.radio-raatstof
deleted file mode 100644
index 15109fd..0000000
--- a/dhcpd.conf.radio-raatstof
+++ /dev/null
@@ -1,20 +0,0 @@
-# dhcpd.conf
-#
-# DHCP configuration file for raatstof.local
-#
-
-default-lease-time 1200;
-max-lease-time 7200;
-
-option subnet-mask 255.255.255.0;
-option routers 192.168.3.1;
-option domain-name-servers 192.168.3.1, 212.54.64.170, 212.54.64.171;
-option domain-name "raatstof.local";
-option netbios-name-servers 192.168.3.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.3.0 netmask 255.255.255.0 {
- range 192.168.3.60 192.168.3.229;
-}