Normally that _should_ not be possible. But perhaps somebody knows a hack.oSCho said:Hi all!
Dows anyone know how I can change my airport extreme MAC address?
Is it possible?
On my old pc laptop it could be done using SMAC.
Thanks!
maradong said:Normally that _should_ not be possible. But perhaps somebody knows a hack.
oSCho said:It's because when I work at my university library you get blocked really quickly on wifi if you download or upload too much.
We are always backing up our work on the internet and I have already been blocked once.
Versello said:Perhaps you should complain to your network admins insteadYou are working with the uni library, as you say, so they should listen...
oSCho said:We are always backing up our work on the internet and I have already been blocked once.
(From electricsheep )it is possible to change your MAC address of the built in ethernet interface from the command line with the ifconfig command. Some tools, however, use the MAC address to identify your machine, so you may want to write down your original MAC address so you can change it back if you run into any problems. To change the MAC address, type the following in the terminal:
sudo ifconfig en0 ether aa:bb:cc:dd:ee:ff
Where aa:bb:cc:dd:ee:ff is the MAC address you want to use in hex format. Bear in mind that when you do change your MAC address you will likely have to renew your DHCP lease.