X20 Edge loses gateway and DNS configuration after reboot

,

I am trying to configure an X20 Edge for a POC.

I configured a gateway and a DNS server on ETH1 via and the web interface.

But the settings does not persist after a system reboot.

Is this the intended behavior? Am I missing something?

System Inforamtion:
Device Type: X20EDS410
Middleware Version: 25.12.1208
Web Console Version: 25.12.1223
BSP Version: BR-X20_1v9.0.5_348f1011e609

Hi @wn4ensemo,

We’ve seen a similar issue on our side and I’m in contact with support regarding this issue.
In our case we noticed this issue after using the OS upgrade function in the web interface,
using the SD card image didn’t cause this issue for us.

As a quick workaround, check whether these files exist on the device:

ls /tmp/misc/recovery/backup*

If they are there, move them out of that folder so that they aren’t re-applied on boot:

mkdir -p /home/admin/recovery-backup
sudo mv /tmp/misc/recovery/backup* /home/admin/recovery-backup

With this your network settings should then persist across reboots.

Best Regards

Thx that worked for us :slight_smile: