From owner-freebsd-isp@FreeBSD.ORG Fri Oct 28 01:58:51 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC30E16A41F for ; Fri, 28 Oct 2005 01:58:51 +0000 (GMT) (envelope-from james@jpri.com) Received: from mail1.infinityprosports.com (mail1.infinityprosports.com [67.18.186.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5756B43D48 for ; Fri, 28 Oct 2005 01:58:51 +0000 (GMT) (envelope-from james@jpri.com) Received: (qmail 8581 invoked by uid 1009); 28 Oct 2005 01:58:04 -0000 Received: from c-24-1-75-4.hsd1.tx.comcast.net (HELO ?192.168.2.200?) (james@infinityprosports.com@24.1.75.4) by mail1.infinityprosports.com with ESMTPA; 28 Oct 2005 01:58:04 -0000 Message-ID: <436185C9.4000404@jpri.com> Date: Thu, 27 Oct 2005 20:58:33 -0500 From: James Ryan User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Cisco 2511 Access Server + FreeBSD 5.4-STABLE X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 01:58:51 -0000 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