set eth0/1 MAC addrfunction set_mac(){ mac=”00:”echo $RANDOM | md5sum | sed 's/../&:/g' | cut -c1-14 echo $mac ifconfig $1 hw ether $mac ifconfig $1 down ifconfig $1 up}set eth0/1 MAC addrfunction set_mac(){ mac=”00:”echo $RANDOM | md5sum | sed 's/../&:/g' | cut -c1-14 echo $mac ifconfig $1 hw ether $mac ifconfig $1 down ifconfig $1 up}