qacafe - ip test solutions
Knowledge Base > How do I remove Network Manager?

How do I remove Network Manager?

Wireless

Network Manager is a service for Linux which manages various networking interfaces, including physical such as Ethernet and wireless, and virtual such as VPN and other tunnels.

While Network Manager is an excellent service for managing the daily requirements of a user's computer, its effects are typically non-optimal for a testing environment. Because of the extra variables it introduces into the state of a test machine's networking configuration, it can be especially difficult to integrate with CDRouter, which also controls network interfaces. Due to this conflict, we recommend removing Network Manager from computers running CDRouter.

Before you begin, please be aware that your LAN interface may require manual configuration after Network Manager has been removed from your system. If you do not have Internet access from another system, you may wish to learn how this process works before completing the removal process. This article discusses how to manually configure network interfaces under several Operating Systems.

To remove Network Manager under Debian and Ubuntu, simply issue the following:

sudo apt-get remove network-manager

For Fedora:

sudo yum remove NetworkManager

A note about WPA Supplicant

We also recommend removing the WPA Supplicant package, which can cause conflicts with CDRouter's own wireless supplicant. To remove WPA Supplicant on Debian and Ubuntu systems, run this command:

sudo apt-get remove wpasupplicant

For Fedora:

sudo yum remove wpa_supplicant

Related articles that may also be helpful: