
:max_bytes(150000):strip_icc()/ubuntu4-b82bc8d6559e43d8b8e79b55772d9da0.jpg)
I build innovative projects like WebTorrent, a streaming torrent client for Support contract for companies and teams. I'm Feross, an entrepreneur, programmer, open source author, and mad scientist.
#Spoof mac on linux how to
(If you liked this, you might like How To Set Up Your Linode For Maximum Awesomeness.) You can discuss, upvote, or poke fun at this post over at Hacker It now supports Windows and Linux, MAC address randomization, and more. Since uploading this to GitHub, SpoofMAC has received many useful code contributions. Let me know in the comments if you find this useful. Check it out and download it from Github. So, I made a Python script that lets you change your MAC address in one command. Fortunately, SpoofMAC contains the necessary files for setting this script to run at startup time, so your computer will always have the MAC address you want. Every time you restart your computer, your address gets reset back to whatever it was before. Doing this manually every time is annoying.Īlso, OS X doesn’t let you permanently change your MAC address. The biggest annoyance with most of the solutions I found was that the Wi-Fi card (Airport) needs to be manually disassociated from any connected networks, in order for the change to be applied correctly.
#Spoof mac on linux mac os x
I was disappointed with the Mac OS X offering in this area. You can read more on Wikipedia.ĭespite the fact that all network devices (laptops, iPhones, routers, etc.) have physical MAC addresses burned into the hardware, you can actually change (or spoof) your MAC address completely in software, and other network devices will only see your spoofed address.

This is useful for debugging network issues or temporarily getting onto the Stanford Wi-Fi network when my physical MAC address changes, such as when Apple replaced my logic board (motherboard).įor the uninitiated, a Media Access Control address (MAC address) is “a unique identifier assigned to network interfaces for communications on the physical network segment”. Something I’ve needed to do from time to time is spoof my computer’s MAC address. The quickest way to spoof your MAC address is to download SpoofMAC directly from GitHub.
