Skip to main content

Floating IP — Overview

Floating IP is a public IP address that you can allocate independently and assign to any Instance inside a VPC. Because the address is not bound to a specific Instance, you can move it from one Instance to another at any time without changing DNS or end-user network configuration.

What is a Floating IP?

When an Instance needs to be accessible from the internet, the system needs to map a public IP address to the Instance's private IP address. Floating IP handles this role through NAT at the VPC gateway.

A Floating IP exists independently of any Instance — you can:

  • Allocate: Reserve a public IP address into your VPC.
  • Associate: Link a Floating IP to a port (NIC) of an Instance.
  • Disassociate: Detach a Floating IP from an Instance without losing the IP address.
  • Release: Return the IP address to the system pool when it is no longer needed.

Which VPC types support this feature?

Floating IP can be used with both VPC types:

VPC TypeFloating IP Support
General VPCYes
Specific VPCYes

How to navigate to the Floating IP page

From the VPC management interface:

  1. Select the VPC you want to manage.
  2. In the left navigation menu, select Network.
  3. Select Floating IP.

The Floating IP list page appears, showing all IP addresses allocated in that VPC.

Floating IP list

Main operations

OperationDescription
Allocate IP addressReserve a new public IP into the VPC
Associate with InstanceLink the IP to a port of an Instance so the Instance is reachable from the internet
Disassociate from InstanceDetach the IP from an Instance; the IP remains and enters "Down" status
ReleaseRemove the IP from the VPC and return it to the system pool

See also