sudo ifconfig en1 down
sudo ifconfig en1 ether aa:bb:cc:dd:ee:ff
sudo ifconfig en1 up
sudo ifconfig en0 lladdr 00:11:22:33:44:55
1. Turn off airport. Use airport icon on menu bar (top of your screen). DO NOT use ifconfig en1 down, it wouldn’t work!!!
2. Fireup Console and type “sudo -s” (without qoutes).
3. Type “ifconfig en1 lladdr 00:11:22:33:44:55″ (without quotes) and hit return.
4. Turnon airport using airport icon.
Well it really doesn't seem to work. It works ok for the en0 interface but not for the Airport (en1).
After some googling I found this:
Tex
1- disconnect airport
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -z
2- then use again this command
ifconfig en1 lladdr 00:23:12:xx:xx:xx
Even more stupid if their security filter is only a mac address filtering<Stupid school>
It doesn't work on the Airport. I actually does the same command as we"re trying to do, i.e. ifconfig en1 lladdr <mac address>I found this software looking around the internet and looks like it will do exactly what you need.
http://macupdate.com/info.php/id/25729/macdaddyx
Alex
Do you mean like this:Now should I make a new thread asking if somebody can write a script?![]()
# /bin/bash
ifconfig en1 lladdr (mac address here)
If you read this thread correctly, you'll see that this command does not work on Airport.Do you mean like this:
Code:# /bin/bash ifconfig en1 lladdr (mac address here)
Seriously though, I think you could save the above as a file called something like "spfmac.sh", input the mac address & then run this command in the same folder as the file: "chmod 755 spfmac.sh && sudo cp spfmac.sh /Library/StartupItems/ && sudo chown root:wheel /Library/StartupItems/spfmac.sh"
Perhaps someone is willing to be the guinea pig?
Didn't Simo confirm it worked for him in the post I quoted?If you read this thread correctly, you'll see that this command does not work on Airport.