Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, May 10, 2018 7:46 AM
Hi,
I installed DHCP service on my server but when I try run it message is displayed:
"The service does not respond to the control signal"
Event log service display an ID error : 1053 and 1054.
I am asking for help in solving the problem.
Thank you.
All replies (2)
Thursday, May 10, 2018 10:14 AM ✅Answered | 2 votes
Hi,
Interesting error, never heard of this specific error before although the Event IDs have been around for a while.
There is known a registry modification to disable rogue DHCP server detection. This is sort of the nuclear option and I would have liked a more elegant solution, but this is what I’ve got.
NOTE: Be sure that this is what you want to do! In most cases, you do not want to do this. You frequently want to adjust your scopes, adjust your bindings, or use DHCP relays/IP helpers and rarely do you ever want to resort to turning off rogue DHCP detection.
- Add a new registry value entry to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer\Parameters of type REG_DWORD named DisableRogueDetection with a value of 0x1
- Restart the Windows DHCP server.
Kind regards,
Leon
Blog: https://thesystemcenterblog.com LinkedIn:
Friday, May 11, 2018 10:21 AM
Thank you very much! Problem solved :)