Merge branch 'macs' of https://github.com/pgerber/qubes-doc into pgerber-macs

This commit is contained in:
Andrew David Wong 2018-01-28 21:25:49 -06:00
commit 87d817a1d6
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -34,10 +34,11 @@ wifi.scan-rand-mac-address=yes
[connection]
wifi.cloned-mac-address=stable
ethernet.cloned-mac-address=stable
connection.stable-id=${CONNECTION}/${BOOT}
~~~
`stable` generates a random address that persists for each boot session.
`random` generates a random address each time a link goes up.
* `stable` in combination with `${CONNECTION}/${BOOT}` generates a random address that persists until reboot.
* `random` generates a random address each time a link goes up.
To see all the available configuration options, refer to the man page: `man nm-settings`