Skip to content

Latest commit

 

History

History
132 lines (92 loc) · 7.87 KB

File metadata and controls

132 lines (92 loc) · 7.87 KB
title excerpt updated
Moving an Additional IP
Find out how to move an Additional IP in the Control Panel or via the OVHcloud API
2024-12-04

[!primary]

Since October 6th, 2022 our service "Failover IP" is named Additional IP. This renaming has no effect on its technical features.

Objective

Additional IP addresses can be moved between the services you use. This provides an advantage since you can maintain your IP reputation, your SEO and improve the continuity of service of your applications and systems.

With this technology, you can switch IP addresses from one solution to another in less than a minute, with virtually no interruption to services for your users. It is useful for service migrations (e.g. moving projects from development to production), or when switching to a backup server during a technical issue.

[!primary] You can assign your IP address blocks to any compatible service within a region. IP address blocks in a region can be moved from one datacenter to another within that region but cannot be moved outside of that region. Consult our Limitations section below.

Except for the 3 regions eu-west-gra, eu-west-rbx, and eu-west-sbg, where IP address blocks can be moved between these three regions.

A region is a geographical area composed of one or more datacenters.

Migration only works for whole blocks, it is not possible to migrate individual IPs within a block.

This guide explains how to move an Additional IP in your OVHcloud Control Panel or via the OVHcloud API.

Requirements

Warning

This feature might be unavailable or limited on servers of the Eco product line.

Please visit our comparison page for more information.

Warning

If the Additional IP address or one of the block IP addresses has a virtual MAC attached, the target server must support the vMAC functionality. See this guide for details.

Otherwise, the virtual MACs must be removed from the Additional IPs before the transfer.

Instructions

[!primary] When an IP block containing unique virtual MAC addresses is moved between two servers, those addresses are temporarily suspended. They will appear on the new server once the move is complete.

On the other hand, blocks containing duplicate virtual MAC addresses cannot be moved. You must first delete the duplicate virtual MAC address on the block to be moved.

If an IP block is moved/added to the vRack, it is no longer linked to a physical server. In this case, any virtual MAC address will be lost during the transfer.

Geolocalised IP blocks

The geolocation of an IP address is independent of its region of attachment.

If you order an additional IP block on a server but choose a different location (geolocation) for the IP block, this IP block cannot be moved to another server located in the same country as this block. For example, an additional IP block geolocated in Poland (eu-central-war) and ordered on a server located in a French datacentre (eu-west-gra) cannot be moved to a server located in a Polish datacentre (eu-central-war). The IP block can only be moved to an eligible server located in a French datacentre.

Moving an IP from the OVHcloud Control Panel

Warning

Only a single size block (/32) can be moved from a dedicated server to a VPS.

Log in to the OVHcloud Control, go to the Bare Metal Cloud{.action} menu and click on Network{.action}. Next, click on IP{.action}.

Click the Additional IP{.action} tab.

manage IPs{.thumbnail}

Next, click the ...{.action} button to the right of the additional IP or block of IP addresses you want to move and select Move Additional IP{.action} or Attach this IP block to another service{.action}.

move Additional{.thumbnail}

In the pop-up window, select the service to move the IP address to from the menu.

move Additional{.thumbnail}

Click Next{.action}, then Confirm{.action}.

Moving an IP via the API

Log in to the OVHcloud API webpage.

First, it is best to check if the IP address can be moved.
To check if the IP can be moved to one of your dedicated servers, use the following call:

[!api]

@api {v1} /dedicated/server GET /dedicated/server/{serviceName}/ipCanBeMovedTo

  • serviceName: the destination dedicated server reference
  • ip: the Additional IP address to move

To move the IP address, use the following call:

[!api]

@api {v1} /dedicated/server POST /dedicated/server/{serviceName}/ipMove

  • serviceName: the destination dedicated server reference
  • ip: the Additional IP address to move

Limitations

Please note that there are certain limitations when moving an additional IP block. The table below shows the compatibility between regions.

For more information, consult our list of available regions.

Zones eu-west-par eu-west-gra eu-west-rbx eu-west-sbg eu-west-lim eu-central-war eu-west-eri ca-east-bhs ca-east-tor ap-southeast-sgp ap-southeast-syd
eu-west-par
eu-west-gra
eu-west-sbg
eu-west-rbx
eu-west-lim
eu-central-war
eu-west-eri
ca-east-bhs
ca-east-tor
ap-southeast-sgp
ap-southeast-syd

Go further

Join our community of users.