View previous topic :: View next topic |
Author |
Message |
mrhodes Guru
Joined: 01 May 2002 Posts: 310 Location: Halifax, NS
|
Posted: Sun Dec 29, 2002 12:49 am Post subject: How to start and stop dhcpd ? |
|
|
Is there a way to start, and stop the dhcpd service without rebooting everytime?
I wish I knew how!
Anyone know?
Thanks,
Mike |
|
Back to top |
|
|
splooge l33t
Joined: 30 Aug 2002 Posts: 636
|
Posted: Sun Dec 29, 2002 1:51 am Post subject: |
|
|
/etc/init.d/dhcpd restart
maybe? |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Sun Dec 29, 2002 3:26 am Post subject: |
|
|
or you can make a script to run every 10 minutes if you like..
you can bring down anything that you have a script in /etc/init.d for, including your network, without rebooting.
I installed a driver for a network card yesterday, got it working, grabbed an ip address from dhcp server, then browsed the net sraight away - all without having to reboot... ahh the joys of linux _________________ Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer! |
|
Back to top |
|
|
vers_iq Apprentice
Joined: 18 May 2002 Posts: 264
|
Posted: Sun Dec 29, 2002 4:07 am Post subject: |
|
|
Code: | /etc/init.d/net.eth0 restart |
You can change restart to start, stop or status _________________ "You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, the Swiss hold the America's cup, France accusing the US of arrogance and Germany doesn't want to go to war." |
|
Back to top |
|
|
|