I’m playing for first time with CAPsMAN successfully
Just a pair of questions :
In a L2 environment (all APs and Maager on the same switch) is of any utility to have controller as DHCP server and APs as DHCP clients ? Why ?
If controller hasn’t router function, and DHCP server resides on same LAN, can I simply add to datapath bridge my LAN interface so APs are bridged to LAN and wireless client get DHCP infos directly from server ??
In case my AP get an IP address from Manager DHCP server (i.e. for management purpose) , how can wireless client get an IP address from A DIFFERENT POOL ??
You can set up a separate VLANs on the AP, and have a datapath that uses local forwarding. This will send all traffic for clients using that wireless configuration to that VLAN, where you can set up a separate DHCP server, etc.
You can also set up “manager” forwarding. In that case, all traffic is sent to the CAPsMAN manager, which can then route it any way you configure it (you can, for instance, put the “cap” interface into a bridge to a separate (V)LAN with the separate DHCP server instance)