summaryrefslogtreecommitdiff
path: root/dhcpd.conf.ntiexpo
blob: c633b9136223ff952ad497911f07e255a0ddddc6 (plain)
  1. # dhcpd.conf
  2. #
  3. # DHCP configuration file for nti-expo.local
  4. #
  5. default-lease-time 1200;
  6. max-lease-time 7200;
  7. option subnet-mask 255.255.255.0;
  8. option routers 10.20.30.1;
  9. option domain-name-servers 10.20.30.1;
  10. option domain-name "nti-expo.local";
  11. option netbios-name-servers 10.20.30.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 10.20.30.0 netmask 255.255.255.0 {
  16. range 10.20.30.60 10.20.30.229;
  17. }