summaryrefslogtreecommitdiff
path: root/dhcpd.conf.xenuxlocal
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2002-11-28 12:02:21 +0000
committerJuri Jensen <juri@xenux.dk>2002-11-28 12:02:21 +0000
commitb70e92fcad0462324286e63c05fa826217034041 (patch)
tree644ea5b3a879c50d56b2ae68963f4e950f29a9fe /dhcpd.conf.xenuxlocal
parentfbf09af9c5a0c1c443ac95d759a5b10a7abc5e5e (diff)
cfengine: Added support for of DHCP version 3.
dhcp: Added config file for both primary and secondary DHCP server for xenux.local. Removed the old dhcpd.conf for xenux.local - we're now using the new version 3 server.
Diffstat (limited to 'dhcpd.conf.xenuxlocal')
-rw-r--r--dhcpd.conf.xenuxlocal28
1 files changed, 0 insertions, 28 deletions
diff --git a/dhcpd.conf.xenuxlocal b/dhcpd.conf.xenuxlocal
deleted file mode 100644
index 351d21f..0000000
--- a/dhcpd.conf.xenuxlocal
+++ /dev/null
@@ -1,28 +0,0 @@
-# dhcpd.conf
-#
-# DHCP configuration file for xenux.local
-#
-
-default-lease-time 1200;
-max-lease-time 7200;
-
-option subnet-mask 255.255.255.0;
-option routers 192.168.200.1;
-option domain-name-servers 192.168.200.20, 212.54.64.170, 212.54.64.171;
-option domain-name "xenux.local";
-option netbios-name-servers 192.168.200.20;
-
-# 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.200.0 netmask 255.255.255.0 {
- range 192.168.200.60 192.168.200.229;
-}
-
-# According to our policy, the printers address space starts
-# at .40 and ends at .59 giving 20 printer addresses.
-# (See "System Description --> Network Model")
-host brother1270n {
- hardware ethernet 00:80:77:31:a2:6a;
- fixed-address 192.168.200.40;
-}