@StifflersMagic I edited your config (changed IPs, and VLAN-IDs etc) and rebooted.
It works now, great. Many thanks!
When I look into the GUI now and compare I see the main difference to my approach:
There are the bridge devices br-lan
, br-vlan11
and devices of type VLAN (802.1q)
: eth0.11
(same for VLAN ID 12 etc).
I didn't have it that way.
br-lan
does not have "VLAN bridge filtering" enabled. OK with me.
So if I want to add another VLAN, I guess I have to:
- add that VLAN in menu "Switch" (tagged on ports 0 and 5)
- add a "VLAN (802.1q)" device "eth0.XX" with base device "eth0"
- add a bridge device like "br-vlanXX" with bridge port "eth0.XX"
- add an interface like "VLAN_XX" based on device "br-vlanXX"
and that interface is used in a Wifi-definition for an SSID.
Am I right?
I might try that myself after my next telco in an hour or so.
After that I will focus on rolling all that into my build pipeline.
thanks a LOT @StifflersMagic