1
I am trying to ping one remote server. I am surprised that ping works but not telnet.
ping 174.25.366.25 --connection is successful.
where as
telnet 174.25.366.25 --connection timed out
I also want to check for connection on specific port
telnet 174.25.366.25 8090 ---connection timed out
Why is that difference and what does it convey
You should really think about switching to SSH. Telnet is completely insecure. – gronostaj – 2013-06-13T07:39:15.940