allow-hotplug eth0
iface eth0 inet static
address x.x.7.145
netmask 255.255.255.248
network x.x.7.144
broadcast x.x.7.151
gateway x.x.7.144
dns-nameservers 8.8.8.8 8.8.4.4
network line seem bad. (can't be the same than gateway).
can you try
Code:
[COLOR=#333333]allow-hotplug eth0[/COLOR]
[COLOR=#333333]iface eth0 inet static[/COLOR]
[COLOR=#333333]address x.x.7.145[/COLOR]
[COLOR=#333333]netmask 255.255.255.248[/COLOR]
[COLOR=#333333]gateway x.x.7.144[/COLOR]
[COLOR=#333333]dns-nameservers 8.8.8.8 8.8.4.4[/COLOR]
Just to be sure, what are the infos you have from your hosting provider ?
If the network is x.x.7.144/255.255.255.248 , the usable ip address are
x.x.7.145 - > x.x.7.150
x.x.7.144 is the network address and can't be used.
So maybe you can try
x.x.7.145 for proxmox host, and x.x.7.146 for your vm.
Last edited: