Robustly changing network settings

Yes actually, I did see an option for that. That might be the way to go, I will have to look into it further.


crbn60

May 11
Darn, that is completely counterintuitive.

Is it possible to make an ephemeral change using DBUS?

It worked! The key is to call the UpdateUnsaved() method in NetworkManager, and only call Update() once the connection has been confirmed to work.

I have now been able to test power loss during misconfiguration, and the old, known good state was restored. Excellent!

3 Likes

That’s great, glad there is a solution. It’s always nice when someone else trips over a problem, and solves it, before I get hit with it. :smile: