My Setup:
Proxmox on NUC (192.168.150.10) with single ethernet port connected to a pfSense router.
I would like to change the connection from pfSense to a trunk with 2 x VLANs - VLAN50 (192.168.150.1/24 - routed to VPN-WAN) & VLAN60 (192.168.160.1/24 routed to CLEARNET-WAN) & still be able to access the Proxmox web managment interface on 192.168.150.10 in the VLAN50 & be able to assign some VM/Containers to VLAN50 & some to VLAN60.
I am confused about how I should setup the network config on a single port Proxmox box. I already have the new trunk with VLAN50 & 60 setup on pfSense.
My current Network settings (pre-VLAN trunk connection) is:
Proxmox on NUC (192.168.150.10) with single ethernet port connected to a pfSense router.
I would like to change the connection from pfSense to a trunk with 2 x VLANs - VLAN50 (192.168.150.1/24 - routed to VPN-WAN) & VLAN60 (192.168.160.1/24 routed to CLEARNET-WAN) & still be able to access the Proxmox web managment interface on 192.168.150.10 in the VLAN50 & be able to assign some VM/Containers to VLAN50 & some to VLAN60.
I am confused about how I should setup the network config on a single port Proxmox box. I already have the new trunk with VLAN50 & 60 setup on pfSense.
My current Network settings (pre-VLAN trunk connection) is:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.150.10/24
gateway 192.168.150.1
bridge-ports eno1
bridge-stp off
bridge-fd 0