From owner-freebsd-questions Wed Jan 7 20:35:39 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA27417 for questions-outgoing; Wed, 7 Jan 1998 20:35:39 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from smtp02.primenet.com (smtp02.primenet.com [206.165.6.132]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA27406 for ; Wed, 7 Jan 1998 20:35:33 -0800 (PST) (envelope-from markem@primenet.com) Received: (from daemon@localhost) by smtp02.primenet.com (8.8.8/8.8.8) id VAA00453 for ; Wed, 7 Jan 1998 21:35:24 -0700 (MST) Received: from xdsl-ip47-024.phx.primenet.com(207.218.25.24), claiming to be "dad" via SMTP by smtp02.primenet.com, id smtpd000443; Wed Jan 7 21:35:17 1998 Message-Id: <3.0.5.32.19980107213516.00998970@pop.primenet.com> X-Sender: markem@pop.primenet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 07 Jan 1998 21:35:16 To: freebsd-questions@freebsd.org From: "M. Monninger" Subject: Serial Console? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I want to run my gateway box headless (no keyboard or monitor) using a vt100 emulator on a PC via a null-modem cable for a serial console. How should the port (ttyd0) be configured, i.e. should I run a getty on it? Which gettytab entry? What do I have to specify so that console messages be directed to it? I looked thru the handbook & FAQ but didn't see anything specific to this application. FWIW, it's an 8M 486DX-33 box (running 2.2.5) built out of extra (obsolete?) bits I had laying around. All I'm using it for is to run natd between my dsl line and my four-node home lan. It works great. Many thanks... Mark