We need to deploy a DHCP server that can do the following:
1. for any DHCP request that is routed to the DHCP server by our wireless controller (at IP address 192.168.1.2), give an address in the range 192.168.1.10-.20, with a lease of 8 hours.
2. for any other DHCP request, give an address in the range 192.168.1.21-.30.
Here are the details: our laptops are getting one address for their Ethernet NIC and then a second address for their wireless NIC when they get onto wireless in our office. As a result we have many machines that are getting two addresses from the DHCP server and we are running out. We want to have a scope for the wireless clients and a different scope for the wired clients.
Our wireless network is set up so that the access points talk to a wireless controller, which forwards the DHCP requests from the wireless clients to the DHCP server.
We have Windows 2008 and 2012 available to solve this issue. Or anything else. We'll buy it to solve this issue.
Thanks in advance for any helpful suggestions.