diff options
author | Klaus Agnoletti <klaus@xenux.dk> | 2003-03-03 13:22:10 +0000 |
---|---|---|
committer | Klaus Agnoletti <klaus@xenux.dk> | 2003-03-03 13:22:10 +0000 |
commit | aa34eef7e46820201cc956d319de48fef4013d7f (patch) | |
tree | 7b92903bb7b32eb5ee60aeeb9c218301051a3b0d /dhcpd.conf.helenesminde | |
parent | 88d3c5c57177e36cdf5258875aa9da8d942d913d (diff) |
* Added new site : helenesminde
Diffstat (limited to 'dhcpd.conf.helenesminde')
-rw-r--r-- | dhcpd.conf.helenesminde | 20 |
1 files changed, 20 insertions, 0 deletions
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; +} |