# #/etc/dhcp.conf # DHCP Server Configuration file. # ddns-update-style interim; option domain-name "dcs.local"; option subnet-mask 255.255.255.0; option routers 10.0.0.1; default-lease-time 86400; subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.200 10.0.0.210; default-lease-time 600; max-lease-time 7200; option ntp-servers 10.0.0.1; use-host-decl-names on; host pvsspc{ option host-name "pvsspc"; hardware ethernet 00:11:11:9F:41:78; fixed-address 10.0.0.101; } include "/etc/dhcpd.dcs"; } #EOF