HostEurope dynDNS mit Raspberry Pi – Docker

Docker_(container_engine)_logo

Voraussetzungen:

  • dynamische IP-Adresse
  • Domain bei HostEurope
  • Raspberry Pi mit Docker Image (Aktuelles Raspbian mit angepasstem Docker-Linux-Kernel)

Installation / Config / Start:

  • docker pull andreasprang/hosteurope_dyndns_arm
  • sudo docker run -d –restart=always -e KUNDENNR=123456 -e PASSWORD=mySecurePass -e DOMAIN=domain.ltd -e HOSTID=12345678 andreasprang/hosteurope_dyndns_arm

Für details: Dockerfile und Script bei gitHub für AMD64/x86

Parameter hostid finden:

  1. KIS (https://kis.hosteurope.de/administration/domainservices/index.php?menu=1&mode=autodns) einloggen
  2. Administration -> Domainservices -> AutoDNS … -> … [Editieren]
  3. letzte Zeile in Tabelle “Hostnamen”: subdomain – A – 1.1.1.1 [Neu anlegen]
  4. Seitenquelltext nach subdomain.meinedomain.de durchsuchen
  5. nach hostid suchen –> Zahl daneben merken