Mac ::: MAC-Address spoofing on Mac OS X
February 1st, 2008 at 23:02If 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)
Tags: 10.4, 10.5, cli, mac, mac address proofing, mac-address, spoofing, static, suspekt.org, terminal

April 2nd, 2008 at 17:40
Just a precision : this will work for mac wireless address but not for mac wired adress on Leopard!
April 2nd, 2008 at 18:10
hi shams,
thanks for the response.
Actually i have just tried that again with both ethernet interfaces on my mac pro.
I am curious:
what happends while you were trying that ?
I was able to change both devices to a new value and re-changing them back to the old values.
Greetings
fidel
April 20th, 2008 at 19:54
Me too, was unable to change MAC address of wired iface (MacOs X 10.5.2)
ifconfig command execs successfuly, although mac is not changed.
Lots of ppl have this problem, it seems there’s no workaround
at this moment.
April 20th, 2008 at 20:16
mh, guess gonna re-test with another mac tomorrow.
worked like a charme for my mac pro…lets see how the 2 mobile macs act
May 17th, 2008 at 19:18
Spoofing the MAC address on Airport Extreme cards (dynamic method)
http://www.suspekt.org/
May 17th, 2008 at 19:22
Spoofing the MAC address on Airport Extreme cards (static method)
http://www.suspekt.org/airport-static.html
May 18th, 2008 at 12:56
thank you very much MMM.
gonna add this information.