Contraté una ip nueva para mi servidor y me direon una ip failover, la añadí al panel, pero si intento acceder a dicha ip, es como si estuviese accediendo a una ip que no existe, esa ip no hace ping ni nada.
ovh ip failover
-
- question
- Puntonetsvb
- Thread is marked as Resolved.
-
-
Eso es algo que debes mirar en las interfaces de red de tu sistema.
El ponerla en el panel ... si no esta en tu sistema ... es como si no tuvieras nada...S2
-
-
Hi!
No Spanish attempts from me.
With OVH you need to add a MAC address to the IP, which correspondents with the specific VM/Server.
Then you can add it to your machine.If you really want help, you'll have to provide more information. (imscp version, distro, server implementation (dedicated/xen etc), settings screenshots etc.
-
With OVH you need to add a MAC address to the IP, which correspondents with the specific VM/Server.
Really? The link is not created automatically? I mean, IP is not automatically routed to server interface? In the OVH interface, there is no option allowing to assign an IP to a specific server?
-
-
no you must create a mac address per ip and add the mac address to the interface /vm or what else
-
@Puntonetsvb debes de conocer el protocolo de ovh, como te comentan
A) Si dispones una maquina fisica debes agregar la ip a tus interfaces de red y activarla ifup eth0:1 por ejemplo si la pones por ahi (eth0:1)
B) Si dispones de una maquina virtual debes detener la maquina y agregarla como hardware la segunda interface de red
... crear una direccion mac para poder usarla..
y luego incluirla en tu interfaces como si fuera una maquina fisica.Es el resumen mas o menos de los ultimos post.
El solo echo de poner la ip en el panel .., no es suficiente para su uso.
S2
-
-
Ya lo hice con esto:
[1]http://guias.ovh.es/NuevoAliasIp
En ella se indica que las líneas a añadir en el ficherob /etc/network/interfaces serían*:post-up /sbin/ifconfig eth0:X DIRECCION.IP.FAIL.OVER netmask 255.255.255.255
broadcast DIRECCION.IP.FAIL.OVER
post-down /sbin/ifconfig eth0:X down -
No ... pon esto al final del archivo interfaces
justo debajo de
pre-down /sbin/ip -family inet6 route del 2001:41d0:2:4aff:ff:ff:ff:ff dev eth0
Asumo que tienes un maquina fisica
Tal cual esta
auto eth0:1
iface eth0:1 inet static
address tuipfail
netmask 255.255.255.255
broadcast tuipfailY luego haz un
ifdown eth0:1
ifup eth0:1y ya la tienes lista
S2
-
-
i dont know what are you talking, but i know that in debian 9 eth0 are not working, you must use ens18