Benutzer-Werkzeuge

Webseiten-Werkzeuge


content:serverbasics:network-dyndns

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
content:serverbasics:network-dyndns [2025/07/10 20:38] – [DDclient] obel1xcontent:serverbasics:network-dyndns [2025/07/10 20:39] (aktuell) obel1x
Zeile 37: Zeile 37:
  
 How the rebind protection work: DNS queries to your Router won't return the IP of the service. So if you experience, that ''dig to 8.8.8.8'' will work, but ''nslookup'' does not - check the rebind protection! How the rebind protection work: DNS queries to your Router won't return the IP of the service. So if you experience, that ''dig to 8.8.8.8'' will work, but ''nslookup'' does not - check the rebind protection!
- 
- 
 ===== Modem Setup ===== ===== Modem Setup =====
  
Zeile 69: Zeile 67:
 After that, check if your device has an temporary adress with ''ip addr'' After that, check if your device has an temporary adress with ''ip addr''
  
-*** Not finished - i have not found any docs at ddclient, how to get the interface temporary adress working, made up [[https://github.com/ddclient/ddclient/issues/651|https://github.com/ddclient/ddclient/issues/651]] *** +*** Not finished - i have not found any docs at ddclient, how to get the interface temporary adress working, made up [[https://github.com/ddclient/ddclient/issues/651|https://github.com/ddclient/ddclient/issues/651]] *** For the time beeing, i will be fine using the non- private adress.
-For the time beeing, i will be fine using the non- private adress. +
 ===== DynDNS Provider ===== ===== DynDNS Provider =====
  
Zeile 183: Zeile 179:
     # send the authenticated soap request     # send the authenticated soap request
     auth = HTTPDigestAuth(username, password)     auth = HTTPDigestAuth(username, password)
-    device = "http://sandwlanmaker:49000" + req_endpoint+    device = "http://fritz.box:49000" + req_endpoint
     headers = {'soapaction': soapaction, 'content-type': 'text/xml','charset': 'utf-8'}     headers = {'soapaction': soapaction, 'content-type': 'text/xml','charset': 'utf-8'}
     envelope = raw_envelope.format(service=service, action=action)     envelope = raw_envelope.format(service=service, action=action)
Zeile 199: Zeile 195:
  
 </file> </file>
- 
  
 ==== Debugging ==== ==== Debugging ====
content/serverbasics/network-dyndns.txt · Zuletzt geändert: von obel1x

Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki