Hello everyone,
I'm trying to setup this kind of setup (with more VM, but this is the simplified version) :
I tried to make multiple vnets in the VXLAN zone, and configure their tags on the VLANs in the PFSense configuration, but then my virtual machines cannot event communicate with the PFSense firewall.
Also, if that is the right scenario, I'm not sure on which interface I should plug the firewall. I tried to plug it to one of the vnets, but that vnet has a mandatory VLAN tag, which is different from the Conf2 case where the interface the PFSense firewall was plugged in was
I'm trying to setup this kind of setup (with more VM, but this is the simplified version) :
- 2 proxmox servers (
px1
andpx2
) - 1 pfsense firewall (
fw1
) onpx1
- 2 virtual machines (
vm11
andvm21
) onpx1
- 2 virtual machines (
vm12
andvm22
) onpx2
- I want
vm11
and vm12 to be in the same VLAN and communicate with each other. - I want
vm21
andvm22
to be in the same VLAN and communicate with each other. - I want the two VLAN to be distinct and not allow communications between them (ie. a
vm1*
cannot communicate with avm2*
) - I want all the virtual machines to go through the PFSense firewall to access the Internet
Conf1
: I managed to have a SDN/VXLAN configuration to have all the virtual machines in the same VLAN and comunicate to each other (which answers contraints 1 and 2 but not 3).Conf2
: I also managed to have VLANs setup on the pfsense firewall and putvm1*
andvm2*
in separate VLANs using a Linux bridge (vmbr2
) and VLANs in the proxmox node network configuration. Which answers contraint 3 but not 1 and 2.
I tried to make multiple vnets in the VXLAN zone, and configure their tags on the VLANs in the PFSense configuration, but then my virtual machines cannot event communicate with the PFSense firewall.
Also, if that is the right scenario, I'm not sure on which interface I should plug the firewall. I tried to plug it to one of the vnets, but that vnet has a mandatory VLAN tag, which is different from the Conf2 case where the interface the PFSense firewall was plugged in was
vmbr2
(which didn't have a VLAN tag)