He contratado una ip adicional para mi servidor en ovh, con SO debian jessie, pero la unica guia que encuentro en ovh es para tener la segunda ip como ipfailover, alguien lo ha hecho alguna vez?
ip adicional en ovh
-
- question (answered)
- Puntonetsvb
- Thread is marked as Resolved.
-
-
Just add that IP in the control panel at admin/ip_manage.php, in automatic mode. Once done, you'll be able to assign that IP to a reseller and the reseller will be able to assign it to customers.
-
-
Agregas Alias a tu config
/etc/network/interfaces
Al final de archivo agregas las ipfail, solo pones tu ip, y deja las mascara tal cual te la doy .... abres tantos alias como ips tienes
auto eth0:1
iface eth0:1 inet static
address 5.5.5.5
netmask 255.255.255.255
broadcast 5.5.5.5auto eth0:2
iface eth0:2 inet static
address 6.6.6.6
netmask 255.255.255.255
broadcast 6.6.6.6Cuando termines ... para no reiniciar la maquina
ifup eth0:1
ifup eth0:2No importa el error que te da ..., te la asignara y arrancara correctamente
Luego como dice @'Nuxwin, se le agrega al panel y ya distribuyes su uso.