From owner-freebsd-net@FreeBSD.ORG Mon Jun 13 16:52:18 2005 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 612FD16A41C for ; Mon, 13 Jun 2005 16:52:18 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1079043D1F for ; Mon, 13 Jun 2005 16:52:17 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j5DGqBnQ028496; Mon, 13 Jun 2005 09:52:11 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j5DGqBCk028495; Mon, 13 Jun 2005 09:52:11 -0700 Date: Mon, 13 Jun 2005 09:52:11 -0700 From: Brooks Davis To: Adam Gregoire Message-ID: <20050613165211.GB27482@odin.ac.hmc.edu> References: <1118681378.1221.4.camel@S0106c0ffeec0ffee.su.shawcable.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MW5yreqqjyrRcusr" Content-Disposition: inline In-Reply-To: <1118681378.1221.4.camel@S0106c0ffeec0ffee.su.shawcable.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Peter , freebsd-net@freebsd.org Subject: Re: MAC address & rc.conf 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: Mon, 13 Jun 2005 16:52:18 -0000 --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2005 at 12:49:37PM -0400, Adam Gregoire wrote: > You need to create a file called start_if.[interface name] and set the > mac there. >=20 > Like this: >=20 > ebola$ cat /etc/start_if.de0 > #!/bin/sh > ifconfig de0 ether c0ffeec0ffee > ifconfig de0 media 10baseT/UTP This is pretty much what you'll need to do in 4 and 5. In 6 you can just put a line like this in /etc/rc.conf: ifconfig_de0=3D"ether c0ffeec0ffee media 10baseT/UTP DHCP" -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --MW5yreqqjyrRcusr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCrbm6XY6L6fI4GtQRApF4AKDNyOOHW+SFT5NtcNSNNBMALtJP+QCfdWJ1 YEu35L2Vtkz6t/dMur6DL+U= =LYAP -----END PGP SIGNATURE----- --MW5yreqqjyrRcusr--