Den 18 jan 2014 23:10 skrev "Nick Daly" <[email protected]>: > > Hi folks, I just pushed a fix to the broken DreamPlug networking to > FreedomBox-Setup. If the system detects an interface without a MAC > address, we'll try to use macchanger to set it, or just generate a dummy > MAC address (00:00:00:XX:XX:XX). Should be good enough to work around > DreamPlug Ridiculousness (TM) for the 1.0, anyway.
Nick, I don't think that MAC address is that good. The first octet should at least be 02 and not 00. 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. So you want them to be 10 and not 00 (02:00:00:XX:XX:XX). The other bits and octets you have zero can be any random bits you like, like zero. See http://en.wikipedia.org/wiki/MAC_address /Anders J
_______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
