Add config file for random mac addresses on network manager

This commit is contained in:
ItsDrike 2023-01-16 23:11:07 +01:00
parent d015c59179
commit d5487addcb
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -0,0 +1,15 @@
[device-mac-randomization]
# "yes" is already the default for scanning
wifi.scan-rand-mac-address=yes
[connection-mac-randomization]
# Randomize MAC for every ethernet connection
ethernet.cloned-mac-address=random
# Generate a random MAC for each WiFi and associate the two permanently
wifi.cloned-mac-address=stable
# Opions:
# permanent: Use HardWare address
# preserve: Dont change the MAC address of the device upon activation
# stable: Randomize once and associate it permanently with that network
# random: Randomize MAC for every connection