Link to home
Start Free TrialLog in
Avatar of soreilly80
soreilly80Flag for United Kingdom of Great Britain and Northern Ireland

asked on

PuTTY - Unable to telnet out from MS Telnet Server

At work we have a MS Telnet Server that we use to then access various devices across the network.  At the moment I am using a program called Token2 to access the MS Telnet Server but this is rather limited in functionality.

Normally I use PuTTY for Telnet / SSH / Console however I have a slight issue when using it with MS Telnet Server.  I can login to the Telnet Server fine, but then when I try to telnet to a device, the command prompt just sits there:-

-----------------------------------------------------------------------------------------

Welcome to Microsoft Telnet Service

login: domain\username
password:

*===============================================================
Welcome to Microsoft Telnet Server.
*===============================================================
U:\>telnet 10.99.199.253
U:\>

-----------------------------------------------------------------------------------------

Is there a setting within PuTTY that I need to change to allow this?

MS Telnet Server is Windows Server 2003 R2 with SP1.  I can RDP to the server and then use PuTTY from the desktop without a problem.

Thanks,
Avatar of giltjr
giltjr
Flag of United States of America image

This should have nothing to do with Putty.  It should have to deal with the telnet client on the computer that you telnet'ing to in the first place.

Putty only knows about the telnet session between your computer and the Windows Telnet server.  It knows nothing about the attempted telnet session between the Windows Telnet server and the device.
Avatar of soreilly80

ASKER

When I use another program to telnet from my workstation to the Telnet Server and then onto a router, the display is correct, I get the proper device prompts etc.

I'm wondering if there is a setting that needs to be changed in PuTTY to change the way Telnet Server sessions are handled.
Um, I tried putty and one other telnet client and neither of them worked.  The only one I got to work is MS's default telnet client.

My guess is that MS's telnet server is doing something weird that is causing problems with other telnet clients.  I'll have to do some more  testing with other telnet clients.
ASKER CERTIFIED SOLUTION
Avatar of giltjr
giltjr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closing question due to no further updates forthcoming. Have searched the internet for other answers but not found anything.