How To Change Mac Address In Linux
Q. How can I change the mac address of network card in my Ubuntu box ? Ans. Changing mac address is very simple. You only need the command ifconfig . Follow the steps below: Open terminal Find the name of your interface, for example eth0 sudo ifconfig eth0 down hw ether aaaabbbb where aabbccdd is the required mac address.