forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: fanqinying <fanqinying@huawei.com> Co-committed-by: fanqinying <fanqinying@huawei.com>
2.6 KiB
2.6 KiB
Step 5: Verify Network Connectivity
Scenarios
Assume that there is an ECS (ecs-demo-01) running in the local subnet and an ECS (ecs-demo-02) running in the remote subnet with the IP address of 10.1.1.105. You can follow this section to log in to ecs-demo-01 and verify the network connectivity between VPCs.
Procedure
- Log in to the ECS.
- Run the following command on the ECS:
ping <private-IP-address-of-the-ECS>
To verify the network connectivity between vpc-01 and vpc-02, log in to ecs-demo-01 and run the following command:
ping 10.1.1.105
If information similar to the following is displayed, the two VPCs can communicate with each other.
- Repeat 1 to 2 to verify the connectivity between other VPCs.
Parent topic: Getting Started
