View Single Post
  #39  
Old 25.06.2011, 11:52
supaman
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by hot12345 View Post
linksys wag200g HELP!

--------------------------------------------------------------------------------

i have a couple problems..
look..

I have a linksys wag200g router.. but i want to refresh my IP.

but i can get in my router on the PC.. but my quistion is.. i can't logg in with wirreless
first of all, the administration of the linksys via wireless can be enabled or disabled. please check this.


script for the JD build in reconnect engine:

Quote:
[[[HSRC]]]

[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

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

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

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=Setup.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]


[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=Status.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]


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

ctype=pppoe&ifstatus=Up&todo=disconnect&this_file=Status.htm&next_file=Status.htm&message=
[[[/REQUEST]]]
[[[/STEP]]]

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

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

ctype=pppoe&ifstatus=Down&todo=connect&this_file=Status.htm&next_file=Status.htm&message=
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]
Reply With Quote