I have an RUT240_7126 with FW Version RUT2_R_00.07.03.3
After I have successfully sent the RUT240 an SMS to disconnect the mobile data, the RUT240 after a power on/off/on cycle automatically reconnects the mobile data without my consent.
How to keep the mobile data disconnected until I send the RUT240 an SMS to reconnect the mobile data? Even if the RUT240 experiences a power on/off/on cycle in my absence.
Hello,
In this case, I would suggest creating two custom SMS rules with scripts. This would be similar to this case here. In your case, for example, use the following UCI commands to turn off/on the mobile interface:
Turn off the mobile interface:
uci set network.mob1s1a1.disabled='1'
uci commit
/etc/init.d/network restart
Turn on the interface via:
uci set network.mob1s1a1.disabled='0'
uci commit
/etc/init.d/network restart
Kind Regards,
This topic was automatically closed after 15 days. New replies are no longer allowed.