/etc/NetworkManager/NetworkManager.conf
: [main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
The
[ifupdown]
clause seems to be telling NM not to do it. The solution is to turn the frown upside down, but doing so in NetworkManager.conf
means the setting will likely be clobbered the next time NM is updated. The solution to that is to create a file in in conf.d
named 10-globally-managed-devices.conf
. NM upgrades should leave custom files in conf.d
alone.Source
No comments:
Post a Comment