From aa34eef7e46820201cc956d319de48fef4013d7f Mon Sep 17 00:00:00 2001 From: Klaus Agnoletti Date: Mon, 3 Mar 2003 13:22:10 +0000 Subject: * Added new site : helenesminde --- dhcpd.conf.helenesminde | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dhcpd.conf.helenesminde (limited to 'dhcpd.conf.helenesminde') diff --git a/dhcpd.conf.helenesminde b/dhcpd.conf.helenesminde new file mode 100644 index 0000000..7724f7c --- /dev/null +++ b/dhcpd.conf.helenesminde @@ -0,0 +1,20 @@ +# 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.229; +} -- cgit v1.2.3