Results 1 to 7 of 7

Thread: Help me to make a script to reboot my iball modem iB-LR6111A

  1. #1
    Bronze Member
    Join Date
    Apr 2009
    Age
    24
    Liked
    1 times
    Posts
    139

    Default Help me to make a script to reboot my iball modem iB-LR6111A

    I have read so many posts related to this and found many ways.But nothing worked yet.Earlier I was using WA300G4 modem and was using the IE method to reboot the modem.It was damaged in lightning and now I am using Iball modem.
    I used it 1month with out restarting it.I was overcharged for the sessions after 8AM every day.I ended up with a 4.7GB usage for last month.

    Now I can reboot it with commands but I dont know how to make it to a script to automate it.

    My steps to reboot it are :

    Open command propt

    C:\Users\User>telnet.exe

    Then a welcome message comes and

    Microsoft Telnet> o 192.168.1.1

    Then asks for password

    password : admin

    Then one message like copyright (c) 2001-2006 etc..

    tc> set reboot

    Then the modem reboots.

    But I dont know how to make it to a script.

    Plz help...

  2. #2
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

  3. #3

  4. #4
    Bronze Member
    Join Date
    Apr 2009
    Age
    24
    Liked
    1 times
    Posts
    139

    Default

    Thanx for the replies.I am already using the Imran broadband utility to restart it.

  5. #5
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

  6. #6
    Junior Member
    Join Date
    Sep 2010
    Liked
    0 times
    Posts
    2

    Default

    script to reboot iball modem iB-LR6111A

    open notepad
    copy paste
    save as "reboot.vbs"

    Set oShell = CreateObject("WScript.Shell")
    oShell.run"cmd.exe"
    WScript.Sleep 1000
    oShell.SendKeys"telnet 192.168.1.1 23"
    oShell.SendKeys("{Enter}")
    WScript.Sleep 1000
    oShell.SendKeys"admin"
    oShell.SendKeys("{Enter}")
    WScript.Sleep 2000
    oShell.SendKeys"set reboot"
    oShell.SendKeys("{Enter}")
    WScript.Sleep 2000
    oShell.SendKeys("{Enter}")
    oShell.SendKeys"exit"
    WScript.Sleep 2000
    oShell.SendKeys("{Enter}")
    oShell.SendKeys"% "
    oShell.SendKeys"exit"
    oShell.SendKeys("{Enter}")


    finally create batch file contains

    cscript Reboot.VBS

  7. #7
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

    Default

    @rockspala
    please post in this link also.
    http://www.indiabroadband.net/bsnl-b...chedulers.html (BSNL NU Schedulers)
    Now a days not much feedback about scheduler/s.
    Presume BSNL has set their usage meter to cut off at 02AM and 08AM for NU.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to make Free calls to Mobile?
    By Preeti_20 in forum Voice over IP
    Replies: 6
    Last Post: 06-15-11, 09:01 PM
  2. Tips for maintaing you Modem Health.
    By bonda in forum Desktop Computer
    Replies: 4
    Last Post: 05-16-10, 04:13 PM
  3. Siemens c2110 modem problem
    By djniks143 in forum BSNL broadband
    Replies: 9
    Last Post: 03-23-10, 11:39 PM
  4. Replies: 2
    Last Post: 03-19-10, 05:30 AM
  5. Replies: 2
    Last Post: 03-14-10, 09:33 PM