How to disable dhcpd server in linuxconf

How to disable dhcpd server in linuxconf

Post by jay » Tue, 13 Mar 2001 02:49:59



I sometimes use my machine as a dhcp server. Not now. ntsysv makes it
easy to enable/disable dhcpd.

Linuxconf keeps starting it. I can't find any way to tell linuxconf to
disable dhcp server. How do you do it?

thanks
jay

 
 
 

How to disable dhcpd server in linuxconf

Post by Bit Twist » Tue, 13 Mar 2001 04:19:26


Click around in linuxconf  and when you find the DHCP service
click on the name and see what happens.


>I sometimes use my machine as a dhcp server. Not now. ntsysv makes it
>easy to enable/disable dhcpd.

>Linuxconf keeps starting it. I can't find any way to tell linuxconf to
>disable dhcp server. How do you do it?

--
The warranty and liability expired as you read this message.
If the above breaks your system, it's yours and you keep both pieces.
Practice safe computing. Backup the file before you change it.
Do a,  man command_here or cat command_here, before using it.

 
 
 

How to disable dhcpd server in linuxconf

Post by thehermi » Thu, 15 Mar 2001 23:54:44


Better way: from command prompt, issue as root:
/etc/rc.d/init.d/dhcpd stop

If you want to turn it off at boot up, go into the SETUP utility and disable
it in system services.

Allan


> Click around in linuxconf  and when you find the DHCP service
> click on the name and see what happens.


> >I sometimes use my machine as a dhcp server. Not now. ntsysv makes it
> >easy to enable/disable dhcpd.

> >Linuxconf keeps starting it. I can't find any way to tell linuxconf to
> >disable dhcp server. How do you do it?

> --
> The warranty and liability expired as you read this message.
> If the above breaks your system, it's yours and you keep both pieces.
> Practice safe computing. Backup the file before you change it.
> Do a,  man command_here or cat command_here, before using it.