RUTC50 losing mobile connection exactly every 2 hours

Hi,

alright i’will try to do bootloader next week, because it has to work somehow this weekend.

Is it worth trying this from other topics?

Because if i connect ethernet connection it works without any problem, only mobile does drop after 2 hours.

Thanks

Much regards

I found a similar issue in the forum " RUTX50 continous lose of wan ip"
I implemented the solution for to that issue, and now the both routers have been running connected for more than 2 hours.

Adding the line option dhcp ‘0’ to the config interface ‘mob1s1a1’:

  1. Log in to your router via CLI (more details here: Command Line Interfaces)

  2. Run the command vi /etc/config/network

  3. Locate config interface ‘mob1s1a1’ and press “i” to enter edit mode

  4. Add the line option dhcp ‘0’ under the mobile configuration section

  5. Press “Esc”, then type :wq and hit Enter to save and close the file

1 Like