Sample Header Ad - 728x90

Configuring Additional Failover IPs in Debian 9

1 vote
1 answer
928 views
How can I properly configure failover IPs in Debian 9? I tried below settings after restart > /etc/init.d/networking restart new FO IPs are pingable but server goes down for upto 30 minutes. I think there is something missing in interface settings. # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eno1 iface eno1 inet static address Server-IP/26 gateway 89.163.138.65 auto eno2 iface eno2 inet static address Failover_IP_1 netmask 255.255.255.255 broadcast Failover_IP_1 auto eno3 iface eno3 inet static address Failover_IP_2 netmask 255.255.255.255 broadcast Failover_IP_2
Asked by Mark Fulghum (13 rep)
Jun 22, 2019, 04:28 AM
Last activity: Jun 24, 2019, 01:16 AM