Enabled MAC address randomization

This commit is contained in:
Pol Kaulfield 2025-05-18 13:44:43 -04:00
parent e99979df2e
commit a9e3d2e95b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[device-mac-randomization]
# "yes" is already the default for scanning
wifi.scan-rand-mac-address=yes
# From the Arch Wiki:
# In terms of MAC randomization the most important modes are stable and random.
# stable generates a random MAC address when you connect to a new network and associates the two permanently.
# This means that you will use the same MAC address every time you connect to that network.
# In contrast, random will generate a new MAC address every time you connect to a network, new or previously known.
# You can configure the MAC randomization by adding the desired configuration under /etc/NetworkManager/conf.d:
[connection-mac-randomization]
# Generate a random MAC for ethernet and associate the two permanently.
ethernet.cloned-mac-address=stable
# Generate a random MAC for each Wi-Fi and associate the two permanently.
wifi.cloned-mac-address=stable