I want to setup my work's network so that all wireless clients get assigned a certain IP range but are on the same subnet as the other network devices. Currently I'm running dnsmasq for DHCP and DNS on a server that is NOT the wireless AP, but is in fact two switches away.
So let's say the entire network is on 10.0.0.0/16 but I wan't to assign the wireless clients the 10.0.10.10 - 10.0.10.200 specifically.
What's the best way to accomplish this? VLANs all the way to the dnsmasq server, then routing between the same subnet? Buy a more featureful wireless bridge with more dhcp options?
Thanks.