Updated on 2024-05-07 GMT+08:00

Step 6: Verifying Network Connectivity

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select the desired region and project.
  3. Click Service List and choose Compute > Elastic Cloud Server.
  4. Log in to an 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.

  5. 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=245
    Reply from xx.xx.xx.xx: bytes=32 time=28ms TTL=245
    Reply from xx.xx.xx.xx: bytes=32 time=28ms TTL=245
    Reply from xx.xx.xx.xx: bytes=32 time=27ms TTL=245