Skip to main content
A reserved IP is a dedicated address that can be assigned to a Virtual Machine, Bare Metal server, or Load Balancer. It exists independently of resources, can be pre-configured in DNS or firewall rules, and remains valid when reassigned. A reserved IP can also be used as a Virtual IP address.

Overview

After a reserved IP is created, this address is exclusively allocated within the Gcore system. No other account can use it. The IP can be assigned to a resource or kept unassigned for future use. An existing port attached to a Virtual Machine or Load Balancer can also be marked as reserved to protect it from deletion.

Billing

The monthly price for the IP is displayed in the order window. Billing applies only for the time from creating an IP to deleting it. If an IP is reserved and deleted after an hour, charges apply only for that hour. The price remains the same whether the IP is assigned or not.
How it is charged

Reserve an IP address

To create a new reserved IP:
  1. In the Gcore Customer Portal, navigate to Cloud > Networking.
Networks page in the Customer Portal
  1. Open the Reserved IPs page.
A project can have up to 1000 reserved fixed IP addresses that are not attached to any resource.
  1. Click Reserve new IP.
Reserved IPs page in the Customer Portal
  1. In the Network field, select the network type:
  • Public: External network for internet-facing IP addresses.
  • Private: Internal network within the project. For this option, select the network and optionally a specific subnetwork.
  • Dedicated public: Dedicated public network (if configured for the project).
When a network is selected without specifying a subnetwork, the IP address is allocated in any available subnet of that network.
A reserved private IP works within the specified subnetwork. To request a specific address, in the IP address to reserve section, select Custom and enter the IP that belongs to that subnetwork.
  1. (Optional) In the IP Family section, select the IP version: IPv4, IPv6, or Dual (IPv4 + IPv6).
Reserve IP dialog
  1. Click Reserve IP.

Assign a reserved IP to a VM

Refer to the VM creation guide.

Configure the network interface in the operating system

Manual configuration is required only when adding a private interface to an existing VM or Bare Metal server. Find the interface name, IP address, and CIDR in the Networking tab. The gateway is the first usable IP in the subnet (10.10.0.1 for 10.10.0.0/24).
Network interface details in VM settings
To identify the new interface, run ip link show and match the MAC address shown in the portal.
If the network has DHCP enabled, request an IP address automatically:
sudo dhcpcd <interface_name>
Example:
sudo dhcpcd enp4s0
This configuration is lost after a reboot.
The Virtual IP (VIP) address configuration guide contains additional configuration examples.

Detach a reserved IP from a VM

Detaching is required before reassigning the IP to another resource or deleting it.
  1. Open the Virtual Machine settings.
  2. Go to the Networking tab.
  3. Expand the interface that contains the reserved IP.
  4. Click the three-dot menu next to the subnetwork row.
  5. Select Detach Subnetwork.
Detach from the Virtual Machine

Assign a reserved IP to a load balancer

Reserved IP assignment is available during Load Balancer creation.
The IP becomes the frontend address and is tightly bound to the frontend network interface. It cannot be changed after provisioning.
For instructions, refer to the Load Balancer creation guide.

Find a resource with reserved IP

The Status column on the Reserved IPs page shows if an IP is attached to a resource:
Reserved IPs page in the Customer Portal
Click the resource name to view and update its settings.

Delete a reserved IP

After verifying that the IP is no longer attached to any resource, it can be deleted:
  1. In the Gcore Customer Portal, navigate to Cloud > Networking.
Networks page in the Customer Portal
  1. Open the Reserved IPs page.
  2. Click the three-dot icon next to the target IP.
  3. Select Delete.
Delete a reserved IP button