1. `sudo ifconfig en0 ether` 1. Note the MAC address. 2. `sudo ifconfig en0 down` 3. `sudo route flush` 4. `sudo ifconfig en0 up` 5. `openssl rand -hex 6 | sed 's/(..)/1:/g;s/.$//' | xargs sudo ifconfig en0 ether`