Link to home
Start Free TrialLog in
Avatar of Stevexpress
Stevexpress

asked on

I can't telnet to my router?

as far as I can tell everything is setup the way it should be.

e 0/0 is up e0/1 is up internet is working.

I did.

config t
line vty 0 4
password

and it won't connect.  I can however ping the router from the outside (had a friend try it)


Current configuration : 1237 bytesRPA, loopback not set access-enabl
! 
! Last configuration change at 17:13:28 UTC Sun Dec 2 2007   OSI CMNS 
  ARP type: ARPA, ARP Timeout 04:00:00tom-que
! NVRAM config last updated at 17:00:48 UTC Sun Dec 2 2007ut 00:00:00, output hang never        Reset functionsn & s
!t
version 12.3ing         
service timestamps debug datetime msecounters never 280        157  0.00%  
 
service timestamps log datetime msecue: 0/75/0/0 (size/max/drops/flushes
no service password-encryption
  44 
  delay                
! 
hostname R1rface throu
!p
boot-start-markertrategy: fifoinfo
boot-end-markermanag
  Output 
!e
enable secret 5 $1$78zm$HCmMfelk8Z2JMEGiUOCsf/scr
  5 minute input rate 215000 bits/sdateti
 
  loc
  dspu         
     Received 260118 
ip dhcp excluded-address 192.168.0.1 192.168.0.10ex                  Configure duplex operation.  
! 
ip dhcp pool home errors, 133 CRC,
   network 192.168.0.0 255.255.255.0   Exit from interface configuration
   dns-server 68.105.28.12 0 input packets with drib
   default-router 192.168.0.1             Enable Fair Queu
!g
!n
!n
!n
!r
! 
! 
!1
!2
!a
!e
! 
!t
!t
!3
!1
interface Ethernet0/0s         
  fras    
 description WANLC Switch Interf
 ip address dhcperrors, 43085 co
 ip nat outsiderface resets  m
 half-duplexex          
! 
interface Ethernet0/1opera
     0 babbles,
 description LAN, 20480 deferred
 ip address 192.168.0.1 255.255.255.0way       
     7 lost carrier, 0 no 
 ip nat insideestination to 
access-list 1 permit 192.168.20.0 0.0.0.255
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
!
banner motd ^Cooper Residence Internet Router Authorized Access ONLY!
 
banner motd ^C
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 password steve
 login local
 no exec
!
!
end
 
R1#
R1#
R1#

Open in new window

Avatar of Stevexpress
Stevexpress

ASKER

the last line of the config  NO exec  ooops!!
Its asking me for a username.  I thought it would just be the password I set.  How do I know what the user name is.
Ok problem solved

config t
line vty 0 4
login
password
Avatar of Don Johnston
I would strongly suggest not opening up telnet until you've locked the router down. Also, don't include the enable password hash when you post configs.
oops.  

This is not a production environment so I am not too worried about it.   I picked up a copy of Cisco Networking Academy Program CCNA Command Quick Reference.

I am having a lot of fun and seem to be getting the hang of the basics
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
point taken.  I have disabled telnet for now.

Thank you.