View Single Post
  #20  
Old 21.11.2010, 19:50
satanetto
Guest
 
Posts: n/a
Default Reconnection script for Speedtouch 706

Hi all,

this is a working reconnection script for the Speedtouch 706 (6.2.29.2).
I got it from an existing script for an earlier Speedtouch model, which was here on the wiki,
simply replacing the name and the line starting with POST

Keep in mind that you have to fill in the fields username (Administrator), password, and router IP (192.168.1.254) in the gui.

Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[DEFINE routername="Speedtouch 706"/]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /?be=0&l0=-1&l1=-1
            Host: %%%routerip%%%

            0=13&1=Internet&5=1
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /?ce=1&be=0&l0=-1&l1=-1 
            Host: %%%routerip%%%

            0=12&1=Internet&5=1
        [[[/REQUEST]]]
    [[[/STEP]]]
   
[[[/HSRC]]]
enjoy
Reply With Quote