DHCP "no answer" on CentOS 6.4
- by Kev
I installed a DHCP server (yum install dhcp) and this is my conf:
# create new
# specify domain name
option domain-name "mydomain.name";
# specify DNS's hostname or IP address
option domain-name-servers 10.0.1.1, 10.0.1.2;
option ntp-servers 10.0.1.1, 10.0.1.2;
allow unknown-clients;
# default lease time
default-lease-time 2628000;
# max lease…