From owner-freebsd-questions Wed Dec 15 17:40:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 9401814A16 for ; Wed, 15 Dec 1999 17:40:22 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id SAA11372; Wed, 15 Dec 1999 18:11:11 -0800 (PST) Date: Wed, 15 Dec 1999 18:11:11 -0800 (PST) From: Alfred Perlstein To: Nathaniel Schein Cc: Gabor Esperon , freebsd-questions@FreeBSD.ORG Subject: RE: HELP!!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gabor Esperon > Sent: Wednesday, December 15, 1999 1:09 PM > To: freebsd-questions@FreeBSD.ORG > Subject: HELP!!! > > > How i can set up FreeBSD 3.3 to use a serial > interface > with a dedicated line to a Cisco 2500 series? > __________________________________________________ > On Wed, 15 Dec 1999, Nathaniel Schein wrote: > > You can try using the "cu" utility. Configuration is located in "/etc/uucp". > Specifically the "port" and "sys" files. using the -s and -l command lines are a tad less complex: cu -l /dev/cuaa0 -s 9600 will connect you to the first serial port on the box. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message