Comment on How to physically isolate a camera with OpenWRT, tagged VLANs and Docker
possiblylinux127@lemmy.zip 1 day agoI’m not sure what you mean by “driver level.” Configuring vlans in openwrt will configure the hardware. (It is really the Linux kernel that does the heavy lifting)
hendrik@palaver.p3x.de 1 day ago
I don’t really know, either. “driver-level VLAN” is the terminology the OpenWRT wiki you linked uses. You went for the strategy at the bottom, with going to the bridge settings and make it add a new interface. Waht I’ve done before, and what that article talks about at the top is, go to the Switch settings, and set the port to the corresponding VLAN, or keep the tags…
https://openwrt.org/docs/guide-user/network/vlan/switch_configuration
possiblylinux127@lemmy.zip 23 hours ago
OpenWRT now uses DSA so that article is dated
hendrik@palaver.p3x.de 19 hours ago
Thanks! You’re right. Seems it’s distributed switch architecture on my wifi router. I used Luci to configure it. Didn’t even know this was more than a UI change…