forked from docs/doc-exports
move elb docs to proper location Reviewed-by: OpenTelekomCloud Bot <None>
1.9 KiB
1.9 KiB
How Do I Check the Network Conditions of a Backend Server?
- Verify that an IP address has been assigned to the server's primary NIC.
- Ping the gateway of the subnet where the ECS resides to check basic network communication.
- On the VPC details page, locate the subnet and view the gateway address in the Gateway column. Generally, the gateway address ends with .1.
- Ping the gateway from the ECS. If the gateway cannot be pinged, check the networks at Layer 2 and Layer 3.