----- Original Message -----
Hi

I'm configuring a 2509 terminal server for my home lab. The octal cable is
connected to the console ports of my 5 routers. But when I try to establish a
telnet connection I receive the following :
R2509#telnet 10.1.1.1 2001
Trying 10.1.1.1, 2001 ... Open

But nothing else happens. I'm not able to log into the router.
THe configuration of the terminal server is

!
service udp-small-servers
service tcp-small-servers
!
hostname R2509
!
enable secret cisco
!
no ip domain-lookup
!
ip host r1-2501 2001 10.1.1.1
ip host r2-2501 2002 10.1.1.1
ip host r3-2501 2003 10.1.1.1
ip host r4-2502 2004 10.1.1.1
ip host r5-2523 2005 10.1.1.1
!
interface Loopback0
ip address 10.1.1.1 255.255.255.255
!
ip classless
!
line con 0
!
line 1 8
transport input all
no exec
line aux 0
line vty 0 4
login
!
end
============================================
Router 1 configuration
R1-2501#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1-2501
!
!
ip subnet-zero
!
!
!
interface Loopback0
 ip address 1.1.1.2 255.0.0.0
 no ip directed-broadcast
!
interface Ethernet0
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Serial0
 no ip address
 no ip directed-broadcast
 no ip mroute-cache
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
ip classless
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=29343&t=29343
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to