<p dir="ltr">Den 18 jan 2014 23:10 skrev "Nick Daly" <<a href="mailto:nick.m.daly@gmail.com">nick.m.daly@gmail.com</a>>:<br>
><br>
> Hi folks, I just pushed a fix to the broken DreamPlug networking to<br>
> FreedomBox-Setup.  If the system detects an interface without a MAC<br>
> address, we'll try to use macchanger to set it, or just generate a dummy<br>
> MAC address (00:00:00:XX:XX:XX).  Should be good enough to work around<br>
> DreamPlug Ridiculousness (TM) for the 1.0, anyway.<br></p>
<p dir="ltr">Nick, I don't think that MAC address is that good.  The first octet should at least be 02 and not 00. </p>
<p dir="ltr">The two last bits in first octet say if it is a locally administered or globally unique (OUI) MAC-address and if its an uni- or multicast MAC-address. <br>
So you want them to be 10 and not 00 (02:00:00:XX:XX:XX).</p>
<p dir="ltr">The other bits and octets you have zero can be any random bits you like, like zero.</p>
<p dir="ltr">See <a href="http://en.wikipedia.org/wiki/MAC_address">http://en.wikipedia.org/wiki/MAC_address</a></p>
<p dir="ltr">/Anders J<br>
</p>