Wednesday, September 27, 2023
 Popular · Latest · Hot · Upcoming
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

 Answers
5

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.


[#32260] Sunday, November 7, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cocal

Total Points: 236
Total Questions: 111
Total Answers: 123

Location: Belarus
Member since Tue, Mar 14, 2023
7 Months ago
;