CHECK dis post.........a problem to many 849 nu users........reboot script for modem....

  • Thread starter Thread starter Predator
  • Start date Start date
  • Replies Replies 30
  • Views Views 4,818

Predator

Newbie
Messages
75
Location
NA
ISP
MTNL Broadband & AIrtel
Guys....i seriously require ur help........

I have MTNL 882 modem provided by mtnl.......n am on vista ultimate......

I want a script to reboot modem automatically......I searched every forum...every post...also google...i nearly spent 4 hrs in search of dis.....also i gt many scripts...bt none of dem worked......

Also i have enabled telnet client n server in vista....so tats nt d problem......

plz dnt suggest me to change over to bridge mode.........cuz i fell secured wid pppoe.......

guys....suggest sumthing....i wud be very grateful if sum1 can resolve dis problem......n also d many oder mtnl users whu r in a search of dis......😉

Regards-
PREDATOR
 
bridge mode and FDM. Nothing else required.
 
there is no issue over bridge mode if u have adequate firewalls... infact its more secure than pppoe... n its a best solution....
 
Ok....bt can U give me detailed procedure for modem MT 882?or any link to tat?
 
there's wiki of this site.. that should help... also it has been discussed/explained so many times on this forum... spend another few minutes searchin, u'll get it....
 
@predatorCheck sticky post in BSNL forum.Latest Release Imran's Broadband Helper.( some problem about editing the start/time end time I think .)Type "scheduler for NU" in SEARCH above. You get 10 links of IBF.Type the good old original "tst10" and you get 10 links again.
 


dude i tried tat imraan utility...... bt when i schedule modem to restart.....

it doesnt reboots modem.....gives dis error in error log.....

13/10/2008 21:11:26 > Unable to Reboot Modem - Invalid Responce help

Plz Help......
 
try the telnet scripting tool as mentioned by essbebe(tst10).. that would work.. this is the code for it ..this hopefully would work


192.168.1.1
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT ">"
SEND "system restart\m"
WAIT ">"
 
after applying above script i get dis error in error log.........

13/10/2008 22:24:37 > Invalid telnet Commands file : Command Pairs must be even.
 
I tried this script in both tst10 n also in imraan broadband.............wen i started reboot.bat with the above mentioned script.......it gets stuckat waiting for login.....I have placed the files in c:/ Reboot
 
you may need to modify the code a bit.. please post screenshot of the window where you are getting stuck and of the code you are currently using..
 
ok dude........i tried another script.......

192.168.1.1 23
WAIT "login"
SEND "root\m"
WAIT "Password"
SEND "admin\m"
WAIT "#"
SEND "reboot\m"
WAIT "#"

My router user id is admin.......bt wen i enter root as user id in telnet den only it goes ahead.......why is it lyk dis?

so nw wen i tried d mentioned script....nw it gets stuck at waiting for #

Here is the screenshot of my prob dude.......

http://img148.imageshack.us/my.php?image=capturevy7.jpg
 

Top