1847475 Members
2603 Online
110265 Solutions
New Discussion

telnet problem

 
SOLVED
Go to solution
R.Suresh
Frequent Advisor

telnet problem

Dear all,

I am having a HP9000 Server,

I am not able to do telnet to that from
any machine.

It says

"Connection to the host lost"

I am able to ping to host.

Any Help?

Thanks
R.Suresh.
PDLS
6 REPLIES 6
Vincente Fernandes
Valued Contributor
Solution

Re: telnet problem

1. make sure that "/usr/sbin/inetd -l" is running if not then restart by running from root "/sbin/init.d/inetd start"
2. Check and make sure that the below line is not commented out in "/etc/inetd.conf"
"telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue"
If commented out then uncomment it and restart inted with "-c" option.
Vincente Fernandes
Valued Contributor

Re: telnet problem

Look for inetd in "/etc/rc.log" log file for any failures.
Also do a man on "inetd" & "telnetd" for further information.
RikTytgat
Honored Contributor

Re: telnet problem

Hi,

Check /var/adm/inetd.sec

This file contains ip addresses or ranges that are (not) allowed to connect to this or that port on your machine.

Bye,
Rik.
Stefan Schulz
Honored Contributor

Re: telnet problem

Have you configured telnet in /etc/inetd.conf and /etc/services ?

Is port 23/tcp free for use with telnet ?

If so, could you send us some more information. Probably something in the log files.
No Mouse found. System halted. Press Mousebutton to continue.
Andy Fenner
New Member

Re: telnet problem

I am having the same problem with a 9000 d-class. I have tried all of the above and it still doesn't work.

Have you found a resolution yet?

Any help would be appreciated.
Hakan Eren
Occasional Advisor

Re: telnet problem

Interestingly I am having the same problem on our D-Class.
I almost did everthing (except applying patches). It did not work out. We did not change or install anything. This problem appeared suddenly. I can manage now since we can access to th Oracle DB by SQL*Plus.
I hope you solved your problem.
hi