restart betel adsl2+ model in a regular interval

  • Thread starter Thread starter netant
  • Start date Start date
  • Replies Replies 11
  • Views Views 4,112

netant

۩ ŚŧäГЏЅ ΞПЖ
Messages
845
Location
Somewhere
ISP
.
Does anyone know or is it possible to restart my betel adsl2+ modem in a regular interval of 1hr. (if possible renewing my IP with it)
Creating some batch file or wit any tricks ??
i think this trick might work out for me .

thanks a lot in advance.:)

FYI:- i have this Auto Rebooting MTNL ADSL Modem For Night Unlimited Plans | SaNdMaX == Life Is Progressive == its not working ..
the problem is after doing all things right it not automatically login-in.
its stopped in the screen when it want the user to put login ID password manually.
after doing it manually also its not able to reboot the modem.

Mirror:- https://broadband.forum/bsnl-dataone-broadband/21851-wanted-magicians/
 
Default ID admin password password. for Beetel 220BXAdsl2+modem.


3 - make sure that the username and password of ur modem are both‘admin’. if not, then open up reboot.txt and edit it to use ur password
this is what the script looks like
———————————-
192.168.1.1 23
WAIT “login”
SEND “admin\m”
WAIT “password”
SEND “admin\m” (if ur password is different u only need to edit this line)
WAIT
SEND “reboot\m”
WAIT
SEND “exit\m”
 
i did read it....Long time back i used to use a similar script to do a port forward in the Yozan modem of the old...:)
 
Use this as a script 192.168.1.1 23WAIT "Login"SEND "admin\m" (enter your login ID here)WAIT "Password"SEND "password\m" (enter your password here)WAIT "->"SEND "13\m"WAIT "==>"SEND "1\m"WAIT "The system shell is being reset. Please wait..."
 
Use this as a script

192.168.1.1 23
WAIT \"Login\"
SEND \"admin\m\" (enter your login ID here)
WAIT \"Password\"
SEND \"password\m\" (enter your password here)
WAIT \"->\"
SEND \"13\m\"
WAIT \"==>\"
SEND \"1\m\"
WAIT \"The system shell is being reset. Please wait...\"

yele tool:-
http://img165.imageshack.us/my.php?image=aelyig7.jpg



widows defaul telnet:-
http://img186.imageshack.us/my.php?image=windowskq0.jpg

im going everything right but this tool in not going forward the login screen its not taking the username password mentioned in script
 
Beetel220Bx adsl2+modem 192.168.1.1/main.html.
see/under management/ access control /and check whether telnet has been selected.
 
Back