Hello,
I am trying to set up a few networks to be forwarded to my access point. I have no idea how to tackle this. I feel like I just don't understand how it works and I'm misusing it all the way.
I have 4 networks:
- Lan (access to WAN and Internal)
- VPN Lan (access to VPN and Internal)
- Internal (no access to WAN or VPN)
- Guest (access to VPN, no access to LAN)
My attempt has been to create 4 bridge devices, for each of these networks:
br-lan
br-vpnlan
br-internal
br-guest
Each of these would have Bridge VLAN filtering
. So for example, I want Lan
to be available directly on eth0
and through VLAN on eth3
so I made it look like this. Notice the Untagged on eth0
and Tagged on eth3
:
Then if I want to add Guest
to the eth3
I'd just set uo Bridge VLAN filtering
to the br-guest
?