Hi again,
I think I managed to solve it. Could you guys please have a look on the configuration if everything is fine?
What I did to fix it:
- Reset
- Network - Devices - Edit br-lan - add VLAN 1 tagged, Enable VLAN Filtering
- Network - Interfaces - Edit lan - Set to br-lan.1
- Save and Apply
- add the other vlans and ssids
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'xxxxxxxxx
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
config interface 'lan'
option device 'br-lan.1'
option proto 'static'
option ipaddr 'xx.xx.xx.xx'
option netmask '255.255.255.0'
option ip6assign '60'
option gateway 'xx.xx.xx.1'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth0:t'
config device
option name 'br-lan.1'
option type '8021q'
option ifname 'br-lan'
option vid '1'
config bridge-vlan
option device 'br-lan'
option vlan '2'
list ports 'eth0:t'
config bridge-vlan
option device 'br-lan'
option vlan '3'
list ports 'eth0:t'
config bridge-vlan
option device 'br-lan'
option vlan '4'
list ports 'eth0:t'
config bridge-vlan
option device 'br-lan'
option vlan '5'
list ports 'eth0:t'
config bridge-vlan
option device 'br-lan'
option vlan '6'
list ports 'eth0:t'
config interface 'WIFI1'
option proto 'none'
option device 'br-lan.2'
config interface 'WIFI2'
option proto 'none'
option device 'br-lan.3'
config interface 'WIFI3'
option proto 'none'
option device 'br-lan.4'
config interface 'WIFI4'
option proto 'none'
option device 'br-lan.5'
config interface 'WIFI5'
option proto 'none'
option device 'br-lan.6'
option defaultroute '0'
option delegate '0