diff options
author | Klaus Agnoletti <klaus@xenux.dk> | 2002-04-12 14:07:08 +0000 |
---|---|---|
committer | Klaus Agnoletti <klaus@xenux.dk> | 2002-04-12 14:07:08 +0000 |
commit | ca2ea531fbe69171b356ff50bd78f6574a843de6 (patch) | |
tree | 63e9c4b33d830abc1ac76714f2cc39c3dbdc2154 /dhcpd.conf.divitech | |
parent | c2e1534958abfc6e7a07de3e182014ba6163678c (diff) |
* Files added for divitech
Diffstat (limited to 'dhcpd.conf.divitech')
-rw-r--r-- | dhcpd.conf.divitech | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dhcpd.conf.divitech b/dhcpd.conf.divitech new file mode 100644 index 0000000..acca1f4 --- /dev/null +++ b/dhcpd.conf.divitech @@ -0,0 +1,20 @@ +# dhcpd.conf +# +# DHCP configuration file for divitech.local +# + +default-lease-time 1200; +max-lease-time 7200; + +option subnet-mask 255.255.255.0; +option routers 192.168.6.1; +option domain-name-servers 192.168.6.1, 212.242.41.248, 212.242.41.249; +option domain-name "divitech.local"; +option netbios-name-servers 192.168.6.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.6.0 netmask 255.255.255.0 { + range 192.168.6.60 192.168.6.229; +} |