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

Continue reading “HostEurope dynDNS mit Raspberry Pi – Docker”

Script to create Public/Private-key SSH login without password (UPDATE: added port settings)

SSH_Communications_Security_logo.svgTo increment your servers security one position might by to disable ssh login with password and use certificated login instead. But if you are not familiar withe the given tools, creating the requested certificates and how to install them on the server and your client the following script will help you. Just run it on your Mac or *nix system.  Continue reading “Script to create Public/Private-key SSH login without password (UPDATE: added port settings)”

IPv6 vs. IPv4 t- 100d Der Countdown hat begonnen.

Noch ca. 100 Tage, dann sind die Tage der frei verfügbaren IPv4 Adressen gezählt. Doch noch immer lässt IPv6 auf sich warten. Weder Endkunden noch eine Vielzahl der Serverbetreiber haben die Möglichkeit sich für das neue Netz vorzubereiten.

Continue reading “IPv6 vs. IPv4 t- 100d Der Countdown hat begonnen.”