Last Updated: February 25, 2016
·
840
· firebladee

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.