cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / database / configuration / dhcp / dhcpd.conf
diff --git a/database/configuration/dhcp/dhcpd.conf b/database/configuration/dhcp/dhcpd.conf
deleted file mode 100644 (file)
index 02f4794..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# example dhcp configuration.
-
-default-lease-time 600;
-max-lease-time 1200;
-option subnet-mask 255.255.255.0;
-option broadcast-address 192.168.2.255;
-option routers 192.168.2.1;
-option domain-name-servers 14.28.42.1, 14.28.42.2;
-option domain-name "fredulocorp.com";
-
-subnet 192.168.2.0 netmask 255.255.255.0 {
-  range 192.168.2.200 192.168.2.253;
-}
-
-subnet 10.0.0.1 netmask 255.255.255.0 {
-}
-
-
-