windows:server_os:auth_dhcp

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:server_os:auth_dhcp [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Authorizing DHCP without Active Directory on Windows Server 2003, 2008 and 2012 ======
 +If you need a DHCP server but don't wish to install Active Directory services, simply add a registry key here:
 +<code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\DHCPServer\Parameters</code>
  
 +with type and value:
 +<code>
 +Name: DisableRogueDetection
 +Type: REG_DWORD
 +Data: 0x1
 +</code>
 +And restart the server (only restarting the service will not help)
  • windows/server_os/auth_dhcp.txt
  • Last modified: 2019/10/31 09:06
  • by 127.0.0.1