LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   DHCPD startup failure, mdk 9.2, dhcpd v3.0.1rc11 (https://www.linuxquestions.org/questions/linux-networking-3/dhcpd-startup-failure-mdk-9-2-dhcpd-v3-0-1rc11-145822/)

fuzzyworm 02-13-2004 07:11 PM

DHCPD startup failure, mdk 9.2, dhcpd v3.0.1rc11
 
Hello,

I have just installed DHCPD v3.0.1rc11 on my mandrake 9.2 server, but I can't get it to work. When I click start server, the only information I get is:

Starting dhcpd: [FAILED]

I have no idea where to start to solve this problem, if anyone can help, it would be much appreciated. This is the contents of my dhcpd.conf file. (ethernet hardware address has been deleted)

# Home
subnet 192.168.0.0 netmask 255.255.255.0 {
# Bob
host fuzzified {
hardware ethernet **:**:**:**:**:**;
fixed-address 192.168.0.3;
}
range 192.168.0.1 192.168.0.255;
}

ugge 02-14-2004 03:58 AM

Take a look in the log file to what the error message was. /var/log/messages
You could also try to run the dchpd program as a foreground process with debugging to see what's happening.
Try dhcpd -f


All times are GMT -5. The time now is 03:13 PM.