LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   telnet to a port on RHEL 6 : Connection closed by foreign host after a few seconds (https://www.linuxquestions.org/questions/linux-networking-3/telnet-to-a-port-on-rhel-6-connection-closed-by-foreign-host-after-a-few-seconds-4175550490/)

linuxuser26 08-11-2015 12:24 PM

telnet to a port on RHEL 6 : Connection closed by foreign host after a few seconds
 
[root@10- ~]# telnet 78.bb.34.56 5672
Trying 78.bb.34.56
Connected to
Escape character is '^]'.
Connection closed by foreign host.

The connection gets closed after a few seconds.What exactly does that signify?

I'd appreciate any pointers.

michaelk 08-11-2015 03:07 PM

Quote:

What exactly does that signify?
Not much. A service of some type is running on the designated port but not compatible with the telnet protocol. Many use telnet as a quick check to test a running service. By the way the registered IANA service on port 5672 is ampq.


All times are GMT -5. The time now is 03:42 PM.