Hello,
I have a Cisco 2511 terminal server and I'm trying to setup the device to connect to other console ports of other devices in my network (4 cisco console ports).
When I try to telnet to the loopback address and port #, I get "Connection refused", yet if I plug my PC right into that specific console port I know its working at 8,N,1,9600.
Here is the config I'm using on the terminal server ... someone tell me if i'm doing something wrong:
ip host rtr01 2001 172.21.1.1
ip host rtr02 2002 172.21.1.1
ip host switch01 2003 172.21.1.1
ip host switch02 2004 172.21.1.1
int Loopback1
ip address 172.21.1.1 255.0.0.0
Now, i should be able to telnet to 172.21.1.1 2001 to get async port 01, yet I get:
%Connection refused by remote host
This is my first shot at configuring this terminal server doing reverse telnet. I'd honestly like to set it up so I can map specific IP's other than only 1 address to an specific console port (i.e., 192.168.100.1 = async port 1, 192.168.100.2 = async port 2 and so on, so I can telnet to the IP of the async port i want).
If anybody can spot a problem with my current config let me know as I am trying to determine if this access server is bad.
-Rainman
I have a Cisco 2511 terminal server and I'm trying to setup the device to connect to other console ports of other devices in my network (4 cisco console ports).
When I try to telnet to the loopback address and port #, I get "Connection refused", yet if I plug my PC right into that specific console port I know its working at 8,N,1,9600.
Here is the config I'm using on the terminal server ... someone tell me if i'm doing something wrong:
ip host rtr01 2001 172.21.1.1
ip host rtr02 2002 172.21.1.1
ip host switch01 2003 172.21.1.1
ip host switch02 2004 172.21.1.1
int Loopback1
ip address 172.21.1.1 255.0.0.0
Now, i should be able to telnet to 172.21.1.1 2001 to get async port 01, yet I get:
%Connection refused by remote host
This is my first shot at configuring this terminal server doing reverse telnet. I'd honestly like to set it up so I can map specific IP's other than only 1 address to an specific console port (i.e., 192.168.100.1 = async port 1, 192.168.100.2 = async port 2 and so on, so I can telnet to the IP of the async port i want).
If anybody can spot a problem with my current config let me know as I am trying to determine if this access server is bad.
-Rainman