Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 12:49:37 -0400
From:      Adam Gregoire <ebola@psychoholics.org>
To:        freebsd-net@freebsd.org, Peter <bivol@bivol.net>
Subject:   Re: MAC address & rc.conf
Message-ID:  <1118681378.1221.4.camel@S0106c0ffeec0ffee.su.shawcable.net>

next in thread | raw e-mail | index | archive | help
You need to create a file called start_if.[interface name] and set the
mac there.

Like this:

ebola$ cat /etc/start_if.de0
#!/bin/sh
ifconfig de0 ether c0ffeec0ffee
ifconfig de0 media 10baseT/UTP

Regards,

-- 
Adam Gregoire <ebola@psychoholics.org>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1118681378.1221.4.camel>