Monthly Archives: December 2017

Proxmox host: add new guest IP with bridged network

Your Proxmox host run multiple Guests. To add new Guest / VM IP using bridge, just do: From the new Guest VM, /etc/network/interfaces: […] auto eth0 iface eth0 inet static address MY-NEW-VM-IP netmask 255.255.255.255 pointopoint MY-PROXMOX-HOST-IP gateway MY-PROXMOX-HOST-IP […] Update Host /etc/network/interfaces … Continue reading

Posted in Uncategorized | Leave a comment