BSNL Broadband: urgent help required

  • Thread starter Thread starter sumatrix9
  • Start date Start date
  • Replies Replies 37
  • Views Views 8,603
Mention router model number also.
 
well i feel your software isnt working well..in your command prompt type telnet 192.168.1.1 23 .. and login to your router via telnet.. and see if you find a command to reboot or a way to reboot.. like press 1 or press 13 etc..
 
after typing telnet 192.168.1.1 23 i get to enter the username and password.after i do that all i see is a ">" sign.that's all
 
then press "?" and press enter .. do you see any output now?
 


then press "?" and press enter .. do you see any output now?

ya a list of commands now after typin ? there is a reboot command too.
 
then i suggest that you use telnet scripting tool to reboot your router.. is "reboot" the command to reboot your router?

yes reboot is the command to do it...how do i use telnet script to fire up automatically like imran's?
 
use this script

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

It hopefully should work.. download telnet scripting tool from here WinSite: Telnet Scripting Tool . save the script to a file say script.txt in a folder c:\tst10 .extract the software files in the tst10 folder..
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 place restart.bat in c:\tst10.. and run restart.bat .. hopefully your modem should reboot.
 

Back