summaryrefslogtreecommitdiff
path: root/dhcpd.conf.sagahus
blob: edce97d3582849188c14a70f3e53bc0260227901 (plain)
  1. # dhcpd.conf
  2. #
  3. # DHCP configuration file for sagahus.local
  4. #
  5. default-lease-time 1200;
  6. max-lease-time 7200;
  7. option subnet-mask 255.255.255.0;
  8. option routers 192.168.4.1;
  9. option domain-name-servers 192.168.4.1, 212.242.41.248, 212.242.41.249;
  10. option domain-name "sagahus.local";
  11. option netbios-name-servers 192.168.4.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 192.168.4.0 netmask 255.255.255.0 {
  16. range 192.168.4.60 192.168.4.229;
  17. }