Hi everyone!

Can you help me with my internal network please?
I have a cluster with 2 nodes, my internal network is managed by PFSense on node 2 (x.4). I passed NIC 1 directly to the VM and NIC 2 connected with bridge and use vmbr0 as lan in PFSense. In this mode, all traffic goes through my PFsense.
I created a Vlan 100 derived from vmbr0 to segregate my devices.
For example, on node 1 (x.3), I created a lxc and set the bridge network as vmbr0.100, but without success, I can't get any IP or access to the network. If I don't use vlan, I can get the network normally.
My question is: what can I pass vlan100 to my nic lan through vmbr0? I want to use a managed switch for this later.
If you have any suggestions about the network or infrastructure, feel free to suggest.

Can you help me with my internal network please?
I have a cluster with 2 nodes, my internal network is managed by PFSense on node 2 (x.4). I passed NIC 1 directly to the VM and NIC 2 connected with bridge and use vmbr0 as lan in PFSense. In this mode, all traffic goes through my PFsense.
I created a Vlan 100 derived from vmbr0 to segregate my devices.
For example, on node 1 (x.3), I created a lxc and set the bridge network as vmbr0.100, but without success, I can't get any IP or access to the network. If I don't use vlan, I can get the network normally.
My question is: what can I pass vlan100 to my nic lan through vmbr0? I want to use a managed switch for this later.
If you have any suggestions about the network or infrastructure, feel free to suggest.
Code:
auto lo
iface lo inet loopback
auto enx98fc84e53707
iface enx98fc84e53707 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.4/24
gateway 192.168.1.1
bridge-ports enx98fc84e53707
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094