netcat
A quick test to check if a firewall port is open between two servers.
On server #1:
$ nc -l <listen_port_here>
On server #2 check if netcat can reach the target_server:
$ nc <target_ip> <target_port_here>
Written by Lars Van Casteren
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#