09-29-2009 11:50 AM - edited 03-06-2019 07:56 AM
please need your help.
when trying to connect to a router from the terminal server i got the following
LAB_TermSrvr#c1
Trying c1 (10.1.0.1, 2001)...
% Connection refused by remote host
i believe that the 2509 been configured correctly.
thank you.
09-29-2009 11:55 AM
09-29-2009 12:16 PM
your configuration is fine. Are you sure there is a port 2001?
On the host using port 2001, do a show run and check the "line con0" command, make sure there are no access-lists applied.
09-29-2009 12:23 PM
here is my lines config:
line con 0
logging synchronous
transport output telnet
line aux 0
transport output telnet
line vty 0 4
privilege level 15
password 7 (cisco)
logging synchronous
transport input telnet ssh
line vty 5 15
transport input telnet ssh
!
scheduler allocate 20000 1000
there is no ACL
09-29-2009 12:58 PM
Can you paste output of SHOW LINE? Never mind. Got it in the attachment.
09-29-2009 01:10 PM
You need "transport input all" as per configuration guide:
http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml
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