OK, we all know how to use PING to test connectivity to an IP address. What I need to do is something similar but test if my outbound request to a given IP Address as well as a specif port (in the present case 1775) is successful. The test should be performed preferably from the command prompt.
Share
If there is a server running on the target IP/port, you could use Telnet. Any response other than “can’t connect” would indicate that you were able to connect.