ich habe ddclient installiert und configuriert. Allerdings aktualisiert er nicht wie er es soll. Hier ist alles was ich zu diesem Thema gefunden habe. Ich komme allein nicht mehr weiter. Sensible Daten sind abgeändert worden. Ich hoffe das geht mit dem NoPaste Link. In der vorschau ging es nicht.
sudo /etc/init.d/ddclient status
Code: Alles auswählen
● ddclient.service - LSB: Update dynamic domain name service entries
Loaded: loaded (/etc/init.d/ddclient)
Active: inactive (dead)
38872
sudo ddclient -daemon=0 -debug -verbose -noquiet
38873
sudo cat /etc/ddclient.conf
Code: Alles auswählen
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=dyndns2
use=web, web=checkip.spdns.de
server=update.spdns.de
#ssl=yes
login=meinlogin
password='meinpw'
me@.my-gateway.de
Code: Alles auswählen
# Configuration for ddclient scripts
# generated from debconf on Fr 9. Okt 14:08:54 CEST 2015
#
# /etc/default/ddclient
# Set to "true" if ddclient should be run every time DHCP client ('dhclient'
# from package isc-dhcp-client) updates the systems IP address.
run_dhclient="false"
# Set to "true" if ddclient should be run every time a new ppp connection is
# established. This might be useful, if you are using dial-on-demand.
run_ipup="false"
# Set to "true" if ddclient should run in daemon mode
# If this is changed to true, run_ipup and run_dhclient must be set to false.
run_daemon="true"
# Set the time interval between the updates of the dynamic DNS name in seconds.
# This option only takes effect if the ddclient runs in daemon mode.
daemon_interval="60s"