So, I have a similar situation to this topic: SOLVED - Web interface not accessible after migration | TrueNAS Community
I did a test migration from CORE to SCALE on a ‘backup’ machine with no issues. Installing a fresh SCALE installation and uploading the CORE configuration (via WebUI) brought me to the unreacahble WebUI situation.
I have a DHCP served IP on my NIC. Going through the linked topic (on the old forums), it looks like the WebUI IP is set to 192.168.0.10 (looks like I set it ages ago on my old network - moved the server to current network and had no issues accessing it via current P of 10.0.0.10). Using the command to change the IP:
sudo midclt call system.general.update ‘{ “ui_address”: [ “10.0.0.10” ] }’
returns the following:
[EINVAL] general_settings_update.ui_address: 10.0.0.10 ipv4 address is not associated with this machine
The weird thing is that before exporting the settings on CORE, I did update this IP specifically to the current one…
Any ideas how I can force the change of UI IP?