1833792 Members
2337 Online
110063 Solutions
New Discussion

Re: Telnet not working

 
Popy
Regular Advisor

Telnet not working

I have a strange problem on my hpux 11.23 box. Telnet is notworking at all.

Telnet deamon is not running.
I verified /etc/inetd.conf with a working server and looks fine.
poer 23 is listening
ssh and ftp are working


telnet
Trying...
Connected to xxxx.yyy.com.
Escape character is '^]'.
Local flow control off
Connection closed by foreign host.

Appreciate ur help.

Vijayy
3 REPLIES 3
F Verschuren
Esteemed Contributor

Re: Telnet not working

looks like telnet is running but does not alow a conection can you conect to the server and run:
grep telnet /etc/inetd.conf
inetd -c
telnet 0

tail -25 /var/adm/syslog/syslog.log

and than post the screen output here....

Popy
Regular Advisor

Re: Telnet not working

here u go...

grep telnet /etc/inetd.conf
telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd -b /etc/issue


~
Connected to 0.
Escape character is '^]'.
Local flow control off
Connection closed by foreign host.

Jan 22 21:30:56 inetd[10217]: telnet/tcp: Connection from localhost (127.0.0.1) at Tue Jan 22 21:30:56 2008
Jan 22 21:30:56 telnetd[10217]: I_LINK_DEV ioctl failed: Invalid argument
Popy
Regular Advisor

Re: Telnet not working

insf -e solved the issue...

Thanks