India Broadband Forum


Automatic rebooting of router at 2 AM and 8 AM

This is a discussion on Automatic rebooting of router at 2 AM and 8 AM within the Broadband How to forums, part of the Indian Broadband Forums category; I myself dont know the reason.. but have seen this kind of issue somewhere else also.....

Go Back   India Broadband Forum > Indian Broadband Forums > Broadband How to

India Broadband Forum


Broadband How to All sorts of technical know how related to internet connections, modems, routers and switches besides other equipment you use for internet connectivity

                      

Reply

 

LinkBack Thread Tools Display Modes
Old 06-03-09, 01:49 AM   #81
Bronze Member
 
limpu.cool's Avatar
 
Join Date: Jan 2009
Posts: 124
Rep Power: 1
limpu.cool is on a distinguished road
Default

I myself dont know the reason.. but have seen this kind of issue somewhere else also..
limpu.cool is offline   Reply With Quote
Old 06-03-09, 01:55 AM   #82
Platinum Member
 
deepmohan's Avatar
 
Join Date: Jan 2009
Location: Chennai
Posts: 807
Rep Power: 3
deepmohan has a spectacular aura aboutdeepmohan has a spectacular aura aboutdeepmohan has a spectacular aura about
Talking

any way thanks a lot i can trust it na...? shall i go fo sleep...?
deepmohan is offline   Reply With Quote
Old 06-03-09, 02:39 AM   #83
Bronze Member
 
limpu.cool's Avatar
 
Join Date: Jan 2009
Posts: 124
Rep Power: 1
limpu.cool is on a distinguished road
Default

Quote:
Originally Posted by deepmohan View Post
any way thanks a lot i can trust it na...? shall i go fo sleep...?
Yes.. You can trust.

But do the following as well

Under NIC Tab.
  • Enable NIC at 02:01
  • Disable NIC at 08:00
  • Use NIC Enable/Disable service.

Under Modem Tab.
  • Reboots at 02:03, 02:10, 02:15, 07:55...
  • Use Modem Reboot service.
  • Sound on....

Under Connectivity Tab.
  • Use connectivity service....

Under Misc Tab.
  • Shutdown during 08:00-09:00 (checked)
  • Launch uTorrent at 02:16.

Lastly.. before going to sleep click on "Disable NIC Now" under NIC tab.
(Assuming you are in PPPoE mode)
limpu.cool is offline   Reply With Quote
Old 06-03-09, 11:38 AM   #84
Platinum Member
 
deepmohan's Avatar
 
Join Date: Jan 2009
Location: Chennai
Posts: 807
Rep Power: 3
deepmohan has a spectacular aura aboutdeepmohan has a spectacular aura aboutdeepmohan has a spectacular aura about
Default

ya it worked now onwards i can have my sleep....
deepmohan is offline   Reply With Quote
Old 06-03-09, 12:21 PM   #85
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
Default

My script is as follows:
Code:
Run telnet.exe
WinWait C:\WINDOWS\system32\telnet.exe
WinActivate C:\WINDOWS\system32\telnet.exe
Send o{SPACE}192.168.1.1{ENTER}
Sleep 2000
WinActivate Telnet 192.168.1.1
Send admin{ENTER}
Sleep 2000
WinActivate Telnet 192.168.1.1
Send <password>{ENTER}
Sleep 5000
WinActivate Telnet 192.168.1.1
Send reboot{ENTER}
Sleep 70000
WinActivate Telnet
Send a{ENTER}
Sleep 2000
WinActivate Telnet
WinClose Telnet
In the above script, replace <password> with your own password.
just4kix is offline   Reply With Quote
Old 06-03-09, 02:46 PM   #86
Bronze Member
 
nethack's Avatar
 
Join Date: Aug 2008
Posts: 116
Rep Power: 2
nethack is on a distinguished road
Default

@deepmohan

192.168.1.1 23
WAIT "*"
SEND "admin\m"
WAIT "*"
SEND "admin\m"
WAIT ""
SEND "reboot\m"
WAIT "reboot\m"
SEND "exit\m"
WAIT "*"
SEND ""

Shall also work for you.
nethack is offline   Reply With Quote
Old 06-03-09, 04:11 PM   #87
Platinum Member
 
deepmohan's Avatar
 
Join Date: Jan 2009
Location: Chennai
Posts: 807
Rep Power: 3
deepmohan has a spectacular aura aboutdeepmohan has a spectacular aura aboutdeepmohan has a spectacular aura about
Default

Quote:
Originally Posted by nethack View Post
@deepmohan

192.168.1.1 23
WAIT "*"
SEND "admin\m"
WAIT "*"
SEND "admin\m"
WAIT ""
SEND "reboot\m"
WAIT "reboot\m"
SEND "exit\m"
WAIT "*"
SEND ""

Shall also work for you.
i have tried this script also it works but when i schedule a reboot it gives up what happens is while reboot the LED's on modem dont go off it remains like that only and the connection is lost i cant surf any more then i will have to manually reboot the modem.

this one working fine for me:

192.168.1.1 23
WAIT "*"
SEND "admin\m"
WAIT "*"
SEND "admin\m"
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 ""
deepmohan is offline   Reply With Quote
Old 07-13-09, 07:57 AM   #88
Junior Member
 
