I have a Proxmox server, and I want to add VMs to this host so they can communicate with each other on a private network using eth1 and have internet access via eth0.
On this host, I have vmbr0 with the following configuration:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet...