Results 1 to 8 of 8

Thread: Need help with automatic rebooting of UTStarcom UT200R2U router

  1. #1
    Junior Member
    Join Date
    Jan 2009
    Age
    45
    Liked
    0 times
    Posts
    24

    Default Need help with automatic rebooting of UTStarcom UT200R2U router

    Trying to use Imran's BB helper to automatically reboot my UTStarcom UT200R2U modem. Following instructions from Nethack's earlier post, I was able to reboot modem with 'reboot' command on Telnet. The next step was using Telnet.exe in Imrans BB, and there also I was able to reboot modem, and the commands looked like this
    192.168.1.1 23
    WAIT "ÿýÿý!ÿûÿû"
    SEND "admin\m"
    WAIT "BCM96338 ADSL Router\mLogin: "
    SEND "nav1966\m"
    WAIT "admin\mPassword: "
    SEND "help\m"
    WAIT "\m"
    SEND "reboot\m"
    WAIT "> help\m
    \m?
    \mhelp
    \mlogout
    \mreboot
    \madsl
    \matm
    \mbrctl
    \mcat
    \mdf
    \mdumpcfg
    \mecho
    \mifconfig
    \mkill
    \marp
    \mdefaultgateway
    \mdhcpserver
    \mdns
    \mlan
    \mpasswd
    \mppp
    \mremoteaccess
    \mrestoredefault
    \mroute
    \msave
    \mswversion
    \mwan
    \mserialnum
    \mping
    \mps
    \mpwd
    \msntp
    \msysinfo
    \mtftp
    \m
    \m> "
    SEND ""
    The next step as Nethack advised was to truncate the arguments, and my final reboot.txt looked like this
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "nav1966\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m"
    SEND "reboot\m"
    WAIT "> help\m
    \m?
    \mhelp
    "
    SEND ""
    But with these commands, Imrans BB does not restart the modem (the lights do not go off), but the connection to the internet gets cut off, and the viewerrorlog says modem successfully rebooted. I have to again reboot the modem thru telnet to get the internet connection back
    What might be the problem? Thanks in advance.

  2. #2
    LEARNER
    Join Date
    Aug 2007
    Liked
    21 times
    Posts
    15,307

    Default From Broadband How to .... forum

    see the thread with about 100 posts.
    http://www.indiabroadband.net/broadb...tml#post122476 (Ultimate Night Usage Manager.)
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "admin\m"
    WAIT "*"
    SEND "help\m"
    WAIT "help\mCommand"
    SEND "reboot\m\m"
    WAIT "reboot\m"

  3. #3
    Junior Member
    Join Date
    Jan 2009
    Age
    45
    Liked
    0 times
    Posts
    24

    Default

    Essbebe, the script you mentioned did not work. I chanced upon a script mentioned by DMIIIPUSP, for some other modem, and surprisingly it worked!
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m>"
    SEND "reboot\m"
    WAIT "*"
    SEND "exit\m"
    WAIT "*"
    SEND ""
    Hope this is of help to others with this modem.

  4. #4
    LEARNER
    Join Date
    Aug 2007
    Liked
    21 times
    Posts
    15,307

    Default

    I chanced upon a script mentioned by DMIIIPUSP
    congrats.
    REF:
    Post no 66 in the link given earlier
    here,
    http://www.indiabroadband.net/broadb...manager-2.html (Ultimate Night Usage Manager.)

    for a Netgear router.
    The script mentioned by me, also by same author ,
    @DMIIIPUSP
    and reported to be working fine by some other user
    Last edited by essbebe; 04-21-09 at 11:48 AM. Reason: duplicate same post deleted.

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

    Default

    Quote Originally Posted by kinind View Post
    Essbebe, the script you mentioned did not work. I chanced upon a script mentioned by DMIIIPUSP, for some other modem, and surprisingly it worked!
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m"
    WAIT "*"
    SEND "admin\m"
    WAIT ""
    SEND "help\m"
    WAIT "\m>"

    SEND "reboot\m"
    WAIT "*"
    SEND "exit\m"
    WAIT "*"
    SEND ""
    Hope this is of help to others with this modem.
    In the above script, the portions marked in bold-red and not required. Also, this script is no different that what is provided by essbebe. Some misspells or character misplacement cannot be ruled out. But since it worked, all is well that ends well.

  6. #6
    Junior Member
    Join Date
    Jan 2009
    Age
    45
    Liked
    0 times
    Posts
    24

    Default

    One problem with the script mentioned above. I had programmed Imrans BB helper to reboot the modem at 2.02 am, 2.06 am and 7.58 am. The first 2 times the rebooting was complete, and the downloads happened as usual, but the rebooting at 7.58 was not complete, in the sense, the connection to the internet was cutoff, but not re-established. The log said modem successfully rebooted in all 3 instances. The BSNL portal showed that the router was rebooted at 7.58 am. In order to re-establish the connection to the internet, I had to first exit IBBH, then restart the software, give a new reboot time of 8.05 am, and the modem rebooted normally again. What might be the problem? I was not able to watch the modem lights, as the modem is in a room on the other floor.

  7. #7
    Junior Member
    Join Date
    Apr 2009
    Age
    24
    Liked
    0 times
    Posts
    3

    Default

    code for utstar300r2u reboot script:

    SendMode Input
    Run telnet.exe
    WinWait, C:\WINDOWS\system32\telnet.exe
    BlockInput, on
    ControlSend , ahk_parent, o{SPACE}192.168.1.1{ENTER}, C:\WINDOWS\system32\telnet.exe
    WinWait, Telnet 192.168.1.1
    ControlSend , ahk_parent, admin{ENTER}, Telnet 192.168.1.1
    ControlSend , ahk_parent, admin{ENTER}, Telnet 192.168.1.1
    ControlSend , ahk_parent, reboot{ENTER}, Telnet 192.168.1.1
    BlockInput, off
    sleep 1000


    this is the ahk script..!!

    copy the above script and then open notepad and save as any name like reboot.ahk

    Then download ahk tool(auto hot key) from google. And then convert this .ahk to .exe and now u can run indepently without autohot key tool. Now u can schedule using the windows default scheduler or autopower on off tool(recommended).

    do as the procedure and tel me whether its working r not..

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

    Default

    Quote Originally Posted by kinind View Post
    One problem...................
    .....................re-establish the connection to the internet, I had to first exit IBBH, then restart the software, give a new reboot time of 8.05 am, and the modem rebooted normally again. What might be the problem? I was not able to watch the modem lights, as the modem is in a room on the other floor.
    The modem UTStarcom UT200R2U looks like have some bugs in its O.S, thats why you are getting a "half-reboot".
    Probably for the same reason the author has made a provision in his s/w under the Connectivity tab, where the s/w periodically try to open some web pages(during free time only.. if u have checked the "use connectivity service"), and if for this or some other reason if the s/w cannot open the web pages for continuous more than 4 minutes.. then it automatically issues the reboot script.

Thread Information

Users Browsing this Thread

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