<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi All,<br><br>I use same one subnet for proxmox and for guest VM<br>192.168.3.10 is my proxmox and I have 3 guest VM running,<br>I set this 3 guest vm IP static but few minutes later this gust IP <br>has been changed automatically.<br>How can I keep my guest VM IP static.<br>All 3 guest VM is debian and I make edit my interfaces file like<br> <br>auto lo<br>iface lo inet loopback<br><br>allow-hotplug eth0<br>iface eth0 inet static<br>address 192.168.3.22<br>netmask 255.255.255.0<br>network 192.168.3.0<br>broadcast 192.168.3.255<br>gateway 192.168.3.254<br><br>this /etc/network/interfaces file keep remain same but when I issue the following<br>command it show me different IP<br>#ifconfig<br><br>What I need to do to keep guest VM ip static.<br><br>Thanks<br><br><br></td></tr></table>