Skip to content
Tool to toggle unmanaged interfaces in NetworkManager
Shell
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
unmanage_interface

README.md

NetworkUnmanager

Within NetworkManager it is possible to unmanage an interface, this is very useful if you would like to continue using Network manager when using wireless tools for a specific interface.

Create_ap and by extension Berate_ap do this automatically for you on whichever interface you are using. Sometimes you would like to just toggle the management of a specific interface for other tools.

Using the code from Create_ap this is a small script to just toggle the managed and unmanaged status of a interface for Wireless testing.

Usage

sudo unmanage_interface -i <Interface>

Installation

Add unmanage_interface to your path in your .rc file

export PATH=/path/to/unmanage_interface:$PATH

or create a symlink in your bin directory

cd /usr/local/bin
ln -s /path/to/unmanage_interface unmanage_interface
You can’t perform that action at this time.