Hello,
I have an OPNsense VM running with a dedicated WAN interface (vmbr1) and the default Proxmox Linux bridge (vmbr0) for LAN. I'm trying to segregate my network like so:
WAN -> My public IP
VLAN 100 -> 10.10.100.0
LAN -> 10.10.1.0
I only have 2 NICs and I am trying to pass the VLAN using the same LAN bridge (vmbr0) all my containers and VM's are on
vmbr0 -> LAN -> 10.10.1.100
vmbr1 -> WAN -> Bridged -> No IP
OPNsense does have 3 virtual NICs configured:
NIC 1 -> LAN -> 10.10.1.1
NIC 2 -> WAN -> DHCP for public ip
NIC 3 -> VLAN 100 -> 10.10.100.1
vmbr0 is set as VLAN Aware in Proxmox. The issue I'm running into is that containers with VLAN tag 100 cannot make any connection to any network in OPNsense.
I have an OPNsense VM running with a dedicated WAN interface (vmbr1) and the default Proxmox Linux bridge (vmbr0) for LAN. I'm trying to segregate my network like so:
WAN -> My public IP
VLAN 100 -> 10.10.100.0
LAN -> 10.10.1.0
I only have 2 NICs and I am trying to pass the VLAN using the same LAN bridge (vmbr0) all my containers and VM's are on
vmbr0 -> LAN -> 10.10.1.100
vmbr1 -> WAN -> Bridged -> No IP
OPNsense does have 3 virtual NICs configured:
NIC 1 -> LAN -> 10.10.1.1
NIC 2 -> WAN -> DHCP for public ip
NIC 3 -> VLAN 100 -> 10.10.100.1
vmbr0 is set as VLAN Aware in Proxmox. The issue I'm running into is that containers with VLAN tag 100 cannot make any connection to any network in OPNsense.