Hello !
I have created two bridges:
• bridge-vlan that connects all my VLANs. Each VLAN has a dedicated network: 10.0.10.0.0/24, 10.0.20.0/24…
• bridge-lan has a DHCP server on the network: 10.0.0.0.0.0/24 (router: 10.0.0.0.1)
I would like to be able to access the devices connected to the bridge-lan (printers…) from any VLAN connected to the bridge-vlan. How can I do that? I have not configured any Firewall rules or static routes that could prevent this from happening.
Thanks !