Action: PassInterface: Bridge_xyzDirection: InTCP/IP: IPv4Protocol: AnySource: AnyDestination/Invert: uncheckedDestination: Any
bridge0 phy_igb1_Denon, phy_igb2_LGTV, phy_igb3_ATV, vlan_IoT_igb0, vlan_IoT_ix0, vlan_IoT_ix1 bridge2 phy_ix1_LRM, vlan_Raywood_igb0, vlan_Raywood_ix0bridge3 vlan_IPCAM_igb0, vlan_IPCAM_ix0bridge4 vlan_Neighbour_ix0bridge5 vlan_Guest_ix1bridge6 vlan_MGMT_ix0, vlan_MGTM_igb0, phy_ix0, phy_igb0
Yes, I have created vlans for each physical interface individually, and yes, I have then created bridges that only include those vlans where the VLAN ID number matches.
However, you're saying that I cannot add multiple physical NICs to a bridge?
okay, after 1am here, so brain is being super challenged, Q1.Bridges 1 through to 5 are okay, because none of the VLANs' parents are any of the included physical NICs, and so that's why they all work fine, correct?Q2.Bridge 6 though is in error. i.e. both the VLANs are included with their physical parent NICs in this bridge and this is why I seeing the issue, correct?If so, I'm kind've scratching my head on what I need to do to fix this still.what I do know is that physical ports ix0 and igb0 are trunked ports and both physically connect to a trunked port of the switches, being the flex 10GB in the shed and the flex mini at the other end of the house.So that means I have to take the MGMT vlans out of that bridge? if so, how do I configure these VLANs? do I create another trunk?I'm thinking I'm way off in the weeds now and so am pausing.Thank you to everyone for the help on this too, I'm finding this topic extremely interesting.
You can not do VLAN 1 over a trunk, as far as I know, so you would either have to use a different vlan id, or do vlan 1 untagged over a different physical interface.What we usually do is use one port on opnsense to a vlan trunk port on a switch, and not use vlan 1 at all.
Quote from: bimbar on September 20, 2024, 10:27:40 amYou can not do VLAN 1 over a trunk, as far as I know, so you would either have to use a different vlan id, or do vlan 1 untagged over a different physical interface.What we usually do is use one port on opnsense to a vlan trunk port on a switch, and not use vlan 1 at all.Fundamentally VLAN 1 is no different than all others and can be run on a trunk port tagged. I do it at home where I have Mikrotik equipment. But ... Unifi is weird.So yes, with Unifi we do the same - dedicated untagged port for VLAN 1.