From owner-freebsd-questions Sat Feb 1 21:13:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA00815 for questions-outgoing; Sat, 1 Feb 1997 21:13:23 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA00808 for ; Sat, 1 Feb 1997 21:13:19 -0800 (PST) From: shegonee@ix.netcom.com Received: from shegonee (irv-ca28-46.ix.netcom.com [207.93.50.110]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with SMTP id VAA03787 for ; Sat, 1 Feb 1997 21:12:40 -0800 Message-Id: <1.5.4.32.19970203051243.00689610@popd.ix.netcom.com> X-Sender: shegonee@popd.ix.netcom.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 Feb 1997 21:12:43 -0800 To: questions@freebsd.com Subject: direct serial connection Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk How can I verify a serial connection between two machines? I have two Pentiums side-by-side running FreeBSD 2.1. using a null-modem cable connecting COM2(ttyd1,cuaa1) on one machine to COM2 on the other. I've verified that gettys are running on these ports; however, when I run minicom on one machine configured to use /dev/ttyd1, I am unable to get a login prompt or anything. The modems work fine on ttyd2(cuaa2) for dialing in and out. I noticed that almost everthing in rc.serial is commented out. Is there any special modifcations to FreeBSD 2.1 out of the box that is needed to allow direct terminal connections? The FAQ: 10.9. How can I connect a dumb terminal to my FreeBSD box? (http://www.freebsd.org/FAQ/FAQ151.html#151) doesn't give any useful information to troubleshoot serial connections. How can you verify connectivity with direct serial connections?