📝 Note for mac change strategies/packages

This commit is contained in:
z3rOR0ne 2025-01-20 19:20:37 -08:00
parent 2e9046c859
commit 67ff32c0e0
2 changed files with 24 additions and 0 deletions

View file

@ -690,3 +690,18 @@ Install kalker (cli calculator app)
cargo install kalker
Update all cargo packages using cargo-u alias:
cargo-u
Install macchanger
doas pacman -S macchanger
Also in /etc/NetworkManager/conf.d/wifi_rand_mac.conf (need to create this), write:
```
[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 Wi-Fi and associate the two permanently.
wifi.cloned-mac-address=stable
```

9
wifi_rand_mac.conf Normal file
View file

@ -0,0 +1,9 @@
[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 Wi-Fi and associate the two permanently.
wifi.cloned-mac-address=stable