ip adicional en ovh

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

  • @Puntonetsvb


    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.

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

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



    auto eth0:2
    iface eth0:2 inet static
    address 6.6.6.6
    netmask 255.255.255.255
    broadcast 6.6.6.6


    Cuando termines ... para no reiniciar la maquina


    ifup eth0:1
    ifup eth0:2


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