cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1990
Views
0
Helpful
15
Replies

Telnet opens console but sits then times out to 2621XM Router.

nate45scott
Level 1
Level 1

Hi everyone. DISCLAIMER: I am completely new to networking. I've got a decent shot at a job working on a VOIP project, so I am going for my CCNA Collaboration. Below is the config for my router in my home lab environment. My Router can ping external, it can ping my PC and my PC can ping my router. My firewall in Windows is off. I am using PUTTY to try to telnet into my Router, but when I do, it gives me a "Network: Connection timed out"error. The console opens, but it is blank until the time out. 

 

I am also trying to make this router able to be discovered by my Cisco Configuration Professional application. It too says it cannot reach the router during discovery. This process, as most of you probably will already know, needs HTTP or HTTPS enabled in the config, as well as needs to telnet. 

 

I've tried everything I know of and everything I can find on previous threads similar to my issue but nothing has worked thus far. Any input would be great. 

 

You're probably going to laugh at some of my conifg, its my network noobiness that will be showing unfortunately.

 

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$S/5m$1R33vDT/CrwhChG8ZcJA0.
enable password cisco1
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
aaa session-id common
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1 192.168.0.4
!
ip dhcp pool TESTDHCP1
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 8.8.8.8
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-1759991186
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1759991186
revocation-check none
rsakeypair TP-self-signed-1759991186
!
!
crypto pki certificate chain TP-self-signed-1759991186
certificate self-signed 01 nvram:IOS-Self-Sig#3603.cer
username jnscott privilege 15 secret 5 $1$nIlE$5TLTYwmT2w3UIlF8CD6.J/
username one privilege 15 password 0 one
username three password 0 three
username four privilege 7 password 0 four
!
!
!
!
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
!
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list LAN-Addresses interface FastEthernet0/0 overload
!
ip access-list standard LAN-Addresses
permit 10.0.0.0 0.0.0.255
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0
exec-timeout 40 0
logging synchronous
login authentication local
transport input all
line vty 1 4
password cisco
transport input telnet
!
!
end

15 Replies 15

Made those changes, however it hasn't changed anything yet. I've noticed something weird. If I only have:

transport input ssh

on my lines, then I get the connection refused for telnet and I get a timeout for SSH.

If I add to my lines:

transport input telnet

It just times out for both.

 

Don't know what is going on really. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: