OS X MAC address spoofing
To change the MAC address of your ethernet adapter:
sudo ifconfig en0 ether <new MAC address>
And then check if the address has been successfully overridden:
ifconfig en0
If you attempt to do the same for your Airport Extreme wireless adapter en1 the command will not show an error, but it will not have changed the MAC address either, which you can verify with ifconfig en1. There are tools that allow you to do this, but all involve patching the Airport Extreme kernel extension — the existing tools basically only differ in their user interface, they range from sourcecode to full GUI. This sounds too much like a hack and might result in more problems than it’s worth, so I won’t post links.
While researching this I found the shiftzwei blog, which seems like a great place to keep up to date with the current state of MAC address spoofing and related networking/security issues. Note: It’s in German.
