|
|
|
|
|
by rurban
3119 days ago
|
|
new_mac=$(openssl rand -hex 4 | sed 's/\(..\)/\1:/g; s/:$//; s/./0/2'; s/^/02:/)
is better. by using the 02: prefix for locally administered macs you avoid clashes with certain cards.
I also used to randomize my local hostname. |
|
> I also used to randomize my local hostname
Great idea, missed that. I'll integrate that in the future.