12 December, 2015

How to turn off / on NetworkManager from terminal?

If you don't want to have your inteface make a DHCP request, simply edit it (right on network manager applet, choose "Edit Connections", click on the interface in question, then choose the IPv4 tab and change "Automatic (DHCP)" to "Manual" and specify your settings manually.

If you need to turn off network manager regardless, use
sudo service network-manager stop
You can specify stop, start or restart for most services.
ends commands you can use: stop, start and restart

No comments: