Test your Network Connection to the Poly Cloud
After opening the necessary ports, verify that your network configuration allows a connection to Poly Cloud Services.
Prerequisite
Before testing your network connection, ensure that you have opened all the required ports on your firewall.
Conduct this test from the network where you intend to install the Poly Cloud Relay. You need to verify that you can reach servicebus.plcm.vc
via the open 5671
port.
The following is an example of testing the connection within a Microsoft environment. For other environments, consult your system documentation.
Example
Test-NetConnection -computername servicebus.plcm.vc -Port 5671
Note: You can ignore any ICMP failure error messages.