tsunami2311
Senior Member
So following the below info using 3.0.0.4.270.26 To setup a scheduled rebooting i ran into issue
Actually, here's an easy way for you to create that schedule.
1) Enable JFFS + Format JFFS + Telnet on the Administration -> System page, then reboot.
2) Download the software called Putty (should be easy to find on Google)
3) Using Putty, connect using the Telnet protocol to your router's IP (probably 192.168.1.1) Username and password are the same as for the webui.
4) Type the following, one line at a time:
Code:cat << EOF > /jffs/scripts/services-start #!/bin/sh /usr/sbin/cru a ScheduledReboot "0 6 * * * reboot" EOF
Set 0 (minutes) and 6 (hour) to the desired reboot time, for a daily reboot. Those arguments are:
"min hour day month week command"
After this you will be back to the prompt. Now run this:
Code:chmod a+rx /jffs/scripts/services-start /jffs/scripts/services-start
Putty closes the moment I hit open I see cmd for second and then it closes
I trying to setup this command
* 6 * * 1 reboot
for every Monday at 6am for the router to reboot but i cant even get putty to open
Last edited: