mercoledì 13 ottobre 2010

JDownloader e Netgear DG834GT

Due parole veloci solo perché non ho trovato altrove queste info... Per il cambio automatico di IP con JDownloader e router Netgear DG834GT è necessario usare lo script che segue, non va bene quello di default di jdownloader:
[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST]]]
            GET /setup.cgi?todo=disconnect&this_file=st_poe.htm&next_file=st_poe.htm HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]][[[WAIT seconds="30"/]]][[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            GET /setup.cgi?todo=connect&this_file=st_poe.htm&next_file=st_poe.htm HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%
        [[[/REQUEST]]]
    [[[/STEP]]]
[[[/HSRC]]]
Netgear DG834GT
ciao

3 commenti:

Anonimo ha detto...

Funziona perfettamente

Unknown ha detto...

Mi fa molto piacere :)

Anonimo ha detto...

Piccola modifica che permette il cambio di IP in 15 secondi!
ecco lo script:



[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?todo=disconnect&this_file=st_poe.htm&next_file=st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]
[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?todo=connect&this_file=st_poe.htm&next_file=st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]
[[[/HSRC]]]