mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Use better name for mac randomization
This commit is contained in:
parent
c24780f264
commit
ce1ca58438
1 changed files with 0 additions and 0 deletions
16
root/etc/NetworkManager/conf.d/random_mac.conf
Normal file
16
root/etc/NetworkManager/conf.d/random_mac.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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: Don’t 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue