Hi there,
I just rent a dedicated sever and installed proxmox.
I've reading docomuntationation to set up my network on each of my VM.
I edited /etc/network/interfaces, and i added this code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface enp2s0 inet manual
auto vmbr0
iface...