12-14-2001 08:15 AM - edited 03-01-2019 07:45 PM
Hello there,
Can someone help me configure reverse telnet
on 2511-rj router so I can console into my
other routers.
Thanks for your help
12-14-2001 03:27 PM
Here is a configuration from my 2600.
The config on your 2500 should be simular, but the line # will be different. If you look at the ip host line, the socket is 2000 + the line #, which starts at 33 on the 2600. Also notice transport input all in the line config.
Doug
!
!
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
ip host cat 2039 150.100.7.7
ip host r6 2038 150.100.7.7
ip host r5 2037 150.100.7.7
ip host r1 2033 150.100.7.7
ip host r2 2034 150.100.7.7
ip host r3 2035 150.100.7.7
ip host r4 2036 150.100.7.7
ip host tr1 2040 150.100.7.7
!
!
!
!
interface Loopback0
ip address 150.100.7.7 255.255.255.0
no ip directed-broadcast
!
!
line con 0
exec-timeout 0 0
privilege level 15
transport input none
line 33 48
no exec
transport input all
line aux 0
exec-timeout 0 0
privilege level 15
12-17-2001 07:35 AM
Doug,
Thanks for the config.
I'll try to set it up..I'll let you know
if it works..
12-17-2001 09:20 AM
Doug,
Once I configure the Access-Server
How should I access the devices connected to
access server from my desktop on same network.
When I try this command
access# telnet 2600-1 2001
I get
Trying 2600-1 2001 (172.21.1.1, 2001)...
%Connection refused by remote host
172.21.1.1 is my loopback address
what am I doing wrong
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