Thread: [Reconnect working] Netgear Router N300 DGN2200v3
View Single Post
  #1  
Old 01.08.2012, 15:26
LordOfThunder
Guest
 
Posts: n/a
Default Netgear Router N300 DGN2200v3

Netgear Router (N300 DGN2200v3) (click on spoiler to get the script)
Spoiler:
Code:
[[[HSRC]]]

[[[STEP]]]
[[[REQUEST]]]
GET /RST_st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

[[[/REQUEST]]]
[[[PARSE]]]
num:setup.cgi.id=([A-Za-z0-9]+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /setup.cgi?id=%%%num%%% HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

todo=disconnect&this_file=RST_st_poe.htm&next_file=RST_st_poe.htm
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[WAIT seconds="5"/]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /RST_st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

[[[/REQUEST]]]
[[[PARSE]]]
num:setup.cgi.id=([A-Za-z0-9]+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /setup.cgi?id=%%%num%%% HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

todo=connect&this_file=RST_st_poe.htm&next_file=RST_st_poe.htm
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]


Hi,

I tried to reconnect my new Netgear Router (N300 DNG2200v3) with the various methods JD offered. When that didn't work I tried RouterReconnect. That did work for the disconnect but for some reason the router doesn't reconnect after that, although I set the connection type to "on Demand".

But If I click on connect in the router config menu, the connection is established immadiately. Does anyone of you have exprience with this kind of problem? Is there a way to force the router to connect again via upnp similar to the forced deconnection?

thanks and so long
Lord

Last edited by Freeloader; 04.09.2012 at 13:19.
Reply With Quote