Hello.
I have an issue with port always down when assigned to bridge with vlan filtering on.
I need a untagged port in a vlan bridge on Turris Omnia.
Does anybody has it working? pls help. THX.
Hello.
I have an issue with port always down when assigned to bridge with vlan filtering on.
I need a untagged port in a vlan bridge on Turris Omnia.
Does anybody has it working? pls help. THX.
My setup is like this:
config device 'br_lan'
option name 'br-lan'
option type 'bridge'
list ports 'lan0'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config bridge-vlan
option device 'br-lan'
option vlan '21'
list ports 'lan0'
list ports 'lan4:t'
config bridge-vlan
option device 'br-lan'
option vlan '60'
list ports 'lan2'
list ports 'lan3:t'
list ports 'lan4:t'
THX.
I can see only one difference to my config, that I have only subset of ports included in the device (br-lan) config.
Does the device ‘br_lan’ work with only subset of physical ports included?
Or is it required to have one device configured with all physical ports on the physical bridge (LAN0-LAN4)?
What does ‘down’ mean precisely? Does the link go up on layer 1 (= the port’s LED(s) turn on) and you’re missing connectivity on layer 2?
Did you set the untagged VLAN as primary on the port in question?
Can you share your config (either the relevant portions of /etc/config/network
or a screenshot of the GUI)?
Layer 1 down - no led lights. Yes, unttaged and primary. I will share /etc/config/network later.
I guess it should also work with just a subset of interfaces.