This is a discussion on NU Configuration within the BSNL broadband forums, part of the Broadband Internet Service Providers category; Hi, I have a few doubts on NU usage. I don't have this facility and cannot try. It will be ...
| |||||||
| BSNL broadband Bsnl broadband internet connection and modems, routers and other bsnl dataone related issues can be discussed here. |
| LinkBack | Thread Tools | Display Modes |
| | #1 |
| Guest
Posts: n/a
| Hi, I have a few doubts on NU usage. I don't have this facility and cannot try. It will be nice to have your observations. 1. To use Imran's Broadband Utility, which one should we use, PPPoE or Bridge mode. 2. Is there any method to switch on and off the PC at any desired time. |
| |
| | #2 |
| Gold Member Join Date: Mar 2008 Location: Block-112232, Tunnel 3, 5th Moon, Ghost Planet , Insane galaxy Age: 27
Posts: 653
Blog Entries: 1
Rep Power: 2 | I do not know about Imran's utility. I use my own set of schedulers , tools and processes for night time download. I use power shutdown(older version was free, new version is paid one) for scheduled reboot, shutdown PC, disconnect modem and many more. |
| | |
| | #3 |
| Bronze Member Join Date: May 2008 Location: Karad Age: 15
Posts: 208
Rep Power: 2 | For Swiching Off The PC I Use Auto Net Disconnector, Which Is Most Helpful For Me. I Have Set The Disconnecting Time At 7.50am, When I Am At Swimming, So I Enjoy Swimming And Hear My PC Downloads At Its Optimum Level Till 7.50am |
| | |
| | #4 |
| Gold Member Join Date: Mar 2008 Location: Block-112232, Tunnel 3, 5th Moon, Ghost Planet , Insane galaxy Age: 27
Posts: 653
Blog Entries: 1
Rep Power: 2 | You may find something useful here. http://www.indiabroadband.net/bsnl-broadband/17899-nu-downloading-time-2.html#post153503 http://www.softplatz.com/freeware/wi...auto-shutdown/ Last edited by puchu; 05-13-09 at 02:13 PM. |
| | |
| | #5 |
| Guest
Posts: n/a
| Do we need to use bridge mode for using this sofware. |
| |
| | #6 |
| Platinum Member Join Date: Feb 2008
Posts: 2,692
Rep Power: 5 | i think both should work ,as the tool only restarts your modem , after that you could use whatever method to reconnect.. |
| | |
| | #7 |
| Bronze Member Join Date: May 2008 Location: Karad Age: 15
Posts: 208
Rep Power: 2 | i think its only for Bridge mode, as the software does not reboot the modem only disconnect it from the internet and if want shutdown the PC |
| | |
| | #8 |
| Junior Member Join Date: Mar 2009 Age: 28
Posts: 98
Rep Power: 1 | For bridge mode, the most simplest schedular for night imo is IDM, Using power management in BIOS i set the wake up on lan date and time settings for night, schedule the IDM and then turn off the computer, leaving the ups and modem lights on. Scheduling IDM YOu can set the start queue and stop queue time and enable the option turn off the computer when done. When the downloads stops at set time it determines that the schedule has finished and the computer shuts down, disconnecting the internet automatically. IDM automatically dials the internet connection at start queue time to start downloading the files in queue |
| | |
| | #9 | ||
| Gold Member Join Date: Mar 2008 Location: Block-112232, Tunnel 3, 5th Moon, Ghost Planet , Insane galaxy Age: 27
Posts: 653
Blog Entries: 1
Rep Power: 2 | Quote:
Quote:
| ||
| | |
| | #10 |
| Guest
Posts: n/a
| I think keeping dialler independent of the scheduler will be a better idea. |
| |
| | #11 |
| Platinum Member | Use Auto power on and shutdown, though i havent used but my friend says it performs very well else wise use the batch files to rebot the modem/router and configure your windows task scheduler, as it is more reliable |
| | |
| | #12 |
| Bronze Member Join Date: May 2008 Location: Karad Age: 15
Posts: 208
Rep Power: 2 | [b] can anybody tell a complete tutorial for Auto power on and shutdown i am too searching for it, i am on bridge mode. |
| | |
| | #13 | |
| Gold Member Join Date: Mar 2008 Location: Block-112232, Tunnel 3, 5th Moon, Ghost Planet , Insane galaxy Age: 27
Posts: 653
Blog Entries: 1
Rep Power: 2 | Quote:
http://www.indiabroadband.net/bsnl-b...tml#post153503 (NU downloading time) | |
| | |
| | #14 |
| Guest
Posts: n/a
| I found a software which can be used to redial if connection fails. Thought of sharing. Please find it here Description: " ReConnect is a free utility that will automatically reconnect an internet connection when it disconnect " Another one, ADSL Autoconnect Description: . Open an ADSL connection at Windows' Startup · Automatically reconnect · Reinitialize the connection every X hours · Notify IP address changes (Mail, FTP, Post) · Show transfer rates Last edited by meetdilip; 05-15-09 at 12:09 AM. Reason: Automerged Doublepost |
| |
| | #15 |
| Silver Member Join Date: Apr 2008 Location: delhi Age: 23
Posts: 420
Rep Power: 2 | 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 ........... Last edited by eruptionjoojo; 05-15-09 at 09:57 AM. |
| | |
| | #16 |
| Guest
Posts: n/a
| To add, First Step: 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 Second Step: 1. Go to START>ACCESSORIES>SYSTEM TOOLS>SCHEDULE TASK Schedule task wizard will start>click next 2. Click "Browse" and select "connect.bat" 3. Type the task name (anything you want) and then select "Daily".Now to configure how to run it during Night Unlimited. Click Next. Now set the start time to something like say....2.05 a.m. Set Everyday from the Perform this task option right below that and start date to today's date. Click Next Enter your username and pass on the Next page. Click Finish. __________________ Just for information Manually : first go to start---->run type telnet Enter if some black window open then you are able to run telnet now again start---->run type telnet 192.168.1.1 Enter Last edited by meetdilip; 05-15-09 at 04:08 PM. Reason: Automerged Doublepost |
| |
| | #17 | |
| Silver Member Join Date: Apr 2008 Location: delhi Age: 23
Posts: 420
Rep Power: 2 | Quote:
![]() infact i had thought about mentioning the batch file method as well but it is a bit complicated as it involves creating a batch file etc. .............. which at times maybe difficult for a new user ..... but anyways thanxx a for the additional info (the Batch file method) as well .............. | |
| | |
| | #18 |
| Guest
Posts: n/a
| |
| |
| | #19 | |
| Gold Member Join Date: Mar 2008 Location: Block-112232, Tunnel 3, 5th Moon, Ghost Planet , Insane galaxy Age: 27
Posts: 653
Blog Entries: 1
Rep Power: 2 | Quote:
1 minute max creating two schedules for both 2 minutes more total 3 minutes | |
| | |
| | #20 | |
| Silver Member Join Date: Apr 2008 Location: delhi Age: 23
Posts: 420
Rep Power: 2 | Quote:
but anyways i had quoted so becoz i thought anything with a Name say batch file sounds like a GREEK for some users (new obviously)............ although i knew that method as well ........ and nothing to do with time ............. it's to do with complexity for a new user . | |
| | |
| Tags |
| configuration |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UT300R2U Configuration | shubham96 | BSNL broadband | 5 | 01-15-09 02:11 PM |
| utorrent configuration | vivekbme | BSNL broadband | 6 | 12-27-08 03:54 PM |
| Router configuration - Please help | JakeF | BSNL broadband | 3 | 12-25-08 06:16 AM |
| Configuration for zte zxdsl 831(all) | mahan2607 | BSNL broadband | 3 | 11-25-08 08:24 PM |
| Configuration issue | bakwasbsnlbband | BSNL broadband | 4 | 04-29-08 09:33 AM |