
if you are trying to dhcp server to pxe network boot with kickstart redhat or centos you will face error not configured to listen on any interfaces centos 7
here is the solution
see your network interfaces using ifconfig and select your netwoek interface name then edit /etc/sysconfig/dhcpd file
nano /etc/sysconfig/dhcpd
Add this line to that file DHCPDARGS=ens33 ens33 is your network interface name