Hi.

Im start learning Kali and have watched lots of tutorials but nothing is working when it comes to save the new mac address after restarting.

I have tried almost everything i learn in the tutorials.

ifconfig wlan0 down
macchanger -A wlan0
ifconfig wlan0 up

this will give me a new mac address.

after this i tried

Leafpad /etc/NetworkManager/NetworkManager.conf

this open a text file

i add this text

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

[connection]
ethernet.cloned-mac-address=preserve
wifi.cloned-mac-address=preserve


Control s to save and then control q to close the text file.

Restart Kali and type ifconfig and the mac address is not saved.

What is wrong? is it my awus1900?

Hope someone can help me.