himanshupt's Avatar
 
Join Date: Apr 2009
Age: 22
Posts: 19
Rep Power: 1
himanshupt is on a distinguished road
Default

First of all I am using Windows 7 in which telnet application is not preactivated....
After I activated it .... though telnet command was getting accepted

but reboot command is still not getting accepted!!!! (see for yourself!!!!)



I am sad to say that the Imran utility is not working out in Windows 7 x64 RC/...

IN THE CONFIGURATION part of the software when I hit Start.....
Some execution takes place.....And finally it tells

"It seems modem was not restarted"

It appers the "" reboot" command is not getting accepted....

Plz somebody help me..... Anyone using windows 7 here, tell your experience of using this Imrans software or atleast this methodology of using the batch file!!!!.....

Whether the modem gets restarted or not using it in Windows 7 (specifically....)

Expecting reply soon....Later!!!

Last edited by himanshupt; 07-13-09 at 08:16 AM.
himanshupt is offline   Reply With Quote
Old 07-26-09, 11:53 AM   #89
Bronze Member
 
limpu.cool's Avatar
 
Join Date: Jan 2009
Posts: 124
Rep Power: 1
limpu.cool is on a distinguished road
Default

IN THE CONFIGURATION part of the Imran's Utility software.. put "system restart" instead of reboot.
limpu.cool is offline   Reply With Quote
Old 08-01-09, 02:17 AM   #90
Bronze Member
 
Join Date: May 2009
Age: 52
Posts: 122
Rep Power: 2
vijaykhairnar will become famous soon enoughvijaykhairnar will become famous soon enough
Default

I have ADSL2+ Router iB-LR6111A (iball Baton). I edited the script as follows and it works perfectly for my router.

Run telnet.exe 192.168.1.1
Sleep 2000
Send admin{ENTER}
Sleep 2000
Send set reboot{ENTER}
Sleep 7000
WinActivate Telnet
WinClose Telnet
vijaykhairnar is offline   Reply With Quote
Old 08-01-09, 03:12 PM   #91
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
Default

Quote:
Originally Posted by vijaykhairnar View Post
I have ADSL2+ Router iB-LR6111A (iball Baton). I edited the script as follows and it works perfectly for my router.

Run telnet.exe 192.168.1.1
Sleep 2000
Send admin{ENTER}
Sleep 2000
Send set reboot{ENTER}
Sleep 7000
WinActivate Telnet
WinClose Telnet
Thanks for the contribution. Rep awarded.
just4kix is offline   Reply With Quote
Old 08-01-09, 05:50 PM   #92
Bronze Member
 
Join Date: May 2009
Age: 52
Posts: 122
Rep Power: 2
vijaykhairnar will become famous soon enoughvijaykhairnar will become famous soon enough
Default

Quote:
Originally Posted by just4kix View Post
Thanks for the contribution. Rep awarded.
Thanks.

Rep +1

Port forwarding For This Router :

http://www.indiabroadband.net/bsnl-b...tml#post215278 (ADSL2+ Router iB-LR6111A (iball Baton))

Last edited by vijaykhairnar; 08-01-09 at 07:48 PM.
vijaykhairnar is offline   Reply With Quote
Old 08-24-09, 10:29 PM   #93
Junior Member
 
Join Date: Aug 2009
Age: 27
Posts: 1
Rep Power: 0
luckyros is on a distinguished road
Default

i am unable to run the script properly. i am using Dlink GLB-802c router. and my operation system is windows vista. i have tried all the scripting possibilities but its not working.

Please help me.......
luckyros is offline   Reply With Quote
Old 08-25-09, 01:05 AM   #94
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
Default

Quote:
Originally Posted by luckyros View Post
i am unable to run the script properly. i am using Dlink GLB-802c router. and my operation system is windows vista. i have tried all the scripting possibilities but its not working.

Please help me.......
Telnet application is disabled by default in Vista. Have you enabled Telnet?

Also some of the commands differ from router to router. There are some who have posted some different commands. Try these.

I am not an expert at scripting. As you can see from the first post, I made this thread from someone else's thread.
__________________
*** Never argue with an idiot ***


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

-------------------------------------------------------------------------------------------
just4kix is offline   Reply With Quote
Old 10-29-09, 04:08 PM   #95
Junior Member
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0
karts is on a distinguished road
Default

Thanks for creating this wonderful thing. A must for broadband user.
karts is offline   Reply With Quote
Reply

Tags
automatic, bsnl, bsnl night unlimited, modem, rebooting, router, schedule, scheduling

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Tata Indicom Telenet Tndsl 2120 Router And Linksys Wireless Router Settings ziahaq21 Tata Indicom broadband 7 08-08-09 06:17 PM
Automatic Router Reboot & Scheduling torrent clients (tutorial) Procrush BSNL broadband 18 04-08-09 09:50 PM
Help needed on Billion 5200S ADSL Router Config anserkk Tata Indicom broadband 8 02-06-09 07:40 PM
Configuring wireless router with Zeenext ankroh ZeeNext 0 12-19-07 03:15 AM
want information abt rebooting router in590 nu aashu_gpt MTNL broadband 1 03-27-07 05:08 AM


All times are GMT +5.5. The time now is 07:13 PM.


India Broadband Forum