LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   telnet: Unable to connect to remote host: Connection refused (https://www.linuxquestions.org/questions/red-hat-31/telnet-unable-to-connect-to-remote-host-connection-refused-4175420649/)

ranerk 08-06-2012 09:31 AM

telnet: Unable to connect to remote host: Connection refused
 
Hello

I am trying to install Data Protector agent on one of the red hat linux box. For that I need port 5555 open on this server.

serverA:/#telnet lxbox 5555
Trying...
telnet: Unable to connect to remote host: Connection refused

I have added following line in /etc/services
omni 5555/tcp # DATA-PROTECTOR

given HUP signal to xinetd, but still same error. Can anyone help.

thanks
ranerk

michaelk 08-06-2012 09:43 AM

Welcome to LinuxQuestions.

The /etc/services file is only a list that maps ports and protocols to service names. You need to enable the service by modifying the omni file located in /etc/xinetd.d. Change disable=yes to disable=no and restart xinetd.

John VV 08-06-2012 07:37 PM

ranerk

also you "should" be using ssh
telnet dose NOT support any security


All times are GMT -5. The time now is 11:25 AM.