I need to disable DHCP Authorization.

  • Thread starter Thread starter Tony A
  • Start date Start date
T

Tony A

I am using a standalone DHCP server in a classroom
enviroment with Domains coming ang going all the time. I
need to tell the DHCP box not to worry about authorization
and just do it's job.

Thanks
 
1. Add the following DWORD value in the registry:

a. Start Registry Editor (Regedt32.exe).

b. Locate and click the following key in the registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Dhcpserver\Parameters


c. On the Edit menu, click Add Value, and then add the following registry
value:



Value name: DisableRogueDetection

Data type: REG_DWORD

Radix: Binary

Value data: (Hexadecimal) 1, which will be saved as 0x00000001


d. Quit Registry Editor.

2. After you have added the preceding value, restart the server for the
setting to take effect.

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top