Step 6: Verifying Network Connectivity
Procedure
- Log in to the management console.
- Click
in the upper left corner and select the desired region and project.
- Click Service List and choose .
- Log in to an ECS.
Login using VNC on the management console is used as an example. For details, see .
- Run the following command on the ECS:
ping 172.16.0.100
172.16.0.100 is the IP address of a server in the on-premises data center. Replace it with an actual server IP address.
If information similar to the following is displayed, the VPC on the cloud and the on-premises data center can communicate with each other.
Reply from xx.xx.xx.xx: bytes=32 time=28ms TTL=245Reply from xx.xx.xx.xx: bytes=32 time=28ms TTL=245Reply from xx.xx.xx.xx: bytes=32 time=28ms TTL=245Reply from xx.xx.xx.xx: bytes=32 time=27ms TTL=245
- Procedure