Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created December 4, 2017 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/fa5b41de66e419185fb481cf713798a7 to your computer and use it in GitHub Desktop.
Save assafmo/fa5b41de66e419185fb481cf713798a7 to your computer and use it in GitHub Desktop.
Randomize MAC on each new network connection
# Put in /etc/NetworkManager/conf.d/mac.conf
[device]
wifi.scan-rand-mac-address=yes
[connection]
wifi.cloned-mac-address=random
ethernet.cloned-mac-address=random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment