OVH Community, your new community space.

How to add extra ips to my server


judgey
24-02-2009, 19:18
Thanks so much

freshwire
24-02-2009, 19:14
In the example I used eth0:0.

For each additional IP increase the last 0.

For example the next IP you would use eth0:1 then eth0:2 etc etc.

judgey
24-02-2009, 18:21
Thanks guys that worked, but i tryed to add more than 1 ip and it failed, how would i add more than 1?

Thanks

freshwire
24-02-2009, 17:37
Assuming you have the IPs from OVH then do these steps:

Code:
nano /etc/network/interfaces
Add this code to the end:

Code:
auto eth0:0
iface eth0:0 inet static
        address 
        netmask 255.255.255.255
Save and close.

Code:
/etc/init.d/networking restart

Neil
24-02-2009, 17:36
Hi

If you already have the IP, then you just need to bind it to the server, the following guide will tell you how to bind it, http://help.ovh.co.uk/IpAlias#link8

If you need the IP, you can order it in the OVH Manager, under the FailOver IP section.

judgey
24-02-2009, 17:29
How do i add an ip to my unbuntu server via ssh?

Thanks