9
rated 0 times
[
9]
[
0]
/ answers: 1 / hits: 70243
/ 2 Years ago, sun, november 7, 2021, 1:53:48
Is there any way to stop NetworkManager applet and switch to manual configuration of /etc/network/interfaces?
More From » networking
Is there any way to stop NetworkManager applet and switch to manual configuration of /etc/network/interfaces?
If you manually configure an interface in /etc/network/interfaces, NetworkManager will not manage it. For example, add the following to interfaces file:
iface eth0 inet dhcp
Then restart NM service (sudo service network-manager restart
), now NM appplet will say that device is not managed.