Hello,
I'm trying to deploy multiple isolated instances of the same VM scenario in Proxmox using SDN zones, but I'm running into a problem when enabling SNAT for internet access.
What works:
Am i approaching this wrong and Is there a better approach to deploy multiple identical, isolated scenarios where VMs need internet access?
I'm trying to deploy multiple isolated instances of the same VM scenario in Proxmox using SDN zones, but I'm running into a problem when enabling SNAT for internet access.
What works:
- Multiple SDN Simple zones, each containing identical VMs
- With snat=0: Perfect isolation - VMs in different zones cannot reach each other
- VMs within the same zone can communicate with each other
- Once i set snat=1 to enable internet access, I get routing collisions because all zones use the same subnet and gateway:
- Zone 1: subnet 10.0.0.0/24, gateway 10.0.0.1
- Zone 2: subnet 10.0.0.0/24, gateway 10.0.0.1
- Zone 3: subnet 10.0.0.0/24, gateway 10.0.0.1
Am i approaching this wrong and Is there a better approach to deploy multiple identical, isolated scenarios where VMs need internet access?