AVM - FritzBox
Posted by Jay Downloader, Last modified by Jiaz on 28 April 2017 10:27 AM

FRITZ!Box Reconnect

 Activate UPNP

By default, UPNP is already activated. If not, follow these steps:

Enter the login page of your FRITZ!Box (http://fritz.box  http://192.168.178.1) and enter the password.

Settings

Maybe you have to click on “Settings” in the overview of your routers webinterface.

  1. Click on “System” (shows the submenu)
  2. Click on “Network Settings”
  3. Activate UPNP
  4. Apply your changes

Set up the Reconnect script


Script:

[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
POST /upnp/control/WANIPConn1 HTTP/1.1
Host: %%%routerip%%%:49000
Content-Type: text/xml; charset="utf-8"
SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination

<?xml version='1.0' encoding='utf-8'?> <s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'> <s:Body> <u:ForceTermination xmlns:u='urn:schemas-upnp-org:service:WANIPConnection:1' /> </s:Body> </s:Envelope>
[[[/REQUEST]]]
[[[/STEP]]]
[[[/HSRC]]]