This will help you reboot your adsl modem or router..Bsnl/Mtnl users can use this to take advantage of the 2-8am free downloading..Just make sure you run this script at 2:10am and 7:50am..the process is very simple.
Firstly, Download the telnet scripting tool from HERE
Extract the zip file and place it in a folder say tst10 in C drive.. so the location of the files you extracted should be in C:\tst10 ..Now create a new text file(*.txt) in notepad and insert the following lines in it..
USE THIS FOR HUAWEI MT800,880 ETC
192.168.1.1
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT ">"
SEND "system restart\m"
WAIT ">"
USE THIS FOR HUAWEI MT882
192.168.1.1 23
WAIT "login"
SEND "root\m"
WAIT "Password"
SEND "admin\m"
WAIT ">"
SEND "shell\m"
WAIT "#"
SEND "reboot\m"
WAIT ""
USE THIS FOR UT300R2U
192.168.1.1 23
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "\madmin\m"
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "reboot\m"
WAIT
USE THIS FOR SIEMENS sl2_141
192.168.1.1 23
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "\madmin\m"
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "13\m"
WAIT
SEND "13\m"
WAIT
SEND "1\m"
WAIT
SEND "1\m"
WAIT
SEND "exit\m"
WAIT
SEND "exit\m"
NOTE: above script is written considering that your modem/router ip address is 192.168.1.1 and username and password is admin.These are default values, incase you have changed them, please change it in the script also.
Save this to a file say script.txt so script.txt should be in C:\tst10 .. Now create a batch file(*.bat) in notepad and enter the following lines
cd c:\tst10
tst10.exe /r:script.txt
Let it be saved as restart.bat .To save it as a BATCH file.. click on file->save as and in the file name type "restart.bat" including the quotes..Place restart.bat in C:\tst10 .. Now go to control panel and go to schedule tasks.. and add this batch file (restart.bat) to run at 2:10am and 7:50am respectively..Thats it your done..
NOTE:Incase you have Huawei or UT300R2U use the appropriate scripts..Incase you have any other modem better to use the Huawei script and edit it a bit..If you notice in the Huawei script .. the command to restart is "system restart" and in the UT300R2U the command is "reboot"..So the command can vary from model to model.. Incase you have any other model please google it and find out the reboot command and replace it accordingly!!
|
204
comments
]
204 comments
«Oldest ‹Older 201 – 204 of 204 Newer› Newest»Here's my script for Dlink DSL-2750u:
192.168.1.1 23
WAIT "username:"
SEND "admin\m"
WAIT "password:"
SEND "xxxx\m"
WAIT
SEND "reboot\m"
WAIT
SEND "exit\m"
SEND "y\m"
thanks alot.
u r excellent.
Thanks a lot for this post, very helpful.
Played around with the script for my MTNL modem and I'm successfully rebooting the modem everyday using the below
For MTNL 150Mbps Wireless N ADSL2+ Modem Router
192.168.1.1 23
WAIT
SEND "modempassword\m"
WAIT "Binatone>"
SEND "\mset reboot\m"
WAIT "Binatone>"
SEND "exit\m"
Mr. Prash, can you please give me a format for how can i block my router from hacking... that hacker is great! And he can built or hacking some files deeply.. i mean to say byte by byte.. so please teach me a hardwork to block hackers deeply... thanks in advance..
Post a Comment