summaryrefslogtreecommitdiff
path: root/dhcpd.conf.xenuxlocal
blob: 60d481f43087020de033eb1bcaa35299033c89e9 (plain)
  1. # dhcpd.conf
  2. #
  3. # DHCP configuration file for xenux.local
  4. #
  5. default-lease-time 1200;
  6. max-lease-time 7200;
  7. option subnet-mask 255.255.255.0;
  8. option routers orcrist.xenux.local;
  9. option domain-name-servers 192.168.200.20, 212.54.64.170, 212.54.64.171;
  10. option domain-name "xenux.local";
  11. option netbios-name-servers orcrist.xenux.local;
  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.200.0 netmask 255.255.255.0 {
  16. range 192.168.200.60 192.168.200.229;
  17. }
  18. # According to our policy, the printers address space starts
  19. # at .40 and ends at .59 giving 20 printer addresses.
  20. # (See "System Description --> Network Model")
  21. host brother1270n {
  22. hardware ethernet 00:80:77:31:a2:6a;
  23. fixed-address 192.168.200.40;
  24. }