mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-05 17:35:20 -05:00
Merge branch 'rustybird-mac'
This commit is contained in:
commit
5706da451c
@ -25,14 +25,15 @@ $ sudo NetworkManager -V
|
|||||||
1.4.2
|
1.4.2
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Add the settings in `/etc/NetworkManager/NetworkManager.conf`. The following example enables Wifi MAC address randomization both while scanning (not connected) and while connected.
|
Write the settings to a new file in the `/etc/NetworkManager/conf.d/` directory, such as `mac.conf`. The following example enables Wifi MAC address randomization while scanning (not connected), and uses a randomly generated but persistent MAC address for each individual Wifi and Ethernet connection profile.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
[device-scan]
|
[device]
|
||||||
wifi.scan-rand-mac-address=yes
|
wifi.scan-rand-mac-address=yes
|
||||||
|
|
||||||
[connection]
|
[connection]
|
||||||
wifi.cloned-mac-address=stable
|
wifi.cloned-mac-address=stable
|
||||||
|
ethernet.cloned-mac-address=stable
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
To see the available configuration options, refer to the man page: `man nm-settings`
|
To see the available configuration options, refer to the man page: `man nm-settings`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user