CURL script for disconnect/reconnect beetel 110TC1 modem

anfjavid

Disciple
hello guys, my beetel 220bx modem went kaput :( and as a result my modem is replaced with beetel 110TC1.

I have been using CURL script to disconnect/reconnect internet for using with cryptload, rdesc, etc. Can any1 of you tell me how to do this with the CURL script with this 110TC1 modem.

For my old 220bx modem the script was there and i was using it so far. But for this new modem i cant find script and there is no request for the disconnect/reconnect script for this one..

Any 1 plz provide me. Thanx in advance...
 
hey I got the same problem, and I created the .clr file for beetel 110tc1.. its working for me.. here are the contents, copy the script in to notepad and save the file with '.clr' extension:

<CryptLoad>
<Router name="Beetel 110TC1" />
<Command method="Auth" action="" />
<Command method="POST" action="Forms/tools_system_1">
<Parameter name="restoreFlag" value="0" />
<Parameter name="Restart" value="RESTART" />
</Command>
<Command method="GET" action="progress.htm" />
</CryptLoad>
 
Back
Top