LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot telnet from windows client. (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-telnet-from-windows-client-730401/)

gculp007 06-03-2009 09:08 AM

Cannot telnet from windows client.
 
Hi folks. I'm pretty much a newbie with Linux, so please take that into account. I have a linux box hosting some software on my network. One Linux box and around 20 Windows XP boxes that Telnet and/or SSH to it. We had some problems a few months back connecting to port 23 using NetTerm, so our Linux software provider guys told us to switch to Secure NetTerm and connect to port 22 instead... worked great. Well, now we're needing to go back to NetTerm and connect to the default port 23 again... so here I am.

I can get on the Linux box and "telnet localhost" and it prompts me for a logon. If I get on a windows client and try "telnet 192.168.1.10" it gives me "getaddrinfo: localhost: Connection timed out" "Temporary failure in name resolution: Illegal seek".

Anyone have any good ideas for me to try?

Wim Sturkenboom 06-03-2009 11:28 AM

Might be a matter of reverse lookup issue on the Linux side.

Check if there is a hostname associated with the ip address (/etc/hosts) and if there is a port number associated with port 23 (/etc/services).

If you use a nameserver, check it and check the access to it first.

gculp007 06-08-2009 02:27 PM

Thanks a bunch Wim. It turned out to be DNS problems... exactly where you sent me.

Wim Sturkenboom 06-08-2009 10:01 PM

Glad I could help

WimS


All times are GMT -5. The time now is 06:21 AM.