Activate an Additional Private IPv4 Address
After assigning additional private IPv4 address to your elastic compute instance, you need to access the instance and configure the private IPv4 to make it effective.
Note
The configuration process may vary slightly depending on the operating system and its version. Please configure accordingly based on your specific circumstances. The following steps are for reference only.
All the examples use the network interface
eth0
as an example.
Configure Private IPv4 on Linux Instance
RHEL Series Operating Systems
Applicable operating systems: CentOS, AlmaLinux, Rocky, etc.
Check current network information:
View current network details on the cloud server and use
route -n
to check the default gateway.
Modify network configuration file:
If configuring a single private IPv4 address, edit the following file:
Sample configuration file content:
Activate network interface or restart network service:
Activate the network interface:
Or restart the network service:
Verify configuration:
Check the configuration using
ifconfig
orip addr show
.
Debian Series Operating Systems
Applicable operating systems: Ubuntu, Debian.
Check current network information:
View current network details on the cloud server and use
route -n
to check the default gateway.
Modify network configuration file:
Edit the network configuration file:
Sample configuration file content:
Restart network service:
Restart the network service:
Verify configuration:
Check the configuration with
ifconfig
orip addr show
.
SLES Series Operating Systems
Applicable operating systems: OpenSUSE.
Modify network configuration file:
Edit the network configuration file:
Sample configuration file content:
Restart network service:
Restart the network service:
Verify configuration:
Check the configuration with
ifconfig
orip addr show
.
Configure Private IPv4 on Windows Instance
View network information:
Open Windows PowerShell and run the following command to view IP address, subnet mask and default gateway information:
Open Network and Sharing Center:
Go to Control Panel > Network and Internet > Network and Sharing Center, and click on the Ethernet adapter to edit.
Edit Ethernet properties:
In the Ethernet Status dialog, click on Properties.
Configure IPv4 settings:
Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties.
Fill in network information:
Fill in the following fields with the values obtained in step 1:
IP address
Subnet mask
Default gateway
Preferred DNS server
Alternate DNS server (if applicable)
Configure additional private IPv4:
Click on Advanced and add the additional private IPv4.
In the Advanced TCP/IP Settings dialog, click on Add under the IP addresses section.
Fill in the additional private IPv4 and subnet mask, then click Add.
Save and verify configuration:
Click OK to save the settings in all dialogs.
In the Ethernet Status dialog, click Details to view the configured IP information.
Test connectivity:
Test the connectivity of the additional private IPv4 from other instances within the same global VPC using ping.
Last updated