I had a DHCP connection with the ethernet port plugged into my router and used the same interface to try and modify it to be a static IP (once disconnected from the router).
The modified connection setting did not take, and I received no error, so I assumed it failed silently. It may be a NetworkManager failure and not Ark OS:
|
result = CommandExecutor.safe_run_command(command) |
I can test the reverse (doing from a static IP to dhcp) and see if maybe that works.
I had a DHCP connection with the ethernet port plugged into my router and used the same interface to try and modify it to be a static IP (once disconnected from the router).
The modified connection setting did not take, and I received no error, so I assumed it failed silently. It may be a NetworkManager failure and not Ark OS:
ARK-OS/services/connection-manager/connection_manager.py
Line 250 in 945e45d
I can test the reverse (doing from a static IP to dhcp) and see if maybe that works.