I want to know if somebody changing mobile settings on RUT241 via SMS ?
I tested like this :
adminpass cellular apn=xxx auth=chap username=user password=pwd
I tried on version RUT2M_R_00.07.06.10 and RUT2M_R_00.07.11 but in both cases without succes.
APN was changed but auth stays on none and username also stays default but password was changed.
Maybe someone here with this experience ? What do you suggest ?
Could you confirm if the described issue with the mobile settings persists after verifying them via WebUI (Network → WAN → Edit on the mobile interface)? If the changes reflected only partially (e.g., APN updated but authentication type and username remain default), this behavior is indeed unusual.
As a potential workaround, you can try sending the following SMS Utilities commands in sequence:
To set the authentication type to CHAP: <admin password> uci set network.mob1s1a1.auth=chap && uci commit network
To set the username: <admin password> uci set network.mob1s1a1.username=user && uci commit network
To set the password: <admin password> uci set network.mob1s1a1.password=pwd && uci commit network
After sending these commands, please check if the settings persist in the WebUI or if the issue resolves.
<admin_pwd> uci set network.mob1s1a1.auto_apn=0
<admin_pwd> uci set network.mob1s1a1.apn=myprivateapn
<admin_pwd> uci set network.mob1s1a1.auth=chap
<admin_pwd> uci set network.mob1s1a1.username=usr
<admin_pwd> uci set network.mob1s1a1.password=pwd
<admin_pwd> uci commit network
With the cellular command, I noticed that it does not correctly recognize the auth options :