I have been going round and round with this for a little while now but can't seem to figure out what's going on. I have the DHCP server configured and working on my Fedora 11 machine. However, when I reboot, it refuses to auto start. I have done a:
and also tried enabling it from the GUI in Fedora. No matter what though, it doesn't auto start nor does it show anything in the system logs. After the system is booted, running:
Code:
service dhcpd start
or
Code:
/etc/init.d/dhcpd start
will start the service without any errors or problems. The dhcpd files does exist in the /etc/init.d/ directory. Any suggestions would be much appreciated. Thanks for your time!