Hello!
I am looking to setup 5 Proxmox nodes in a datacenter. The datacenter is going to provide me with two VLANs. A private VLAN and a public, internet, VLAN.
What I am looking to do is segment my VMs over different SDNs using the private VLAN as backing. Example networking config below.
Per Node:
I would then use PfSense/OpnSense as the firewall for each SDN.
I am thinking of the following SDNs
So to my question, which SDN should I pick? Since it is a DC would it be VLAN, VXLAN, QinQ? Which is the least painful on CPU usage?
I am looking to setup 5 Proxmox nodes in a datacenter. The datacenter is going to provide me with two VLANs. A private VLAN and a public, internet, VLAN.
What I am looking to do is segment my VMs over different SDNs using the private VLAN as backing. Example networking config below.
Per Node:
Code:
iface vmbr0.200
<snip>
# Internet
iface vmbr0.201
address 192.168.xxx.2x/24
gateway 192.168.xxx.1
# Private
I would then use PfSense/OpnSense as the firewall for each SDN.
I am thinking of the following SDNs
- Secure
- Insecure
- Kubernetes
So to my question, which SDN should I pick? Since it is a DC would it be VLAN, VXLAN, QinQ? Which is the least painful on CPU usage?
Last edited: