Fix MAC Address Reverting to Original



Fix a common issue in Kali Linux of reverting the spoofed MAC Address to the original automatically.
  • In the terminal, type mousepad /etc/NetworkManager/NetworkManager.conf and hit enter.
    • Here mousepad is the text editor, you can use anyone and rest the location of the file.
  • Paste the below code at the bottom of the file.
[device]
wifi.scan-rand-mac-address=no

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

  • Save the file and close it.
  • In the terminal, type service network-manager restart. This command will restart the network settings to apply the new configuration settings.
  • Now you can change the MAC Address.

Video Tutorial

 
We hope this helps. If any suggestions or doubts you can add a comment and we will reply as soon as possible.

No comments:

Post a Comment