ovh ip failover

  • 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.

  • 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?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @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

  • 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 tuipfail


    Y luego haz un
    ifdown eth0:1
    ifup eth0:1


    y ya la tienes lista


    S2