BSNL Broadband: urgent help required

  • Thread starter Thread starter sumatrix9
  • Start date Start date
  • Replies Replies 37
  • Views Views 8,603
@soumatrix9There is no wireless availability. Your Post No 25.If you need it you can try the settings , and you can use your laptop in any roomin your house ((*conditions apply! reg range/distance etc )
 
my modem restartin problem has not been solved yet.. can u pl guide me step by step on that?
 
I have the same problem with this router.

Here is my script, WAIT ">" doesn't work but a simple WAIT does.

192.168.1.1 23
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "reboot\m"
WAIT

and screen shots of original Windows Telnet session and TST10.


http://img187.imageshack.us/img187/4531/telnetreboot.jpg

http://img22.imageshack.us/img22/9540/rebootmodem.jpg
 
try thisUSE THIS FOR UT300R2U192.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
 
This worked a treat, thanks! I'd given up with TST and started using ZOC Terminal, which worked fine but is free for 30 days and $99 USD to buy so not really any good long term.Any ideas why it requires the logins to happen twice?
 


It is simply, software problem. You need to understand this that the Broadband's interface is the only interface bound to the Modem hardware correctly. All the other softwares you use to control the Device have only half the functions valid. Even if they seen working they are actually not. This means that you are actually fooling the Modem. The time your Modem switches off, it is not actually giving off the connection.The simple way, try another software to perform the same operation what you are trying to do now with this software.
 

Back