Products‎ > ‎HOWTOs and other docs‎ > ‎XEN‎ > ‎

How to create random MAC for XEN domU

This line is working fine in bash

printf "00:16:3e:%.2x:%.2x:%.2x\n" $(($RANDOM%256)) $(($RANDOM%256)) $(($RANDOM%256))

Comments