Posts Tagged “suspekt.org”

If you ever need another mac address do the following in Terminal.app, which is located in /Applications/Utilities :

10.5 / Leopard:

sudo ifconfig en0 lladdr 00:00:00:00:00:00


10.4 / Tiger:

sudo ifconfig en0 ether 00:00:00:00:00:00

Edit:

A static method can be found here (thanks to MMM)

Comments 7 Comments »

1