Why Can't My ECS Access the Internet Even After an EIP Is Bound?
Symptom
An ECS with an EIP bound cannot access the Internet.
Troubleshooting
Figure 1 shows the networking diagram for an ECS to access the Internet using an EIP.
Locate the fault based on the following procedure.
- Step 1: Check Whether the ECS Is Running Properly
- Step 2: Check Whether the Network Configuration of the ECS Is Correct
- Step 3: Check Whether an EIP Has Been Assigned and Bound to the ECS
- Step 4: Check Whether an EIP Is Bound to the Primary NIC of the ECS
- Step 5: Check Whether Required Security Group Rules Have Been Configured.
- Step 6: Check Whether Traffic from the ECS Subnet Is Blocked
Step 1: Check Whether the ECS Is Running Properly
Check the ECS status.
If the ECS status is not Running, start or restart the ECS.
Step 2: Check Whether the Network Configuration of the ECS Is Correct
- Check whether the ECS NIC has an IP address assigned.
Log in to the ECS, and run ifconfig or ip address to check the ECS NIC IP address.
If the ECS runs Windows, run ipconfig.
- Check whether the ECS NIC has a virtual IP address.
Log in to the ECS, and run ifconfig or ip address to check whether the ECS NIC has a virtual IP address. If the ECS NIC has no virtual IP address, run the ip addr add virtual IP address eth0 command to configure an IP address for the ECS NIC.
Figure 3 Virtual IP address of a NIC
Check whether the ECS NIC has a default route. If there is no default route, run ip route add to add one.
Figure 4 Default route
Step 3: Check Whether an EIP Has Been Assigned and Bound to the ECS
Check whether an EIP has been assigned and bound to the ECS. If no EIP has been assigned, assign an EIP and bind it to the ECS.
Step 4: Check Whether an EIP Is Bound to the Primary NIC of the ECS
Check whether an EIP is bound to the primary NIC of the ECS. If there is no EIP bound to the primary NIC of the ECS, bind one.
You can view the NIC details by clicking the NICs tab on the ECS details page. By default, the first record in the list is the primary NIC.
Step 5: Check Whether Required Security Group Rules Have Been Configured.
For details about how to add security group rules, see Adding a Security Group Rule.
If security group rules have not been configured, configure them based on your service requirements. (The remote IP address indicates the allowed IP address, and 0.0.0.0/0 indicates that all IP addresses are allowed.)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot