I have a question regarding setup of VLAN for FreeBox Mini 4K from Free internet provider in FR.
I have this setup :
Internet --< FreeBox InternetModem >-----< OpenWRT >---< switch >--------< FreeBoxMini >
................................................ Internet Side | Home LAN Side |___ other lan devices
This setup allows the whole Home LAN access to the internet (or not according to openWRT rules).
In order to receive TV on the TVSet via the FreeBoxMini device I need VLAN 100.
To achieve this I did this setup in OpenWRT:
Question is : Is this safe with the firewall side of things (ie respecting the rules I set in OpenWRT firewall), or is this just a fully opened tunnel between the internet side and the LAN side, thus simply bypassing the interest of having / using a Firewall.
So while what I did works, it is wrong. Since I can only have 1 instance of VLAN100 in the switch. I need some litterature to understand how to get VLAN 100 from WAN Side to Lan Side without loosing the Tag.
Would you have a pointer to a document explaining the logic of VLAN management, and how to properly filter VLANs?
Your switch mt7530 seems to be supported by the Linux DSA driver. Which I think gives you one eth interface for each port which you then can configure VLAN on separately. That in turn may allow you to configure a transparent firewall. But I don't know if that driver can be used in OpenWrt.