Configurazione IP Failover OVH su VM debian Utixo Print

  • 0

Editare il file /etc/network/interfaces come segue:

 

1
2
3
4
5
6
7
8
9
auto eth0
iface eth0 inet static
address 5.6.77.8
netmask 255.255.255.255
broadcast 5.6.77.8
postup route add 123.4.5.254 dev eth0
postup route add default gw 123.4.5.254
postdown route del default gw 123.4.5.254
postdown route del 123.4.5.254 dev eth0

Dove:
5.6.77.8 = IP failover attribuito
123.4.5.254 = Default Gateway ottenuto tramite IP HOST con finale 254

Non dimenticare di impostare il MAC address assegnato direttamente sulla VM tramite VSPHERE


Was this answer helpful?

« Back