Hi I wonder if you can help. I have hAP-lite. My home DSL router provides one access point (not particularly stable) and I have several computers connected with ethernet cables too. One of them is a raspberry-PI that runs DNSMASQ - so provides DHCP and DNS for the local network. What I want is to have hAP-L as another wifi hotspot, but use the existing DHCP server - both for it's uplink port (eth1) and for it's wifi clients. Can this be done?
eth1 can get it's address assigned by DHCP alright. But I am unclear how to proceed with wifi. The usual model is to use hAP-L own DHCP server for its clients and to have a different address range on the wifi side and do masquerading for packets. Can I avoid this? Can I have hAP-L wifi clients, once they associate with hAP-L wifi, then get DHCP information from raspberry-PI DNSMASQ server?
Would it mean to put all interfaces on a bridge? Disable hAP-L dhcp server? I think the answer is probably simple, but I am a bit lost here. Thanks.