📝 Note for mac change strategies/packages
This commit is contained in:
parent
2e9046c859
commit
67ff32c0e0
2 changed files with 24 additions and 0 deletions
15
updates.txt
15
updates.txt
|
|
@ -690,3 +690,18 @@ Install kalker (cli calculator app)
|
||||||
cargo install kalker
|
cargo install kalker
|
||||||
Update all cargo packages using cargo-u alias:
|
Update all cargo packages using cargo-u alias:
|
||||||
cargo-u
|
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
9
wifi_rand_mac.conf
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue