Thread: [Script request] Speedport W724V - Reconnect?
View Single Post
  #7  
Old 31.08.2013, 11:03
Eragon
Guest
 
Posts: n/a
Question

Hier das selbe Problem. Habe noch keine Batch-Datei oder ein Skript gefunden, das mit meinem neuen T-COM Speedport W724V Typ A zum Reconnecten funktioniert.

Vorher hatte ich einen Speedport W701V, da hat die folgende Batch-Datei bestens funktioniert:

@echo off
Echo Router reset: T-COM Speedport W 701V
curl **External links are only visible to Support Staff****External links are only visible to Support Staff** -d "login:command/password=meinpasswort"
curl **External links are only visible to Support Staff****External links are only visible to Support Staff** -d "connection0:settings/cmd_disconnect=1"
curl **External links are only visible to Support Staff****External links are only visible to Support Staff** -d "connection0:settings/cmd_connect=1"
echo Created with: Curl Router Reconnect (c) by Dirk Paehl (**External links are only visible to Support Staff**www.paehl.de)

Ich dachte mir, der T-COM Speedport W723V Typ B dürfte dem Speedport W724V Typ A doch am nächsten kommen und habe folgende Batch-Datei ausprobiert:

@echo off
Echo Router reset: T-COM Speedport W723V Typ B
curl -k **External links are only visible to Support Staff****External links are only visible to Support Staff**
echo Created with: Curl Router Reconnect (c) by Dirk Paehl (**External links are only visible to Support Staff**www.paehl.de)

Ich habe hierfür auch curl.exe mit SSL-Unterstützung verwendet. Trotzdem hat es nicht funktioniert.

Das einzige, was bei mir zum Reconnecten des Speedport W724V führt, ist das Stromkabel ziehen und wieder einstecken.
Reply With Quote