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
189 views 0 comments
by
Hi All,

Anyone know if it's possible to either Enable Ipsec via SMS or disable Firewall via SMS, have managed to remotely lock ourselves out of a RUT240!

Thanks, Simon

1 Answer

+1 vote
by anonymous

Hello, 

To disable IPSec you must execute the SMS Utilities UCI API rule.  You may refer to this link for more information: RUT240 SMS Utilities - Teltonika Networks Wiki (teltonika-networks.com)

admin01 uci set ipsec.Jerome.enabled='0' 
admin01 uci commit ipsec
admin01 reboot

where: 
admin01 -> is my router password
Jerome -> is the name of IPSec instance i created 
value of 0 -> not true 
uci commit ipsec -> saves config 
reboot -> to reload all the services of the router

Also maybe this SMS rule will help you: RUT240 SMS Utilities - Teltonika Networks Wiki (teltonika-networks.com)

I hope it helps. 

Regards,
Jerome