Hi,
Despite some searchs on the net, I cannot find how to add a failover IP to my proxmox host. I would like my host to have a second IP so that I can send email via a distinct and dedicated interface.
That host is running Debian (9.9), in Online datacenter (would be the same with OVH from what I've read) and I know how to add a failover IP to a LXC CT. My /etc/network/interfaces looks like this for the host part:
How should I declare the failover IP (web ui, in a conf file, by script...)? What else should I do (routing, iptables, etc.) to be able to have specific trafic going out that extra interface?
Thank you for your help!
Despite some searchs on the net, I cannot find how to add a failover IP to my proxmox host. I would like my host to have a second IP so that I can send email via a distinct and dedicated interface.
That host is running Debian (9.9), in Online datacenter (would be the same with OVH from what I've read) and I know how to add a failover IP to a LXC CT. My /etc/network/interfaces looks like this for the host part:
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address a.b.c.d
netmask 255.255.255.0
gateway a.b.c.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
comments6 accept_ra 1
auto vmbr0
iface vmbr0 inet static
address a.b.c.d
netmask 255.255.255.0
gateway a.b.c.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
comments6 accept_ra 1
How should I declare the failover IP (web ui, in a conf file, by script...)? What else should I do (routing, iptables, etc.) to be able to have specific trafic going out that extra interface?
Thank you for your help!