How do I disable NetworkManager?

If you want to configure your network devices manually via /etc/network/interfaces you can remove the service. Firtstly configure your network devices in /etc/network/interfaces and then issue the following command to remove the service.

sudo apt-get purge network-manager

You will then be able to reboot and not have NetworkManager fiddle with things.

You cannot comment on this entry