How to Spoof Your Mac Address in MacOS 10.6 (and Windows) to Take Advantage of the iSpot 4G
My buddy Dave Zatz happened to get one of new (and unfortunately locked down) iSpot 4G modems from Clearwire. Problem is that since the modem is locked down only to accept the MAC address of an iDevice you can’t use it on a laptop or other device – Hardly fair, right? To fix that its actually easy to switch the MAC address on your MacOS or Windows device to match that of an iOS device.
First of all, you need an iOS MAC address. You can either use this one ( 00:1D:4F:13:E1:D9 ) or use one that you can easily find in a Google Image search.
For Mac:
- Launch Terminal from your Applications:Utilities folder.
- Enter ifconfig en1 | grep ether to find the current MAC address for your wireless network adapter.
- Make sure your Airport is turned on and input the following into the Terminal window to disassociate from all networks.
- Type in:
sudo /System/Library/PrivateFrameworks/Apple80211.framework/
Versions/Current/Resources/airport -z
- When asked input your administrative password, do so.
- Input the following command to change your MAC address:
sudo ifconfig en1 ether 00:1D:4F:13:E1:D9
- (or replace 00:1D:4F:13:E1:D9 with an address of your choice)
- To verify the change has completed successfully input ifconfig en1 | grep ether into the Terminal window.
There you go, your Mac’s MAC address has changed but restarting your computer will revert the MAC address to its default value.
Now for Windows:

All you need to do is download a free program called MACMakeup (download link here) to modify your MAC address. Easy right?
