From owner-freebsd-net@FreeBSD.ORG Wed Mar 16 21:20:10 2005 Return-Path: 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 9464916A4CE for ; Wed, 16 Mar 2005 21:20:10 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B35F43D1F for ; Wed, 16 Mar 2005 21:20:10 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 16 Mar 2005 13:20:10 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j2GLKA02021006; Wed, 16 Mar 2005 13:20:10 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j2GLK9Sm021005; Wed, 16 Mar 2005 13:20:10 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200503162120.j2GLK9Sm021005@ambrisko.com> In-Reply-To: <42367D57.30009@santaba.com> To: Jeff Behl Date: Wed, 16 Mar 2005 13:20:09 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: IPMI doesn't work... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Mar 2005 21:20:10 -0000 Jeff Behl writes: | that's not the way it's supposed to work, afaik. it'd be silly to tie | the BMC address and the OS assigned address together. you give the BMC | an ip address via a little program that comes from IBM and this address | is independent of the ip address that whatever os you use on the system | assigns to the nic. the redbook that Jung-uk sent a link for shows this | process if you're interested. FYI, you can set the IP configuration for IPMI via ipmitool 1.6. I have a minimal openipmi compatible driver for ipmitool to work on FreeBSD. I need to do some work on it before it can be released. This let's me configure IPMI via FreeBSD without going into the BIOS config tool. Doug A.