Hello,
I would like to know what the recommendations are for managing subnets in a cluster of several proxmox nodes.
Let's imagine the following scenario:
I have 2 Proxmox nodes clustered in the network (192.168.100.0/24):
I have 2 vnets in the same SDN zone:
I have a firewall in a VM (pfSense for example) on one of the 2 nodes, I want to make sure that when I create a subnet in one of the vnet on Proxmox, it is automatically known by the pfSense (via BGP?) and that the default gateway for the VMs is the firewall.
I want to make sure that the flow between subnets is discarded by default and that I accept it if necessary on the firewall.
I'm thinking that an EVPN zone would be best but is that really the case?
Thanks in advance for your help
I would like to know what the recommendations are for managing subnets in a cluster of several proxmox nodes.
Let's imagine the following scenario:
I have 2 Proxmox nodes clustered in the network (192.168.100.0/24):
- The IP of node 1 is 192.168.100.10
- The IP of node 2 is 192.168.100.11
I have 2 vnets in the same SDN zone:
- VNET1:
- Subnet1: 10.1.1.0/24
- Subnet2: 10.1.2.0/24
- Subnet3: 10.1.3.0/24
- VNET2:
- Subnet1: 10.2.1.0/24
- Subnet2: 10.2.2.0/24
- Subnet3: 10.2.3.0/24
I have a firewall in a VM (pfSense for example) on one of the 2 nodes, I want to make sure that when I create a subnet in one of the vnet on Proxmox, it is automatically known by the pfSense (via BGP?) and that the default gateway for the VMs is the firewall.
I want to make sure that the flow between subnets is discarded by default and that I accept it if necessary on the firewall.
I'm thinking that an EVPN zone would be best but is that really the case?
Thanks in advance for your help