From owner-freebsd-stable@FreeBSD.ORG Tue Dec 14 22:06:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E82106564A for ; Tue, 14 Dec 2010 22:06:17 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 79A538FC16 for ; Tue, 14 Dec 2010 22:06:17 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 092C473098; Tue, 14 Dec 2010 23:00:38 +0100 (CET) Date: Tue, 14 Dec 2010 23:00:38 +0100 From: Luigi Rizzo To: Torfinn Ingolfsen Message-ID: <20101214220038.GA89625@onelab2.iet.unipi.it> References: <20101214193550.GA88466@onelab2.iet.unipi.it> <20101214213931.52e1ec86.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101214213931.52e1ec86.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: how to access the SOL (Serial over Lan) port in FreeBSD ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2010 22:06:17 -0000 On Tue, Dec 14, 2010 at 09:39:31PM +0100, Torfinn Ingolfsen wrote: > On Tue, 14 Dec 2010 20:35:50 +0100 > Luigi Rizzo wrote: > > > i recently bought two motherboards with Intel AMT support, > > a remote management tool which among other things implements > > Serial Over Lan (SOL) -- which seems to be accessible > > via TCP port 16994 > > > > I have enabled the feature in the bios and built a client > > And configured it? > See http://linux.die.net/man/7/amt-howto yes, some of the other features do work (power and status, accessible through the web on port 16992 or using amttool). The terminal support is apparently enabled (amtterm does the negotiation, and if i disable it then port 16994 is not accessible). cheers luigi