macfidelity

|

rethinking the think-different thing

Posts Tagged ‘mac address proofing’

Mac ::: MAC-Address spoofing on Mac OS X

Friday, February 1st, 2008

If you ever need another mac address do the following in Terminal.app, which is located in /Applications/Utilities :

10.5 / Leopard:

sudo ifconfig en0 lladdr 00:00:00:00:00:00


10.4 / Tiger:

sudo ifconfig en0 ether 00:00:00:00:00:00

Edit:

A static method can be found here (thanks to MMM)