Telnet Substitute
Most of my Production servers do not have the telnet command. This make diagnosing difficult, so a crud substitute is
exec 3>/dev/tcp/ipaddress/port
If this returns back to the command prompt then the connection on that port is probably working. Anything else is a probable indication of the port being blocked.
Written by firebladee
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#