Hey, why am I the only one who answered who isn't a supermod
Only because you posted before I did... :mrgreen:
"ifconfig eth0 hw ether AA:FF:EE:00:00:00"
Yes, that might very well work. The interface will probably have to be taken offline in order for that to work though, so before you try the above command, do the following:
ifdown eth0
Remember that the example "eth0" refers to your first or only Ethernet NIC; if you have 2 NICs and it's the address of the second that you want to change, it would be eth1 instead of eth0.
Also, a change implemented by the above command may not persist through a reboot; you have to take extra steps to make the new MAC "permanent". See the following for a bit more info:
http://whoozoo.co.uk/mac-spoof-linux.htm
There are also utilities specific to the individual chipset used on a given NIC which can change the MAC as well. Regardless of how you try to make the change, the chipset and driver must support this ability,
*Note that ISPs often use your MAC address as part of the information which authenticates you as a valid customer. Depending on your network/Internet configuration, changing your MAC addy might break your connection to your ISP.