From owner-freebsd-net@FreeBSD.ORG Wed Mar 15 19:07:38 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9C116A401 for ; Wed, 15 Mar 2006 19:07:38 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AF443D4C for ; Wed, 15 Mar 2006 19:07:38 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so206217nzf for ; Wed, 15 Mar 2006 11:07:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IOzyM5tAHY0SKVcos+qtsP1yklR+WmKVUJhIsp+XphV5hwcQtC6MHptpKXRWheRm/wOSxYoYJr20FKH7i2o+LuZUXsRZcnXM7IY8TuNEFCMlZxiEKVpeJAL+J+uvan+PIBNnVtP/bG3xPcfiCUYjZsXLudCiMwXQBu8zkdpZUjM= Received: by 10.35.113.12 with SMTP id q12mr904705pym; Wed, 15 Mar 2006 11:00:49 -0800 (PST) Received: by 10.35.28.4 with HTTP; Wed, 15 Mar 2006 11:00:49 -0800 (PST) Message-ID: <2a41acea0603151100s45dae1b0mcd9281ff2fe32402@mail.gmail.com> Date: Wed, 15 Mar 2006 11:00:49 -0800 From: "Jack Vogel" To: "Julian Elischer" In-Reply-To: <2a41acea0603150039q168075eakc034defcdd4d783@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <002f01c6479a$696d1510$c802a8c0@BLADESNITZ> <2a41acea0603142307v78f41d86n7523574e26cd7f5f@mail.gmail.com> <4417CE70.5070301@elischer.org> <2a41acea0603150039q168075eakc034defcdd4d783@mail.gmail.com> Cc: Matt , freebsd-net@freebsd.org Subject: Re: IPMI During Boot X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 19:07:39 -0000 On 3/15/06, Jack Vogel wrote: > On 3/15/06, Julian Elischer wrote: > > > > Working with intel (TM) motherboards using the Intel Gb chips, > > and talking to the intel reps last year (for my previous employer) I wa= s > > led to believe that > > these chips supported IPMI by giving the BMC a back door into the same > > NIC that the > > OS was using. > > (using an I2c (SMB) interface) > > On the machines I used, I am pretty sure the bios gave the same MAC > > address to the BMC > > side of things as the OS side of theings by default, and we had is set > > up so that we used the > > same IP address also. > > well, i'm not positive about the MAC thing, but I am quite sure that on > IBM xSeries systems you assigned a different IP address to the BMC, > this was done in the BIOS. And, when I think about that, if it did have > a seperate IP address then it musta had a seperate MAC too... > > Course, that was IBM hardware. I'll have to check up on this more > at work tomorrow. > > So Julian, are you saying that you have seen this kind of functionality > work on FreeBSD?? Hmm, well I've been told that using the same IP address or not should both work :) Matt, can you do a pciconf listing for me, I'd like to see exactly what MAC you have. The most recent systems that are AMT capable need some special code in the driver that FreeBSD doesnt yet have. I'm wondering if that might be whats happening here. Jack