Verify the connectivity of the Connection Gateway - NICE DCV Connection Gateway
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Verify the connectivity of the Connection Gateway

Let's assume that the Connection Gateway host is associated with a DNS name, for instance dcv.gateway.domain, and it is listening on TCP port 8443 and UDP port 8443. We can use the nc command to test the connectivity of our gateway.

To check if the Connection Gateway is reacheable with TCP

Use the following command:

$ nc -vz dcv.gateway.domain 8443
To check if the Connection Gateway is reacheable with UDP

Use the following command:

$ nc -uvz dcv.gateway.domain 8443