https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie
Créer le pont sur la carte réseau :
# vi /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.28.203
netmask 255.255.255.0
gateway 10.0.28.254
bridge_ports eth0
bridge_stp off
bridge_fd 0