On Mon, Jul 16, 2007 at 08:50:36AM +1200, Jonathon Exley wrote:
> What's up with the OUI? From
> http://standards.ieee.org/regauth/oui/oui.txt:
> 
> 00-00-24   (hex)        CONNECT AS
> 000024     (base 16)    CONNECT AS
>                         HOERKAER 7-9
>                         DK 2730 HERLEV
>                         DENMARK
>                         DENMARK
> 
> My net4801 devices also use this OUI. Is Soekris squatting on MAC
> addresses?
> 
> You can set mac address via ifconfig:
> 
> # ifconfig eth0 hw ether 00:00:24:c8:62:a1
> 
> The interface has to be down before changing the mac address.
> 
> You can add a line to the /etc/network/interfaces file that will change
> the mac address on reboot:
> 
>       pre-up ifconfig eth0 down;ifconfig eth0 hw ether
> 00:00:24:c8:62:a1;ifconfig eth0 up

This is obviously not FreeBSD syntax which Mike is using.
FreeBSD syntax is just adding "ether 00:00:24:c8:62:a1" to ifconfig
line in /etc/rc.conf.
But both do the same: Temporary changing the MAC.
They don't change the MAC in the eeprom, which still leaves the wrong
MAC beeing used in BIOS for PXE booting.

-- 
B.Walter                http://www.bwct.de      http://www.fizon.de
[EMAIL PROTECTED]           [EMAIL PROTECTED]            [EMAIL PROTECTED]
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to