MAC Filtering using DHCP in Windows 2008 R2
Setting up White-listing in DHCP for MAC Filtering
1. Click on all the current leases - and select "ALLOW"
2. Then click on the Filters and enable the "ALLOW" list - this will setup and enable white-listing
Command Line Support of DHCP MAC Address filtering
netsh dhcp server v4 set filter [enforceallowlist=1|0] [enforcedenylist=1|0]
example:
netsh dhcp server v4 set filter enforceallowlist=1
Friday, 23 March 2012
Subscribe to:
Post Comments (Atom)
So once you enable the Allow filtering, DHCP server will not give out any addresses except to those in the allow list?
ReplyDelete