====== IP failover Debian et Ubuntu ====== Editez le fichier de configuration réseau nano /etc/network/interfaces Ajoutez votre adresse ip failover # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 62.210.123.123 netmask 255.255.255.0 gateway 62.210.123.1 auto eth0:0 iface eth0:0 inet static address ip_failover netmask 255.255.255.255 Exécuter la commande suivante : ifup eth0:0 L'ip failover est maintenant prête à être utilisée.