To bind multiple IP addresses to a single ENI, you can apply for secondary private IP addresses for the ENI as follows:
Step 1. Assign a Private IP
2. Choose IP and ENI > ENI in the left sidebar to go to the ENI list page.
3. Locate the ENI instance for which you want to request a secondary private IP, and then click on its ID/Name to go to its details page.
4. Click the IPv4 Address Management tab, and check the primary private IPs that have been bound.
5. Click Assign Private IP and select Auto or Enter manually for Assign IP in the pop-up window.
Note:
If you select Enter manually, make sure that the private IP address you enter is within the subnet IP range and is not a reserved IP address of the system.
For example, if the subnet IP range is 10.0.0.0/24
, the entered private IP address should be within 10.0.0.2 - 10.0.0.254
.
Follow the steps below to log in to the CVM that is bound with the ENI and configure the secondary private IP to make it effective:
Linux CVM instances
1. Run the following command to configure the secondary private IP.
ip addr add Secondary private IP/CIDR bits dev eth0
2. Run the ip addr
command to view the configured IPs, as shown below.
Windows CVM instances
1. Perform the following steps t
o view the IP address, subnet mask, default gateway, and DNS server of the CVM instance. 2. On the desktop, select in the lower-left corner and click to open the Windows PowerShell window. 3. Record the IPv4 address, subnet mask, default gateway, and DNS server values that are displayed.
4. Select Control Panel > Network and Internet > Network and Sharing Center. Click Ethernet to modify its information.
5. In the Ethernet Status pop-up window, click Properties.
6. In the Ethernet Properties pop-up window, select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
7. In the Internet Protocol Version 4 (TCP/IPv4) Properties pop-up window, specify the following information:
|
IP address | The IPv4 address obtained in step 1 |
Subnet mask | The subnet mask obtained in step 1 |
Default gateway | The default gateway obtained in step 1 |
Preferred DNS server | The DNS server obtained in step 1 |
Alternate DNS server | The alternate DNS server obtained in step 1. If the alternate DNS server is not given, ignore this parameter |
8. Click Advanced to configure the secondary private IP address.
9. In the Advanced TCP/IP Settings pop-up window, click Add under the IP Addresses section.
10. In the TCP/IP Address pop-up window, enter the secondary private IP and the subnet mask obtained in step 1, and click Add. 11. In the Internet Protocol Version 4 (TCP/IPv4) pop-up window, click OK.
12. In the Ethernet Properties pop-up window, click OK to complete the configuration.
13. In the Ethernet Status pop-up window, click Details to view the configured IP addresses.
Was this page helpful?