Setup dnsHome.de DDNS Service

ddclient

This is a example configuration for ddclient, please replace the placeholder "SUBDOMAIN", "DOMAIN", "TLD" und "PASSWORT" with your values.

/etc/ddclient.conf:

protocol=dyndns2
ssl=yes # Requires ddclient >= 3.7
daemon=3600
use=web, web=ip.dnshome.de
server=www.dnshome.de
login=SUBDOMAIN.DOMAIN.TLD
password=PASSWORT
SUBDOMAIN.DOMAIN.TLD

If you need help, please send us the output from the "ddclient -daemon=0 -debug -verbose -noquiet" via Email or in our public Forum .

ddclient with DS-Lite / IPv6 only

ddclient on a device behind DS-Lite or IPv6 only (Prefix), can perform the ddns update directly with the IPv6 address from the device.

/etc/ddclient.conf:

protocol=dyndns2
ssl=yes # requires ddclient >= 3.7
daemon=3600
usev6=if, if=eth0 # Please check the correct inferface
if-skip=Scope:Link
server=www.dnshome.de
login=SUBDOMAIN.DOMAIN.TLD
password=PASSWORT
SUBDOMAIN.DOMAIN.TLD