From owner-freebsd-questions@FreeBSD.ORG Fri Jan 26 22:36:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DA7016A400 for ; Fri, 26 Jan 2007 22:36:40 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from regulus.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3FF13C48E for ; Fri, 26 Jan 2007 22:36:39 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by regulus.dfwlp.com (8.13.8/8.13.8) with ESMTP id l0QMabOb007562 for ; Fri, 26 Jan 2007 16:36:37 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 26 Jan 2007 16:36:37 -0600 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701261636.37517.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on regulus.dfwlp.com Subject: run a command on startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2007 22:36:40 -0000 i have a box that my nic's eeprom got zapped last night. WOL is a must for me, and as a last ditch, i finally have the card talking again if i set a mac address manually. upon shutdown, apparently it remember the address i set, and answers to a WOL packet. also, it appears to immediately forget the mac that was set when the computer starts, because when i get back to the login, the ifconfig shows the mac to be 00:00:00:00:00:00 again, and i have to 'ifconfig fxp0 ether [mad address]' after each boot. where can i stick that command so its run during boot up, maybe preferable before the network configuration is loaded? strangely enough, even when the mac address is 00's, i can still ping around my lan (i didnt think this was possible without a mac address) thanks, jonathan