Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 104

Thread: Automatic rebooting of router at 2 AM and 8 AM

  1. #76
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Question

    i will appreciate if any body can help me out i can have my sleep without any worries.....

    i have tried the script posted by just4kix, and mgtm7m but in wain telnet opens but further there is no response nothing happens....

    I even tried Imran's Broadband Helper Utility while generating the script it works fine modem gets rebooted, but when i schedule a reboot in that utility it creates some troubles...like this entry in log entry...

    --------------------------------------------------------------------------
    02.06.2009 22.49:25 > Imran's Broadband Helper Started.
    02.06.2009 22:55:08 > Current IP Before Reboot : 59.92.*.*
    02.06.2009 22:55:18 > Modem Rebooted Successfully. --------> Reboot.
    02.06.2009 22:56:39 > Unable to Retrieve IP.
    02.06.2009 22:58:00 > Unable to Retrieve IP.
    --------------------------------------------------------------------------

    what goes wrong here is that while i schedule a reboot the utility reboot router but the difference is that no LEDs on the router goes off. and i cant surf any more then i have to manually power off it and then it works fine.
    ___________________________________

    Cheers...!
    To view links or images in signatures your post count must be 100 or greater. You currently have 0 posts.

  2. #77
    Bronze Member
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    119

    Default

    Just add the reboot command once more like..
    Code:
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m> help\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "exit\m"
    WAIT "*"
    SEND ""
    Your problem will be solved.. I hope.
    BTW : Whats the script.. Autoscript.exe has generated for you?

    Quote Originally Posted by deepmohan View Post
    what goes wrong here is that while i schedule a reboot the utility reboot router but the difference is that no LEDs on the router goes off. and i cant surf any more then i have to manually power off it and then it works fine.
    If you use the connectivity service of the program then you even get rid of this (freeze) problem.
    If the connectivity service is enabled.. the utility automatically recognize this situation (during night only).. and automatically try to reboot the router again to solve this issue.
    Last edited by limpu.cool; 06-03-09 at 01:35 AM. Reason: Automerged Doublepost

  3. #78
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Default

    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m> help\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "exit\m"
    WAIT "*"
    SEND ""

  4. #79
    Bronze Member
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    119

    Default

    It looks like the same as mine.. I have UT300R2U modem.

  5. #80
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Thumbs up

    Quote Originally Posted by limpu.cool View Post
    Just add the reboot command once more like..
    Code:
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m> help\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "exit\m"
    WAIT "*"
    SEND ""
    Your problem will be solved.. I hope.

    thanks a lot dear repo for you

    BTW: why in my case i have to give reboot command 2 times more...

  6. #81
    Bronze Member
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    119

    Default

    I myself dont know the reason.. but have seen this kind of issue somewhere else also..

  7. #82
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Talking

    any way thanks a lot i can trust it na...? shall i go fo sleep...?

  8. #83
    Bronze Member
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    119

    Default

    Quote Originally Posted by deepmohan View Post
    any way thanks a lot i can trust it na...? shall i go fo sleep...?
    Yes.. You can trust.

    But do the following as well

    Under NIC Tab.
    • Enable NIC at 02:01
    • Disable NIC at 08:00
    • Use NIC Enable/Disable service.

    Under Modem Tab.
    • Reboots at 02:03, 02:10, 02:15, 07:55...
    • Use Modem Reboot service.
    • Sound on....

    Under Connectivity Tab.
    • Use connectivity service....

    Under Misc Tab.
    • Shutdown during 08:00-09:00 (checked)
    • Launch uTorrent at 02:16.

    Lastly.. before going to sleep click on "Disable NIC Now" under NIC tab.
    (Assuming you are in PPPoE mode)

  9. #84
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Default

    ya it worked now onwards i can have my sleep....:001_tongue:

  10. #85
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    10 times
    Posts
    10,903

    Default

    My script is as follows:
    Code:
    Run telnet.exe
    WinWait C:\WINDOWS\system32\telnet.exe
    WinActivate C:\WINDOWS\system32\telnet.exe
    Send o{SPACE}192.168.1.1{ENTER}
    Sleep 2000
    WinActivate Telnet 192.168.1.1
    Send admin{ENTER}
    Sleep 2000
    WinActivate Telnet 192.168.1.1
    Send <password>{ENTER}
    Sleep 5000
    WinActivate Telnet 192.168.1.1
    Send reboot{ENTER}
    Sleep 70000
    WinActivate Telnet
    Send a{ENTER}
    Sleep 2000
    WinActivate Telnet
    WinClose Telnet
    In the above script, replace <password> with your own password.

  11. #86
    Bronze Member
    Join Date
    Aug 2008
    Liked
    0 times
    Posts
    116

    Default

    @deepmohan

    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "exit\m"
    WAIT "*"
    SEND ""

    Shall also work for you.

  12. #87
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Default

    Quote Originally Posted by nethack View Post
    @deepmohan

    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "exit\m"
    WAIT "*"
    SEND ""

    Shall also work for you.
    i have tried this script also it works but when i schedule a reboot it gives up what happens is while reboot the LED's on modem dont go off it remains like that only and the connection is lost i cant surf any more then i will have to manually reboot the modem.

    this one working fine for me:

    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m> help\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "reboot\m"
    WAIT "reboot\m"
    SEND "exit\m"
    WAIT "*"
    SEND ""

  13. #88
    Junior Member
    Join Date
    Apr 2009
    Age
    24
    Liked
    0 times
    Posts
    19

    Default

    First of all I am using Windows 7 in which telnet application is not preactivated....
    After I activated it .... though telnet command was getting accepted

    but reboot command is still not getting accepted!!!! (see for yourself!!!!)



    I am sad to say that the Imran utility is not working out in Windows 7 x64 RC/...

    IN THE CONFIGURATION part of the software when I hit Start.....
    Some execution takes place.....And finally it tells

    "It seems modem was not restarted"

    It appers the "" reboot" command is not getting accepted....

    Plz somebody help me..... Anyone using windows 7 here, tell your experience of using this Imrans software or atleast this methodology of using the batch file!!!!.....

    Whether the modem gets restarted or not using it in Windows 7 (specifically....)

    Expecting reply soon....Later!!!
    Last edited by himanshupt; 07-13-09 at 08:16 AM.

  14. #89
    Bronze Member
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    119

    Default

    IN THE CONFIGURATION part of the Imran's Utility software.. put "system restart" instead of reboot.

  15. #90
    Bronze Member
    Join Date
    May 2009
    Age
    54
    Liked
    0 times
    Posts
    155

    Default

    I have ADSL2+ Router iB-LR6111A (iball Baton). I edited the script as follows and it works perfectly for my router.

    Run telnet.exe 192.168.1.1
    Sleep 2000
    Send admin{ENTER}
    Sleep 2000
    Send set reboot{ENTER}
    Sleep 7000
    WinActivate Telnet
    WinClose Telnet

  16. #91
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    10 times
    Posts
    10,903

    Default

    Quote Originally Posted by vijaykhairnar View Post
    I have ADSL2+ Router iB-LR6111A (iball Baton). I edited the script as follows and it works perfectly for my router.

    Run telnet.exe 192.168.1.1
    Sleep 2000
    Send admin{ENTER}
    Sleep 2000
    Send set reboot{ENTER}
    Sleep 7000
    WinActivate Telnet
    WinClose Telnet
    Thanks for the contribution. Rep awarded.

  17. #92
    Bronze Member
    Join Date
    May 2009
    Age
    54
    Liked
    0 times
    Posts
    155

    Default

    Quote Originally Posted by just4kix View Post
    Thanks for the contribution. Rep awarded.
    Thanks.

    Rep +1:thumbup:

    Port forwarding For This Router :

    http://www.indiabroadband.net/bsnl-b...tml#post215278 (ADSL2+ Router iB-LR6111A (iball Baton))
    Last edited by vijaykhairnar; 08-01-09 at 07:48 PM.

  18. #93
    Junior Member
    Join Date
    Aug 2009
    Age
    30
    Liked
    0 times
    Posts
    1

    Default

    i am unable to run the script properly. i am using Dlink GLB-802c router. and my operation system is windows vista. i have tried all the scripting possibilities but its not working.

    Please help me.......

  19. #94
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    10 times
    Posts
    10,903

    Default

    Quote Originally Posted by luckyros View Post
    i am unable to run the script properly. i am using Dlink GLB-802c router. and my operation system is windows vista. i have tried all the scripting possibilities but its not working.

    Please help me.......
    Telnet application is disabled by default in Vista. Have you enabled Telnet?

    Also some of the commands differ from router to router. There are some who have posted some different commands. Try these.

    I am not an expert at scripting. As you can see from the first post, I made this thread from someone else's thread.
    *** Never argue with an idiot. ***


    To view links or images in signatures your post count must be 100 or greater. You currently have 0 posts.
    |
    To view links or images in signatures your post count must be 100 or greater. You currently have 0 posts.
    |
    To view links or images in signatures your post count must be 100 or greater. You currently have 0 posts.

    -------------------------------------------------------------------------------------------

  20. #95
    Junior Member
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2

    Default

    Thanks for creating this wonderful thing. A must for broadband user. :thumbup1:

  21. #96
    Bronze Member
    Join Date
    Jul 2009
    Liked
    0 times
    Posts
    138

    Default

    Quote Originally Posted by just4kix View Post
    To repost the method here ...



    I have tested the method for UT-300R2U and Airlink-101 router and it works. There is no reason why it should not work for other routers also.
    i tried not working anyone can tell me pls

  22. #97
    Junior Member
    Join Date
    Nov 2009
    Liked
    0 times
    Posts
    10

    Angry Scripting for Huawei Quidway WA1003A Router

    Hey just4kix, Can you help me out with configuring Imran's Broadband utility for my router.(Huawei Quidway WA1003A). OS-Windows 7. Yesterday night i tried by hibernating my system and scheduling uTorrent at 2:15. I switched on my modem(router) at 1:45. switched off PC and router at 7:45. Usage is 110mb. I tried imrans utility.It says "modem didnt reboot successfully". Pls help..........

  23. #98
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    10 times
    Posts
    10,903

    Default

    Quote Originally Posted by rohit.r View Post
    Hey just4kix, Can you help me out with configuring Imran's Broadband utility for my router.(Huawei Quidway WA1003A). OS-Windows 7. Yesterday night i tried by hibernating my system and scheduling uTorrent at 2:15. I switched on my modem(router) at 1:45. switched off PC and router at 7:45. Usage is 110mb. I tried imrans utility.It says "modem didnt reboot successfully". Pls help..........
    I have not used Imran's utility any time. So I do not know what went wrong.

  24. #99
    Junior Member
    Join Date
    Nov 2009
    Liked
    0 times
    Posts
    24

    Default

    Instead of using these stupid utilities why dont you just get an unlimited connection?

  25. #100
    Its Time To Change ! deepmohan's Avatar
    Join Date
    Jan 2009
    Liked
    0 times
    Posts
    1,425

    Default

    Quote Originally Posted by rohit.r View Post
    Hey just4kix, Can you help me out with configuring Imran's Broadband utility for my router.(Huawei Quidway WA1003A). OS-Windows 7. Yesterday night i tried by hibernating my system and scheduling uTorrent at 2:15. I switched on my modem(router) at 1:45. switched off PC and router at 7:45. Usage is 110mb. I tried imrans utility.It says "modem didnt reboot successfully". Pls help..........
    To make the modem reboot successfully you will have to make some changes to the script.

    Quote Originally Posted by Edge View Post
    Instead of using these stupid utilities why dont you just get an unlimited connection?
    everyone have their on needs on that basis they chose a plan which suits them better.
    Last edited by deepmohan; 12-13-09 at 07:50 PM. Reason: Automerged Doublepost

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)