Results 1 to 3 of 3
Hi guys, I am a Linux newbie setting up a server.
I am running Mandrake 10.0 and have gotten dhcpd to run but I dont know how to get it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-15-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 6
Configuring dhcpd to start on boot
Hi guys, I am a Linux newbie setting up a server.
I am running Mandrake 10.0 and have gotten dhcpd to run but I dont know how to get it to start at boot?
Can someone out there please help me?
Cheers
Dane
- 09-17-2004 #2Just Joined!
- Join Date
- Sep 2004
- Posts
- 5
You could goto a terminal session and type:
It works for me with FC2, haven't used Mandrake much.Code:chkconfig --level 35 dhcpd on
You can do a reboot then type either:
orCode:service dhcpd status
Hope that worksCode:/etc/init.d/dhcpd status
- 09-18-2004 #3Just Joined!
- Join Date
- Mar 2003
- Posts
- 84
just add the dhcpd command in the rc.local file and it will run on boot everytime


Reply With Quote
