cwbsw
August 4, 2020, 12:32pm
1
VLAN 1:
vid: 1
ports: 0 3 4
VLAN 2:
vid: 2
ports: 0t 5
VLAN 3:
vid: 101
ports: 0t 4t
VLAN 4:
vid: 102
ports: 0t 4t
This is my config, port 0 is cpu port, port 3 and 4 are lan ports, port 5 is wan port. Because of the limitation of platform, vlan 1 and vlan 2 can not be modified.
Now the problem is, Router advertisement messages from vlan 3 and vlan 4 are incorrectly forwarded to vlan 1, causing a computer connected to port 3 configuring automatically an unreachable default route.
I can confirm this is a recently introdued bug, it does not exist on snapshot several months ago before I upgraded it. Maybe it is related with https://github.com/openwrt/openwrt/commit/9da2b567605b0964d921b9ca4f0c9886db4f636d I will try to do some test later.
cwbsw
August 6, 2020, 1:19am
2
Likely got bitten by this when upgrading from 19.07.3 to .4
I only have "high" VLAN numbers, that is 101, 102 and 103.
rotanid
September 21, 2020, 7:08pm
4
please, everyone continue there so we dont have two threads....
It was all working just until a few days ago in 19.07 with the switch configuration below, but now I can not connect to any LAN port with the latest build. There is this commit which might have something to do with this, but I do not know how that would have impacted things. Does anyone have any suggestions?
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '3'
option vid '3'
option ports '3 0t'
config swi…
2 Likes
tmomas
Closed
October 1, 2020, 7:08pm
5
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.