Hello,
This is my first time trying to setup proxmox VE, I want to route traffic to VMs via one real IP i have.
I did the following to my /etc/network/interfaces:
auto lo
iface lo inet loopback
auto ens2f0
iface ens2f0 inet static
address xxx.xxx.105.45/29
gateway...