forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2.1 KiB
2.1 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.
- Log in to the server. (An ECS is used as an example here.)
- Use ifconfig or ip address to view the IP address.
- Ping the gateway of the subnet where the ECS resides to check for network connectivity.
- 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.
Parent topic: Backend Servers