Need to prevent SBS 2003 disabling its DHCP server if it sees another DHCP server on network

dhcp-serverwindows-sbs-2003

The DHCP server on our SBS 2003 server shuts itself down automatically after a couple of hours of having a Hamachi gateway running on the same LAN.

Event ID 1053

Event Viewer

The server incorrectly assumes that Hamachi might start assigning DHCPs to other clients on the LAN.

While the Hamachi gateway client does indeed have a DHCP server, it only assigns IPs to computers making inbound VPN connections- not to PCs on the LAN.

Does anyone know of a way to override this behaviour on SBS 2003? Perhaps a registry hack?

I know the server has good intentions when it disables its DHCP server in this situation… however, in avoiding a non-existent problem, it is actually creating a real problem.

Best Answer

IF you really want to you can disable rogue DHCP server detection by setting the REG_DWORD value DisableRogueDetection to 1 under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters.

As an aside: It kinda sounds like you installed the Hamachi adapter directly on the Windows SBS 2003 computer. If that's the case then you're probably going to have issues with a multi-homed domain controller to start worrying about.

Related Topic