From owner-freebsd-isp@FreeBSD.ORG Fri Oct 28 02:18:04 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 D859616A42F for ; Fri, 28 Oct 2005 02:18:04 +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 7991B43D48 for ; Fri, 28 Oct 2005 02:18:04 +0000 (GMT) (envelope-from james@jpri.com) Received: (qmail 27261 invoked by uid 1009); 28 Oct 2005 02:17:17 -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 02:17:17 -0000 Message-ID: <43618A4A.20107@jpri.com> Date: Thu, 27 Oct 2005 21:17:46 -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 References: <436185C9.4000404@jpri.com> <4361879B.7080709@island.net.au> In-Reply-To: <4361879B.7080709@island.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 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 02:18:05 -0000 Hugh, THANKS. it worked... James Hugh Blandford wrote: > Hi James, > > have you tried using > > ttyd0 "/usr/libexec/getty 3wire.115200" dialup on secure > > on the cisco we have > > line 1 4 > transport input telnet > speed 115200 > flowcontrol hardware > > Regards, > > Hugh > > James Ryan wrote: > >> 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 >> _______________________________________________ >> freebsd-isp@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-isp >> To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > > >