+ Reply to Thread
Results 1 to 3 of 3

Thread: BSNL Broadband: How to solve the problem of restarting modem physically for 2-8AM period

  1. #1
    Newbie
    Join Date
    Nov 2008
    Location
    kolkata
    Posts
    44

    Question BSNL Broadband: How to solve the problem of restarting modem physically for 2-8AM period

    Reseting Modem with bat file will solve the problem of restarting modem physically for 2-8AM Free ?:confused:

    Please Understand : I get free download from 2 to 8 .. for safety 2:05 to 7:55.
    But i dont wanna stay awake whole night , so what i plan is to keep the modem On from 11pm (Computer Off that time) till 2:05am (Computer is On using the autopower software) and then restart modem with the bat file ( i am restarting because BSNL will change for the whole night if i dont restart ) ... will this work fine or is there any better way . BTW my line is ADSL and i dont have to internet by dail up .. when i turn on the computer and modem , internet is automatically on .

    And Can Someone plz gimme the bat file to restart modem ??

  2. #2
    Computer Addict meetdilip's Avatar
    Join Date
    Apr 2009
    Location
    India
    Posts
    1,294

    Default Re: BSNL Broadband: How to solve the problem of restarting modem physically for 2-8AM period

    Quote Originally Posted by manika View Post
    [FONT="Comic Sans MS"]

    And Can Someone plz gimme the bat file to restart modem ??
    Create two batch files

    1)

    Open notepad type the following:
    rasdial [connection name] [user name] [password]
    for example
    rasdial broadband myusername mypassword
    save the above file as connect.bat


    2)


    Open notepad type the following
    rasdial [connection name] /disconnect
    for example
    rasdial broadband /disconnect
    save the above file as disconnect.bat
    3 ways to check BSNL Broadband Usage Details

    An invasion of armies can be resisted, but not an idea whose time has come.

  3. #3
    Newbie
    Join Date
    Nov 2008
    Location
    Kolkata
    Posts
    11

    Default Re: BSNL Broadband: How to solve the problem of restarting modem physically for 2-8AM period

    @meetdilip
    rasdial is not a solution for allways on (pppoe) connection type.

    @manika
    create a vbscript file instead of batch file.
    Process:
    1. open a notepad.
    2. type following
    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"MODEMLOGINID"
    oShell.SendKeys("{Enter}")
    WScript.Sleep 2000
    oShell.SendKeys"MODEMPASSWORD"
    oShell.SendKeys("{Enter}")
    WScript.Sleep 2000
    oShell.SendKeys"reboot"
    oShell.SendKeys("{Enter}")
    WScript.Sleep 2000
    oShell.SendKeys("{Enter}")
    oShell.SendKeys"exit"
    WScript.Sleep 2000
    oShell.SendKeys("{Enter}")
    oShell.SendKeys"% "

    3. change your modem login id (generally "admin" ) and password in seventh and ninth line of command. but do not delete "" sign for both login id and password.
    4. save this file as Modem Reboot.VBS
    5. run it by double clicking.
    scripts vary from modem to modem, so it may not work for you. for more help search this forum with your modem name.
    :inodding:

+ Reply to Thread

Similar Threads

  1. BSNL Broadband: Modem restarting every few minutes!
    By Outlander in forum BSNL Broadband
    Replies: 90
    Last Post: Yesterday, 12:16 AM
  2. Replies: 8
    Last Post: April 14th, 2010, 12:13 PM
  3. How to solve this BSNL huge bill problem ??
    By manika in forum BSNL Broadband
    Replies: 1
    Last Post: January 10th, 2010, 08:47 PM
  4. BSNL Broadband: Restarting WA3002-g1
    By ddk in forum BSNL Broadband
    Replies: 9
    Last Post: September 25th, 2009, 02:09 PM
  5. About modem problem - bsnl broadband
    By vainew in forum BSNL Broadband
    Replies: 8
    Last Post: May 29th, 2009, 07:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts