I'm still using 19.07.10 with my WRT3200ACM because of swconfig or rather DSA.
I've tried to use DSA in the past but never got it to work with my network config and gave up because my WRT3200ACM is the main router in my network. Anyway I would like to give 23.05.0-rc1 a try but I need a proper function VLAN config.
Could someone please give me a helping hand and tell me if my swconfig would work with DSA?
If u think that my VLAN config should be done different let me know. I'm happy to start from the scratch if it's worth it...
At a first glance, I don't spot anything that should pose particular problems (and DSA is supposed to express anything swconfig can do anyways). The config is complex, so take your time and move forward in steps (one VLAN at a time), with sufficient testing inbetween (and I would suggest to go with 23.05~ at this point, start from clean sheets once; you already got the advice to use the upcoming -rc2 or a recent 23.05 snapshot).
Thanks for your reply, I'll definitely start from scratch if I move away from 19.07.10.
I also forget to mention that I'm using another router running OpenWRT which is acting like a smart switch with wifi AP (DIR-860L B1, also running 19.07.10)
And I'm also running the following ebtables rules to fully isolate wifi clients in the guest network between the OpenWRT devices.
WRT3200ACM:
ebtables -A FORWARD --logical-in br-guest -j DROP # Client Isolation [GUEST]
DIR-860L B1:
ebtables -A FORWARD -i ! eth0.3 -o eth0.3 -j ACCEPT # allow AP clients to talk to router
ebtables -A FORWARD -i eth0.3 -o ! eth0.3 -j ACCEPT # allow router to talk to AP clients
ebtables -A FORWARD --logical-in br-guest -j DROP
So I would also need to figure out if this part would still work with 23.05.x
I guess it would be the best for me to wait for 23.05 rc2 and then do the switch, I've tried snapshot builds in the past and had issues with installing needed packages.
Thank you! This will be a great starting point for me.
The other thing I forgot to mention is that I'm also running a second OpenWRT router with 19.07.10 (DIR-860L B1) which is acting like a smart switch with wifi AP, so I would also need configure this one for DSA.
doing advanced networking withs VLANs and relying on someone "pre-made" configs is a bad idea
maybe the best is to convert R#1 as you wanted, have a few day with new DSA semantic and then try to learn / examine network config file
if you get stuck i am sure that someone will help you, but please, step by step, learn & implement
as you see, port names are straight
lan1, lan2, etc
tagging is :t
and access (PVID) is :u*
on „general settings“ of your interface „LAN“, set device from „br-lan“ to „br-lan.1“, once you create a VLAN „1“ in br-lan. You must do this in the same „save and apply“ step. If not, you will see the error message as seen.