FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
290 views 0 comments
by anonymous
Hello could someone help me out.

im trying to configure custom apn trough command line.

i did try

simcard.@sim[1].apn='customapn'

did not work for me is it the wrong command?

Best regards,

Tansu

1 Answer

0 votes
by anonymous

Hello,

You would need to execute a set of commands, similar to the ones below:

  • uci set simcard.@sim[0].auto_apn='0'
  • uci set network.mob1s1a1.apn='custom_APN'
  • uci set network.mob1s1a1.force_apn='-1'
  • uci commit
  • reload_config

Best regards,

Best answer