Hello!
I have a question about configure network on a host.
I have proxmox v2.3 and a debian host (qemu).
I want to have a backup of this machine on an other porxmox node and if the first node is out of service, I just want to start the backup and whaou it works!
But my network is configured like this on my host :
auto eth0
iface eth0 inet static
address 10.9.9.59
netmask 255.255.255.255
up route add -host 10.9.9.51 dev eth0
up route add default gw 10.9.9.51
post-down route del 10.9.9.51 dev eth0
post-down route del default gw 10.9.9.51
My proxmox node is 10.9.9.51.
But when I will restore my machine on the other node, this gateway will not be available...
How can I do?
Configure 2 gateway on this host but I think that I can't have two default gateway for one interface?
Thank you for your advice!
Regards
I have a question about configure network on a host.
I have proxmox v2.3 and a debian host (qemu).
I want to have a backup of this machine on an other porxmox node and if the first node is out of service, I just want to start the backup and whaou it works!
But my network is configured like this on my host :
auto eth0
iface eth0 inet static
address 10.9.9.59
netmask 255.255.255.255
up route add -host 10.9.9.51 dev eth0
up route add default gw 10.9.9.51
post-down route del 10.9.9.51 dev eth0
post-down route del default gw 10.9.9.51
My proxmox node is 10.9.9.51.
But when I will restore my machine on the other node, this gateway will not be available...
How can I do?
Configure 2 gateway on this host but I think that I can't have two default gateway for one interface?
Thank you for your advice!
Regards