LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Telnet connection error (https://www.linuxquestions.org/questions/linux-general-1/telnet-connection-error-49279/)

brabard 03-11-2003 09:32 AM

Telnet connection error
 
Servname not supported for ai_socktype - what is this ?
I can't do a telnet connection to a remote host due to that error .
Is something wrong with /etc/services ore there's another reason ?
Pls , help .
Btw , the ssh client is working properly .

chrisk5527 03-25-2003 07:00 PM

Have you by chance tried recompiling the Telnet program? If not, give it a shot and see what happens. BTW, what distribution are you using?

correro 03-26-2003 03:07 AM

it's possible that telnet is disabled on the remote server. just check out "/etc/initd.d/telnet".

YMJ 03-26-2003 03:19 AM

Hi

See if a telnet port is listening

# netstat -a | grep telnet

if NO, enable it and then restart xinetd

brabard 03-27-2003 01:07 AM

10x for replies
I am talking about telnet-client under Debian . No , the remote server is not disabled , I can telnet it from the comp near mine . No , the telnet port is not listening - I don need a telnet server on the Debian . Yes , I tried to rebuild telnet client but only by apt-get remove-install . I don't know how to recompile it from the kernel and is it possible .
The problem is very strange , some another ideas ?


All times are GMT -5. The time now is 11:50 PM.