From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 10:57:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5008037B401 for ; Sat, 7 Jun 2003 10:57:26 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5ED43FDD for ; Sat, 7 Jun 2003 10:57:25 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by attbi.com (rwcrmhc51) with ESMTP id <200306071757220510084life>; Sat, 7 Jun 2003 17:57:22 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h57HvMhR041724; Sat, 7 Jun 2003 13:57:22 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h57HvLSh041721; Sat, 7 Jun 2003 13:57:21 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Moritz Fromwald References: <15347.1054924369@www66.gmx.net> From: Lowell Gilbert Date: 07 Jun 2003 13:57:21 -0400 In-Reply-To: <15347.1054924369@www66.gmx.net> Message-ID: <44r865srcu.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd Subject: Re: set of ethernet adress on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 17:57:26 -0000 Moritz Fromwald writes: > Is it possible to set the ethernet adress automatically at boot time before > dhclient attempts to contact a DHCP? Assuming your NIC's driver supports that functionality, yes. You just need to wedge it in before rc.network, or else don't use rc.network to start DHCP, and do it yourself.