User Tools

Site Tools


kvm:mac_address:generate_a_random_mac_address_for_the_kvm_vm

This is an old revision of the document!


KVM - MAC Address - Generate a random MAC address for the KVM VM

<coodde bash> date +%s | md5sum | head -c 6 | sed -e 's/\([0-9A-Fa-f]\{2\}\)/\1:/g' -e 's/\(.*\):$/\1/' | sed -e 's/^/52:54:00:/' </code>

kvm/mac_address/generate_a_random_mac_address_for_the_kvm_vm.1609793408.txt.gz · Last modified: 2021/01/04 20:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki