- Mitglied seit
- 20 Mai 2014
- Beiträge
- 26
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo!
Ich Suche ein fertiges Package oder eine DAU-Schritt-für-Schritt-Anleitung, wie man bei aktuellen FRITZ!Boxen einen Reconnect durchführt.
Vorhanden:
FRITZ!OS: 06.50 - Box: 7362 SL
Statusinformationen über UPnP übertragen ist aktiv.
Win7 x64.
Es soll wohl über cURL gehen. Also habe ich folgendes getan:
1. curl.exe runtergeladen für Win7-x64: http://winampplugins.co.uk/curl/
2. reconnect.bat Datei erstellt mit folgendem Inhalt den ich gefunden habe:
oder
3. reconnect.bat (zusammen im Ordner mit der curl.exe) ausgeführt. Leider tut sich da nicht wirklich was. Die IP bleibt gleich und in der Kommandozeile von Windows wird auch kein Fehler beim Ausführen angezeigt. Ich sehe nur den Inhalt der .bat .
Kann jemand helfen?
Ich Suche ein fertiges Package oder eine DAU-Schritt-für-Schritt-Anleitung, wie man bei aktuellen FRITZ!Boxen einen Reconnect durchführt.
Vorhanden:
FRITZ!OS: 06.50 - Box: 7362 SL
Statusinformationen über UPnP übertragen ist aktiv.
Win7 x64.
Es soll wohl über cURL gehen. Also habe ich folgendes getan:
1. curl.exe runtergeladen für Win7-x64: http://winampplugins.co.uk/curl/
2. reconnect.bat Datei erstellt mit folgendem Inhalt den ich gefunden habe:
Code:
curl "http://fritz.box:49000/upnp/control/WANIPConn1" -H "Content-Type: text/xml; charset="utf-8"" -H "SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination" -d "<?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>"
Code:
curl "http://fritz.box:49000/upnp/control/WANIPConn1" -H "Content-Type: text/xml; charset="utf-8"" -H "SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination" -d "<?xml version="1.0" encoding="utf-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:ForceTerminationResponse xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1"></u:ForceTerminationResponse> </s:Body> </s:Envelope>
Kann jemand helfen?