Options

Terminal Server PT 6

IsmaeljrpIsmaeljrp Member Posts: 480 ■■■□□□□□□□
Has anyone managed to get reverse telnet to work in Packet tracer ? I keep getting a " connection refused by remote host "

Topology :

PC consoled to 1941 ISR with HWIC 8 A/S
used the octal cables to connect the HWIC to R1 and R2 ( 2620 xms )
Current configuration : 881 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname 1941
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524AR69
!
!
!
ip host R1 2019 172.16.0.1
ip host R2 2020 172.16.0.1
!
!
spanning-tree mode pvst
!
!
!
!
interface Loopback0
ip address 172.16.0.1 255.255.255.0
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
password cisco
login
!
line aux 0
!
line 0/1/0 0/1/7
transport input telnet
exec-timeout 0 0
login
stopbits 1
!
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
!
!
end

Comments

  • Options
    IsmaeljrpIsmaeljrp Member Posts: 480 ■■■□□□□□□□
    Nevermind, fixed it

    In global config, went into the async lines, 19-26 and used the, transport output none, and the no login. This seems to have fixed my issues.

    I can sometimes get that OCD feeling where It didn't come out, and even though it's not necessary for me to configure this for ICND 2 I couldn't continue with my studies because it kept nagging, lost 3 days worth of progress. I just started UNI and it's been a crazy week.
Sign In or Register to comment.