An additional IP address becomes available only after you configure it. This guide will help you to configure IP addresses manually. If you want to configure it automatically, reinstall the operating system of your server.Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Configure an additional IP address on Debian/Ubuntu
- Open the network configuration file in
/etc/network/interfaces. - Add the following lines to the file:
Nwith the serial number of the interface (0 for the first one, 1 for the second, etc.)Х.Х.Х.Хwith the IP address you want to add255.255.255.255with the net mask. You can find it in your Control Panel. Go to the Virtual private servers or Dedicated servers tab, choose the server you need, and click the IP addresses button.


- Save the file.
- Reboot the server or run the “service network restart ” command.
Configure an additional IP address on CentOS
- Create the
"ifcfg-eth0:N"file in the/etc/sysconfig/network-scripts/directory. - Add the following lines to the file:


"2х01:Х:X:X::X/64" with the IP address you want to add.
- Save the file.
- Reboot the server or run the
"service network restart"command.
Configure an additional IP address on Windows Server 2012
- Run the server via RDP.
- Click Start and find Server Manager.
- In the Server Manager window, click Local Server.
- In the Server Configuration page, right-click the connection you want to configure and select Properties.
- Choose IP Version: for IPv4, select Internet Protocol Version 4 (TCP/IPv4), and for IPv6, select Internet Protocol Version 6 (TCP/IPv6).
- Click Advanced and then select Add to specify the IP address and the subnet mask.
- Click Ok to save the changes, and then click Close.