# dhcpd.conf
# Sample configuration file for ISC dhcpd
# option definitions common to all supported networks...
default-lease-time 600;
max-lease-time 7200;
ddns-update-style none;
authoritative;
subnet 192.168.88.0 netmask 255.255.255.0
range 192.168.88.100 192.168.88.200;
option domain-name "serv.loc";
option routers 192.168.88.254;
option broadcast-address 192.168.88.255;