Hi! I'm currently trying to set up my network as seen in the image. USER VLAN has the tag 11, IOT VLAN has the tag 13 and GUEST VLAN has the tag 14. These are tagged by an Omada AP and Omada Switch on individual ports.
So far I have:
-
Assigned igc1 (LAN) and igc2 (Wifi) and enabled them (no IP configured).
-
Created a Bridge between igc1 and igc2 so they are in the same subnet, which I think of as some sort of management subnet.
-
Configured a static IP (192.168.10.1/24) on this Bridge and enabled DHCP. All devices are reachable here and it is also possible to reach the internet from the Omada devices.
-
Created VLANs vlan01.11, vlan01.13, vlan01.14 with their parent being igc1 (Omada Switch).
-
Created VLANs vlan02.11, vlan02.13, vlan02.14 with their parent being igc2 (Omada AP)
-
Assigned all of them and enabled them (no IP configured)
-
Created a Bridge between each pair (vlan01.11 + vlan02.11 etc.)
Now my problem is that seemingly no matter what I do some devices on the VLANs cannot reach the internet because they cannot reach their Gateway.
I tried:
- Configuring a static IP to the VLAN Bridge (192.168.11.1 for USER VLAN) and enabling DHCP on it with the correct subnet. Doing so not a single device was able to reach the Gateway, but they were able to talk to each other. DHCP worked this way for both endpoints.
- Instead of configuring a static IP to the VLAN Bridge I configured it right on the vlan02.11 interface and enabled DHCP there. Doing so only the devices on the wifi are able to reach the Gateway but the devices connected via the Switch cannot. In addition DHCP does also not work for devices on the Switch.
Does anyone here maybe have a hint on what I am doing wrong?
Edit: I also tried:
- Combinations of net.link.bridge.pfil_member and net.link.bridge.pfil_bridge but that didnt work either.
- Removing the bridge and using only the vlans but with the same subnet