Microsoft DHCP only for reserved addresses

dhcpdhcp-serverwindows-server-2012

We are runing a Windows Server 2012 DC which also takes care of DHCP. Now I want to limit the DHCP-Server to all the reserved hosts to prevent DHCP leases for foreign devices as laptops, smartphones,…

I found an article that described the proceeding for limitation to a number of mac addresses but this seems to be a very pimply solution. Are there other ways to prevent unwanted dhcp leases?

Best Answer

In the DHCP console:

Enable the Allowed List filter:

  • Right-click on IPv4 and go to Properties
  • Click the Filtering tab
  • Check the box next to Enable Allow List
  • Make sure the box next to Enable Deny List is NOT checked

This will cause the DHCP server to only issue IP addresses to clients within the Allowed filter list.

Add a MAC to the Allowed list:

  • Expand IPv4
  • Expand Filters
  • Right-click Allow
  • Select New Filter...
  • Enter the desired MAC address and Press OK