Good morning,
I’m having issues with the following setup and would really appreciate any of your help, for easier understanding I’m simplifying my configuration.
Port 5: ServerNetwork (no VLANs, straight connected to an unmanaged switch)
Bridge:
br_capsman (used as bridge for CAPsMAN with all my CAPs forwarding their traffic to CAPsMAN)
Bridged Ports:
br_capsman → Port 5 (ServerNetwork)
br_capsman → VLAN100 (GuestNetwork)
Now I’m using a Windows Radius Server for retrieving the correct network for the corresponding user. In this simplyfied configuration Admins have to go into the ServerNetwork, regular users have to go into VLAN100 (GuestNetwork). On Windows Radius Server I’m setting VLAN ID 100 for regular users and it’s working correctly, but what do I have to set on the Radius Server to put the Admins into the ServerNetwork since the ServerNetwork isn’t a VLAN? I was trying to return VLAN ID 0 and VLAN ID 1 (expecting those are the default VLAN IDs) but it’s not putting me into the right network.
Does anyone have a clue on how to solve it?