linuxmint / lmde-5-cinnamon-beta

Bug squashing for LMDE 5 Cinnamon BETA
5 stars 1 forks source link

network-manager: Disable mac address spoofing #36

Closed kelebek333 closed 2 years ago

kelebek333 commented 2 years ago

Hi,

Could you disable mac address spoofing for network manager?

https://wiki.debian.org/WiFi/HowToUse#Troubleshooting_.26_Tips_for_NetworkManager https://wiki.archlinux.org/title/NetworkManager#Configuring_MAC_address_randomization

Sample issues.

https://forums.linuxmint.com/viewtopic.php?p=1525481#p1525481 https://forums.linuxmint.com/viewtopic.php?p=1515858#p1515858

This setting comes by default at Ubuntu base.

cat /etc/NetworkManager/NetworkManager.conf 
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no

[keyfile]
clefebvre commented 2 years ago

Fixed in debian-system-adjustments 2022.03.09. Please close the issue if you're able to test the fix.

kelebek333 commented 2 years ago

Thanks, it's working.