- Modifié
Salut
Je bataille sur une sombre affaire de failover sur un vps ovh 2016 classic en debian 8 et ça marche pas fort.
Pour l'instant ça ping pas, je la vois dans le manager relié au vps
j'ai tenté ça en suivant leurs guides (y'en a deux différent et ça aide pas)
ip 1.2.3.4 pour l'exemple
/etc/network/interfaces
# 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
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
# IPFO 1
auto eth0:0
iface eth0:0 inet static
address 1.2.3.4
netmask 255.255.255.255
broadcast 1.2.3.4
et depuis un guide plus ancien:
# 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
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
# IPFO 1
auto eth0:0
iface eth0:0 inet static
address 1.2.3.4
netmask 255.255.255.255
post-up /sbin/ifconfig eth0:0 1.2.3.4 netmask 255.255.255.255 broadcast 1.2.3.4
pre-down /sbin/ifconfig eth0:0 down
interface relancé, serveur rebooté aussi des fois que...
Si quelqu’un voit la boulette, je suis preneur
j'ai un ticket ouvert depuis 9h ce matin et tous le monde s'en carre l'oignons apparemment là-bas
les 2 guides:
http://docs.ovh.com/fr/fr/cloud/dedicated/network-ipaliasing/#debian-derives
https://docs.ovh.com/display/public/GUD/Configurer+une+IP+failover+sur+un+serveur+sous+Debian
Ex.