Date: Thu, 27 Oct 2005 20:58:33 -0500 From: James Ryan <james@jpri.com> To: freebsd-isp@freebsd.org Subject: Cisco 2511 Access Server + FreeBSD 5.4-STABLE Message-ID: <436185C9.4000404@jpri.com>
next in thread | raw e-mail | index | archive | help
Hello all, I apologize if this is trivial, but I am having some issues getting a Cisco 2511 Access Server to talk to a FreeBSD 5.4-STABLE machine connected from com1 to the async line #1 on the Cisco box via RJ-45 to DB9 serial adapter. I have enabled getty on ttyd0; here is the line from ttys: % cat /etc/ttys | grep ttyd0 ttyd0 "/usr/libexec/getty std.9600" vt100 on secure I also know that getty is listening on ttyd0: % ps -ax | grep ttyd0 30951 d0 Is+ 0:00.00 /usr/libexec/getty std.9600 ttyd0 When I telnet to the IP address of the Ethernet interface on the Cisco box, it simply hangs upon connect. I am guessing this means there is no communication between the 2511 and my FreeBSD machine. This happens when I telnet from both the Cisco machine and any other box on the network. % telnet 192.168.2.10 2001 Trying 192.168.2.10... Connected to 192.168.2.10. Escape character is '^]'. Here is a copy of my cisco config: sterm1#show running-config Building configuration... Current configuration : 734 bytes ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname sterm1 ! enable secret 5 $1$aDXI$a60Yn9vChs6U10vGhQn0Q/ enable password xxxx ! ! ! ! ! ip subnet-zero no ip finger ip host port1 2001 192.168.2.10 ! ! ! ! interface Ethernet0 ip address 192.168.2.10 255.255.255.0 ! interface Serial0 no ip address shutdown ! interface Serial1 no ip address shutdown ! router igrp 1 redistribute connected network 192.168.2.0 ! ip classless ip http server ! dialer-list 1 protocol ip permit dialer-list 1 protocol ipx permit ! line con 0 transport input none line 1 16 no exec transport input telnet stopbits 1 line aux 0 line vty 0 4 password xxxx login ! end I know this is a mess of information, but any advice anyone has with this would be GREATLY appreciated; I am about to pull my hair out. Cheers, James
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?436185C9.4000404>
