From owner-freebsd-questions@FreeBSD.ORG Wed Jun 26 01:23:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB00922B for ; Wed, 26 Jun 2013 01:23:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9CB1FBA for ; Wed, 26 Jun 2013 01:23:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r5Q1NEi9068718 for ; Tue, 25 Jun 2013 19:23:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r5Q1NDb6068715; Tue, 25 Jun 2013 19:23:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 25 Jun 2013 19:23:13 -0600 (MDT) From: Warren Block To: Mark Felder Subject: Re: http://www.freebsd.org/doc/en/books/handbook/serialconsole-set up.html In-Reply-To: <1372178051.28110.140661248335345.52F633AD@webmail.messagingengine.com> Message-ID: References: <4E66C93CAAEC5749B49BDC05ECA0461301253E97@MIA20725MBX891B.apps.tmrk.corp> <1372178051.28110.140661248335345.52F633AD@webmail.messagingengine.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 25 Jun 2013 19:23:14 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 01:23:20 -0000 On Tue, 25 Jun 2013, Mark Felder wrote: > On Tue, Jun 25, 2013, at 11:23, Stephen Burke wrote: >> Does anyone know how I could push serial output to an IP port that I >> could SSH to? >> > > You want something like a Portmaster or Lantronix device that will > provide serial consoles over SSH > > http://www.lantronix.com/device-networking/external-device-servers/ Or a small computer like a netbook running sshd with a USB to serial adapter and cu(1). If you had two systems located near each other in a data center, each could act as the SSH serial console terminal for the other.