About Checking Remote Connections

To check if a connection to specific domain/IP and port is allowed and works, use the nc command:

1
$ nc -vz 192.0.2.1 9200

Tips and Tricks Dev Ops Bash Zsh