Page 2 of 2 FirstFirst 12
Results 26 to 45 of 45

Thread: NU Configuration

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

    Default

    Quote Originally Posted by meetdilip View Post
    I hope this is useful and dont cause any problem to router by continuous menu rebooting by saving settings!!
    just for my info how it prevent from any problems to router..? its doing the same thing what we automate through Telnet...?

    good info though repeated.

  2. #27
    meetdilip
    Guest

    Default

    Imran's broadband utility works only on PPPoE mode that is always on.

    Universal Script for for Imran's broadband helper utility.

    Code:
    192.168.1.1 23
    WAIT "*"
    SEND "admin\m" {user name}
    WAIT "*"
    SEND "admin\m" {your password}
    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 ""
    23 represents port. Please leave a space after one. Few modem/routers will require calling reboot command 4 times (Eg. ITI model) else 2 times is enough.
    Last edited by meetdilip; 06-19-09 at 12:25 AM. Reason: Automerged Doublepost

  3. #28
    Bronze Member
    Join Date
    Jul 2009
    Liked
    0 times
    Posts
    138

    Default

    Quote Originally Posted by superprash2003 View Post
    i think both should work ,as the tool only restarts your modem , after that you could use whatever method to reconnect..
    whcih tool restart modem

  4. #29
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    Quote Originally Posted by funnyguys View Post
    whcih tool restart modem
    Imran's Broadband Utility

  5. #30
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    Quote Originally Posted by eruptionjoojo View Post
    If one is looking for something out of these software .......... the most reliable option is to use the Windows Task Scheduler ............


    This method applies to Bridge mode :-

    {I'm currently writting this tutorial based on Windows Vista,so some steps maybe different in Windows XP;but the script would work in Windows XP as well(In case one finds difficulty in using it in Windows XP just reply back)}

    (1).For Disconnecting the Internet connection :-

    (a).Open the Windows Task scheduler.
    (b).Click on 'create basic task'.
    (c).Give some name to the task and description(if you want) lets say: 'Disconnect'
    (d).Select the Time and date etc. to Run the Program.
    (e).Select the 'Start a program' option.
    (f).Now paste the below mentioned script into the space provided as "Program/script" next to the Browse button.

    The Script is :-

    %windir%\system32\rasdial.exe /disconnect

    OR

    C:\Windows\System32\rasdial.exe /disconnect

    ;where /disconnect is the argument.

    (g).now save the new task by clicking Finish in the next step.



    (2).For Connecting the Internet connection :-

    (a).Open the Windows Task scheduler.
    (b).Click on 'create basic task'.
    (c).Give some name to the task and description(if you want) lets say: 'Connect'
    (d).Select the Time and date etc. to Run the Program.
    (e).Select the 'Start a program' option.
    (f).Now paste the below mentioned script into the space provided as "Program/script" next to the Browse button.

    The Script is :-

    C:\Windows\System32\rasdial.exe Connection Name Username Password

    ;where

    Connection name;username;password are the argument.

    Connection Name is your connection name like say: Broadband etc.
    Username is your broadband Username
    Password is your broadband password.


    (g).now save the new task by clicking Finish in the next step.


    Steps To be followed for system shutdown :-

    (a).Open the Windows Task scheduler.
    (b).Click on 'create basic task'.
    (c).Give some name to the task and description(if you want) lets say: 'Shutdown'
    (d).Select the Time and date etc. to Run the Program.
    (e).Select the 'Start a program' option.
    (f).Now paste the below mentioned script into the space provided as "Program/script" next to the Browse button.

    The Script is :-

    C:\Windows\System32\shutdown.exe -s

    ;where

    -s is the argument.

    (g).now save the new task by clicking Finish in the next step.

    the above mentioned task would give you a warning that "The System would shutdown in less than a minute" .
    the default Time-out period is 30 seconds

    but if you want the system to shutdown instantly make a simple modification in the above mentioned script as mentioned below:-

    The Script is :-

    C:\Windows\System32\shutdown.exe -s -t 00

    ;where

    -s -t 00 is the argument.


    With this script the system would close all the running programs instantly without notification and will shutdown.



    Like wise there are scripts for restarting the computer as well.

    If you want the scripts for restarting the computer,modem etc. just reply back .

    hopefully this helps ...........
    Hi freinds... !!!

    I am trying these tricks and have scheduled my connection (I am on bridge mode) to disconnect automatically. But one think that I have noticed that the dynamic IP address provided by the server doesn't changes when I again connect. So does that mean that only interconnection is lost but my modem is still connected to the server.
    Or in other words is the connection between my pc and modem is lost and the connection between modem and server is still active???

    One more thing that I want o know is that on bridge mode, when I disconnect the connection(without rebooting) what really happens???? My modem is disconnected from the server or My PC is disconnected from the modem while Modem is still connected to server....???

    I am asking this because I have noticed this that dynamic IP Doesn't changes when I disconnect and connect again...

    Please help...

  6. #31
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    Use a disconnect batch file.

    Procedure :

    Open notepad type the following
    rasdial [connection name] /disconnect
    for example
    rasdial broadband /disconnect
    save the above file as disconnect.bat

    If you are in Bridge mode and run batch file successfully, it will renew your IP. Or you can simply reboot the PC. By doing this, the connection will be automatically disconnected and your IP will change.

  7. #32
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    So does that mean that the above mentioned procedure "eruptionjoojo" through Task scheduler will not work or is it I am doing things in wrong way???

  8. #33
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    No idea. Never tried that method.

    Tried batch file method. Use to work for me. It is just 2 minute business. Give it a try. Simply use a notepad, save it as batch file. Simply double click. Your connection will disconnect. You can go here and check your IP address before and after disconnection

    What Is My IP Address? Lookup IP, Hide IP, Change IP, Trace IP and more...

  9. #34
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    Ok now I did as u said. I renamed my dial up as broadband and when tried to execute the batch file it says "you are not connected to broadband"
    command completed successfully.
    But I still cant see my connection getting disconnected.

    One more thing. Forget Bat file and task scheduler. I am giving the exact situation.
    When I disconnect my connection using the dialer and again connect through it, even in that case also IP doesn't changes. Can you please explain this please.

  10. #35
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    Are you able to browse after executing disconnection batch file ?

    Did you wrote down the IP before disconnection ? If yes, connect again and check if your IP is changed.

    Is still facing problem, delete the dialer and create a new. No check running the batch file and check.

    Quote Originally Posted by coolguy_jmi View Post
    When I disconnect my connection using the dialer and again connect through it, even in that case also IP doesn't changes. Can you please explain this please.
    Are you able to browse after manual disconnection ?
    Last edited by meetdilip; 05-15-11 at 09:19 PM. Reason: Automerged Doublepost

  11. #36
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    Well well well...now its happening. Now the IP changes....It seems at times it does its own thing....
    This is the first time I am seeing IP changing. Earlier when I used to do IP used to remain same until I reboot modem...

  12. #37
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    Good. Must be a problem with the dialer.

  13. #38
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    Ok Ok Ok..wait now...

    I tried it several times and on some occasions IP don't changed and on other it changes.
    On running the script mentioned by "eruptionjoojo" also dialer gets disconnected and on again connecting sometimes IP changes and sometimes it doesn't...

    Fine I gues its not fool proof.
    One last thing...just tell me if I shut down my PC(and not the modem) in that case will the modem release the IP and disconnection will take place....???
    Last edited by coolguy_jmi; 05-15-11 at 09:31 PM. Reason: Automerged Doublepost

  14. #39
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    1. Mention modem - model and make.

    2. Confirm, deleted dialer and made a new one.

    3. Any particular reason for being in bridge mode ? There are schedulers which can reboot modem in PPPoE mode too.

    This may help

    http://www.indiabroadband.net/bsnl-b...chedulers.html (BSNL NU Schedulers)

    Quote Originally Posted by coolguy_jmi View Post
    One last thing...just tell me if I shut down my PC(and not the modem) in that case will the modem release the IP and disconnection will take place....???
    Yes, if you are in Bridge mode and PC is restarted, your connection will be interrupted and will give a new IP after reconnection.
    Last edited by meetdilip; 05-15-11 at 09:36 PM. Reason: Automerged Doublepost

  15. #40
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    The modem is COMPEX MRL21E.
    Well I created this Dialer using a pppoe software from BSNL calcutta site.

    No reason as such for being in bridge m ode. I went through the link u gave and I even tried to get hold of a software u call as imran's utility...but the link to is dead.

    Quote Originally Posted by meetdilip View Post
    Yes, if you are in Bridge mode and PC is restarted, your connection will be interrupted and will give a new IP after reconnection.
    Fine then if everything fails I will schedule my PC to shut down at around 7:50AM as a backup. I have already scheduled the disconnection at 7:40.
    Last edited by coolguy_jmi; 05-15-11 at 09:43 PM. Reason: Automerged Doublepost

  16. #41
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    Does it mean that you are still using the old dialer ?

    Mention your OS. You can simply create a new broadband connection (dialer) from " Network connections " in control panel.

    For scheduler, try this link

    Auto-connect Download scheduler PC-Gyaan

    Quote Originally Posted by coolguy_jmi View Post
    Fine then if everything fails I will schedule my PC to shut down at around 7:50AM as a backup. I have already scheduled the disconnection at 7:40.
    Ok. But I think creating a new dialer will solve your problem.
    Last edited by meetdilip; 05-15-11 at 09:46 PM. Reason: Automerged Doublepost

  17. #42
    LEARNER
    Join Date
    Aug 2007
    Liked
    19 times
    Posts
    15,282

    Default

    Check up your usage portal.
    Whether data for day usage and night usage are listed separately.i

    Do not use any scheduler say between say 0700AM and 0900AM. Do normal surfing.
    check next day.

  18. #43
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    No friend I have created a new dial up. But just as a back up measure i am going to schedule my PC to shutdown. BTW i am using XP sp3.

  19. #44
    The Wizard meetdilip's Avatar
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    Ok, nice ...............

  20. #45
    Junior Member
    Join Date
    Apr 2011
    Liked
    0 times
    Posts
    59

    Default

    Ok essbebe I will do as suggested by you and report ASAP.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Best affordable laptops
    By Preeti_20 in forum Laptop
    Replies: 1
    Last Post: 02-10-10, 08:53 PM
  2. Nokia siemens modem 1600 not showing wifi
    By pinksworld in forum BSNL broadband
    Replies: 5
    Last Post: 02-04-10, 07:29 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
  •