Hello,
I would like to have VLAN 2 on interfaces 1 and 3. How can I have VLAN 2 on multiple interfaces with the same DHCP? I tried the bridge mode without success.
Thank you for your help.
Create the VLAN on both interfaces individually and then bridge the VLANs (not the physical interfaces). Then apply the IP and DHCP configuration to the bridge. Don't forget to set the tunables required for bridging:
https://docs.opnsense.org/manual/how-tos/lan_bridge.html
Cheers
Maurice
Quote from: Maurice on February 04, 2024, 02:58:22 AM
Create the VLAN on both interfaces individually and then bridge the VLANs (not the physical interfaces). Then apply the IP and DHCP configuration to the bridge. Don't forget to set the tunables required for bridging:
https://docs.opnsense.org/manual/how-tos/lan_bridge.html
Cheers
Maurice
I am trying to do the same thing as OP however there is no option to bridge vlan devices only physical devices or VPN/Wireguard interfaces
using 24.1_1 latest opnsense version
never mind.. i figured out what i was doing wrong.. i am all set to bridge vlans
Ok it's works. Thanks you