From 508e374007914bdc7430de12d8f72234dfaba1e9 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 23 Mar 2021 12:09:57 +0100 Subject: [PATCH] Update wifi_rand_mac.conf --- root/etc/NetworkManager/conf.d/wifi_rand_mac.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/root/etc/NetworkManager/conf.d/wifi_rand_mac.conf b/root/etc/NetworkManager/conf.d/wifi_rand_mac.conf index 5e0411c..503ff0e 100644 --- a/root/etc/NetworkManager/conf.d/wifi_rand_mac.conf +++ b/root/etc/NetworkManager/conf.d/wifi_rand_mac.conf @@ -1,10 +1,14 @@ -[device-mac-randomization] +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 -# WARNING: you might want to disable this for networks with mac whitelists ethernet.cloned-mac-address=random -# Generate a random MAC for each WiFi and associate the two permanently. -wifi.cloned-mac-address=stable +# Randomize MAC for every WiFi connection +wifi.cloned-mac-address=random + +# Opions: +# permanent: Use HardWare address +# stable: Randomize once and associate it permanently with that network +# random: Randomize MAC for every connection