Proxmox nat networking

kmhuntly

Member
Apr 10, 2021
1
0
21
45
I am used to vmware, and my esx configuration has a nat network that all my vm's live on. I am able to access that nat network from any other host in the other networks.

I'm not really seeing a way to do this in Proxmox? Under SDN (which I think is the right way to do this), I have the following:

Datacenter -> SDN -> Zones
- zone1 (configured as VLAN)

Datacenter -> SDN -> VNets
- vnet1
- zone: zone1
- tag: 1
- subnets:
- 192.168.10.0/24
- gateway: 192.168.10.1
- snat: checked

I don't know if this is right. Also, after I create all of this, I can't remove it - the buttons don't do anything.