Posts Tagged ‘mac’

Clone or Change your MAC address in Linux

Friday, May 30th, 2008
In linux, you can change the hardware (MAC) address of your machine.This is how it is done.


# ifconfig eth0 down
# ifconfig eth0 hw ether 00:80:48:BA:d1:20
# ifconfig eth0 up
# ifconfig eth0 |grep HWaddr

(more…)