Pfsense VM WAN Interface Setup on Proxmox HA Cluster

tabris

New Member
Nov 4, 2024
2
0
1
Hey everyone,
I am setting up a Pfsense VM on a 3-node proxmox cluster for HA.
The three nodes have the exact same hardware, and I have set up 2 linux bridges, vmbr0 for the LAN interface, and vmbr1 for the WAN Interface.
In order to achieve live migration for the Pfsense VM (without moving the WAN cable), I have a dumb switch that connects the WAN from my ISP and vmbr1 on each of the 3 nodes.
In practice this works, I can migrate the Pfsense and WAN will stay connected. However, I'm worried if this is introducing any security concerns, like exposing the 2 nodes without Pfsense running to the WAN.
So my question is, is this setup safe to use? Would anyone be able to access the cluster from the vmbr1 bridges? The Pfsense VM will be the only client to use vmbr1, no other client will use this Linux bridge. No IP address is assigned to vmbr1.
 
P.s. I looked into CARP for Pfsense, but I only have 1 (dynamic) public IP from my ISP, so Proxmox HA seems like my best option.
 
So my question is, is this setup safe to use?
If configured correctly, hosting pfSense in PVE can be safe to use.

Would anyone be able to access the cluster from the vmbr1 bridges? The Pfsense VM will be the only client to use vmbr1, no other client will use this Linux bridge. No IP address is assigned to vmbr1.
Since your PVE hosts do not have an IP address on vmbr1 they will not have access to it, and therefore, traffic on vmbr1 will not have access to the PVE hosts. And since no VMs are on vmbr1, they are not accessible either.
 
  • Like
Reactions: tabris