Reboot using Telnet or web interface | Telit Cinterion IoT Developer Community
October 24, 2018 - 9:43pm, 2272 views
I have a requirement to reboot the EHS6 LAN by code.
I've found that there's a link for it in the web interface, but it requires logging in. And the link changes for every login.
ie:
http://192.168.1.1/cgi-bin/luci/;stok=c630a6af673fad0ec6188ebbc2897992/a...
http://192.168.1.1/cgi-bin/luci/;stok=a421c2b8d02f71eaf0682fa32498a1b2/a...
So I can not use a HTTP request to do the reboot.
Is there a command in the telnet (port 23) interface that I can use to reboot?
Hello,
EHS6 LAN terminal contains two processors: one is EHS6 module that acts as a 2G/3G modem and the other one is responsible for LAN part and is controlled by OpenWrt Linux system. You can connect to OpenWrt by telnet and reboot it. But EHS6 module will not be rebooted. You can also connect to the module directly on the LAN port 1234 where you can send AT+CFUN=1,1 command to reboot the module. But this will not reboot the OpenWrt system.
Best regards,
Bartłomiej
Thank you for the prompt reply.
I'll put something controllable in front of the powersupply instead then.