Verifying Network Isolation and Connectivity
Scenarios
This section describes how to log in to ECSs and verify the connectivity between VPCs.
Procedure
- Log in to the ECS.
Multiple methods are available for logging in to an ECS. For details, see Logging In to an ECS.
In this example, use VNC provided on the management console to log in to an ECS.
- Verify whether the VPCs are isolated or connected from each other.
- Verify whether the VPCs are isolated from each other.
To verify whether vpc-isolation-01 is isolated from vpc-isolation-02 and vpc-isolation-03, log in to ecs-isolation-01 and run the following commands:
ping 10.2.0.215
ping 10.3.0.14
If information similar to the following is displayed, vpc-isolation-01 is isolated from vpc-isolation-02 and vpc-isolation-03.
- Verify the network connectivity between VPCs.
To verify the network connectivity between vpc-isolation-01 and vpc-share, log in to ecs-isolation-01 and run the following command:
ping 192.168.0.130
If information similar to the following is displayed, the two VPCs can communicate with each other.
- Verify whether the VPCs are isolated from each other.
- Repeat 1 to 2 to verify isolation and connectivity between other VPCs.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.