I have an Ubuntu 14 and have to change the MAC address but with:
it changes back when I restart (or power goes off and starts itself back). Is there an easy way to change it permanently by console?
Code:
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
sudo ifconfig eth0 up
it changes back when I restart (or power goes off and starts itself back). Is there an easy way to change it permanently by console?