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
155 views 2 comments
by anonymous
WE use a number of RUT variations including Rut240,950 and RUTX12, Is it possible to schedule the mobile data connections to only be active during certain times IE: 7am to 10pm? Ideally configurable via the web GUI.

Many Thanks

Andrew

1 Answer

+1 vote
by anonymous

Hello,

To schedule tasks you will need to use crontab functionality, which is configurable via command line.

For detailed description and instructions on how to set up crontabs, please refer to this page. 

The crontabs should look like this:

  • 0 7 * * * /etc/init.d/gsmd enable >/dev/null 2>&1
  • 0 22 * * * /etc/init.d/gsmd disable >/dev/null 2>&1

Best regards,

by anonymous
Thankyou very much for the quick responce and I understand that.

To expand on this would it be possible to restrict access to mobile data to certain LAN IP address's at certain times? so no access to mobile data from 192.168.1.69 between 22.00 to 07.00
by anonymous

You can configure a traffic rule in the firewall settings to drop packets originating from specified IP addresses for a defined period.

Please refer to this page to see if the feature is sufficient for your application.