aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchsetup8
1 files changed, 6 insertions, 2 deletions
diff --git a/archsetup b/archsetup
index 4bceda5..4a64eb0 100755
--- a/archsetup
+++ b/archsetup
@@ -1803,8 +1803,12 @@ configure_networking() {
wifi.scan-rand-mac-address=yes
[connection-mac-randomization]
-# Random MAC for each WiFi connection (prevents tracking)
-wifi.cloned-mac-address=random
+# Stable per-network MAC, not a fresh one per connection. Both hide the real
+# address from a venue; random also hides this machine from itself, so every
+# reconnect at a hotel or airport looks like a new device and the portal login
+# starts over. stable derives a different address per network, so the privacy
+# across networks is unchanged and the reconnect friction goes away.
+wifi.cloned-mac-address=stable
# Stable MAC for ethernet (avoids issues with MAC-based DHCP reservations)
ethernet.cloned-mac-address=stable
EOF