Forked from ctubbsii/etc_NetworkManager_conf.d_90-disable-randomization.conf
Created
May 12, 2021 11:08
-
-
Save kastetkot/c144531a0e26ad9f6003f15aee371108 to your computer and use it in GitHub Desktop.
NetworkManager configuration to disable WiFi MAC address randomization while scanning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Place file in | |
# /etc/NetworkManager/conf.d/90-disable-randomization.conf | |
[device-mac-randomization] | |
# "yes" is the default for scanning in Fedora 25 | |
wifi.scan-rand-mac-address=no | |
[connection-mac-randomization] | |
ethernet.cloned-mac-address=random | |
wifi.cloned-mac-address=random |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment