summaryrefslogtreecommitdiff
path: root/dhcpd.conf.helenesminde
blob: 40a0aa4a3b060c68b009e5092375eaa605421e6b (plain)
  1. # dhcpd.conf
  2. #
  3. # DHCP configuration file for helenesminde.local
  4. #
  5. default-lease-time 25000;
  6. max-lease-time 50000;
  7. option subnet-mask 255.255.0.0;
  8. option routers 172.16.0.1;
  9. option domain-name-servers 172.16.0.1, 194.239.134.83, 193.162.153.164;
  10. option domain-name "helenesminde.local";
  11. option netbios-name-servers 172.16.0.1;
  12. # According to our policy, the dynamic address space starts
  13. # at .60 and ends at .229 giving 170 client addresses.
  14. # (See "System Description --> Network Model")
  15. subnet 172.16.0.0 netmask 255.255.0.0 {
  16. range 172.16.0.60 172.16.1.250;
  17. }