Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 579 Bytes

NETWORKMANAGER.md

File metadata and controls

25 lines (18 loc) · 579 Bytes

NetworkManager Configuration

Copy NetworkManager.conf to NetworkManager.conf.bak to create a backup.
Add these lines below to NetworkManager.conf and ADD YOUR ADAPTER MAC below [keyfile].
This will make the Network-Manager ignore the device, and therefore don't cause problems.

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

[ifupdown]
managed=false

[connection]
wifi.powersave=0

[main]
plugins=keyfile

[keyfile]
unmanaged-devices=A0:B1:C2:D3:E4:F5

Enabling/Disabling monitor mode | Scripts