Author Topic: Disabling DHCP Module DOES NOT DISABLE IT [SOLVED]  (Read 2806 times)

tekoholic

  • Zen Monk
  • **
  • Posts: 64
  • Karma: +1/-0
    • View Profile
Disabling DHCP Module DOES NOT DISABLE IT [SOLVED]
« on: November 30, 2010, 12:19:28 am »
I, occasionally, need to use the DHCP Service, to issue a small IP range, for a SHORT time.

This is a TEMPORARY need, and NEEDS TO BE TEMPORARY.

So, I enable the DHCP Service, set up a range to be issued from, and when done, disable the DHCP Service, but CONTINUE to see that very range of IP's issued, afterward...

When I disable something, I expect it to BE DISABLED.
« Last Edit: December 07, 2010, 05:11:10 pm by tekoholic »
Zentyal 2.1.xx installed from CD, running on
P4 CPU 3.40GHz / 3GB DDR2/800 / 1x64GB SSD

My Zentyal Feature Wish-List:

IPv6 * LinuxMCE Integration * Blocklist Mgmt
x2go Module * Groups that actually MEAN SOMETHING
Roaming Profiles between Master and Slave Servers

Jaime Soriano

  • Zen Monk
  • **
  • Posts: 55
  • Karma: +1/-0
    • View Profile
Re: Disabling DHCP Module DOES NOT DISABLE IT
« Reply #1 on: December 04, 2010, 01:56:28 pm »
Hi,

DHCP module wasn't disabling the init.d script, so the daemon started after reboot, it has been fixed in http://trac.zentyal.org/changeset/19661/ for new installations. For old installations, you need to run the command:

Code: [Select]
sudo update-rc.d dhcp3-server disable
Sorry for the inconveniences.

Regards,