How often do DHCP servers authorize with Active Directory (AD)?

John Savill

May 9, 2005

1 Min Read
ITPro Today logo

A. Before a Windows 2000 Server or later DHCP server that's either part of a domain or on a network that has an AD domain can start its DHCP service, the service must be authorized with AD. When the DHCP service starts, it queries AD to confirm its authorization status and continues to query AD every 60 minutes thereafter to confirm that it's still authorized.

DHCP servers that are members of a workgroup send out DHCPINFORM messages asking other DHCP servers on the network to respond. If a DHCP server that's part of an AD domain responds, the DHCP service won't start.

You can change the 60-minute authorization check by performing this registry change:

  1. Start the registry editor (regedit.exe).

  2. Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDHCPServerParameters registry subkey.

  3. From the Edit menu, select New, DWORD value.

  4. Enter the name RogueAuthorizationRecheckInterval and press Enter.

  5. Double-click the new value and set it to the number of minutes between authorization checks (e.g., 120 for 2 hours) and click OK.

To disable DHCP server authorization checks, perform these steps:

  1. Start the registry editor.

  2. Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDHCPServerParameters subkey.

  3. From the Edit menu, select New, DWORD value.

  4. Enter the name DisableRogueDetection and press Enter.

  5. Double-click the new value and set it to 1. Click OK.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like