public:generating_a_random_mac_address
Table of Contents
Generating a random MAC address
On Linux
echo $FQDN$RANDOM|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
References
public/generating_a_random_mac_address.txt · Last modified: by thomas
