UPDATE!
The spoof command is slightly different if you are using 10.5/Leopard!
This is a quick and easy way to spoof your MAC address in OS X.
use this command to get your current ethernet MAC address:
ifconfig en0 | grep ether
use this command to spoof a new MAC address
10.5/Leopard:
sudo ifconfig en0 lladdr [new mac here]
10.4/Tiger:
sudo ifconfig en0 ether [new mac here]
...without the brackets.
10.6 it can not be done, even with airport -z. Totally useless.
discerningacumen 1 year ago
its not working for me im running 10.6 and im trying to use this to get my PS3 to connect to my mac through my schools network.
appleguy916 2 years ago
yuppers works perfectly! thanks!!!!
fizzmaverick 2 years ago
thanks works perfectly!
fizzmaverick 2 years ago
I figured it out. You have to disconnect from the current network, but you should not turn airport off.
briandano 2 years ago
I am running os X 10.5.7
Disconnect from any wireless networks by clicking on the join other network in the airport drop down. Type random characters in the network name field. Click connect. Click cancel while it tries to connect to your fake network. Do not turn airport off.
To change to a mac address, enter this command in the terminal, replacing the mac address with one of your choosing
sudo ifconfig en1 ether 00:bb:00:bb:00:bb
This will revert to the original address when you reboot.
briandano 2 years ago
turn airport off and then do it
is should work just fine
jkroberts89 2 years ago
what version OS do you have running?
fizzmaverick 2 years ago
also does the airport have to turned off when you run the command in terminal?
thnks again
fizzmaverick 2 years ago
hey tried it on 10.5.7 doesnt work :( can you please tell me if you've been able to do it on 10.5.6 or 10.5.7
fizzmaverick 2 years ago