08-05-2009 10:47 AM
I have a terminal server that will not allow me to connect to devices configured on it.
There are no other sessions or users on the terminal server at the time I am attempting to connect.
Any ideas would be welcome.
The configuraiton is attached, the error I receive is:
NAS-term1#r5
Trying R5 (1.1.1.1, 2037)... Open
SSH-2.0-Cisco-1.25
[Connection to r5 closed by foreign host]
08-05-2009 01:03 PM
when you type "r5" and hit enter, IOS will by default initiate a telnet session to 1.1.1.1 port 2037, but your line 37 is configured to allow reverse SSH only (no telnet). You can try doing "ssh -p 2037 1.1.1.1". Otherwise enable telnet on line 37.
line 37
transport input telnet
regards,
Roman
08-05-2009 01:24 PM
Did the trick! Thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide