We’ve seen two Dynamic DNS clients. We’ll see another one here.
1. First of all, install the program.
$ zypper in ddclient
2. Create the confing file
$ nano /etc/ddclient.conf
with the following content
daemon=5m
timeout=10
syslog=no # log update msgs to syslog
#mail=root # mail all msgs to root
#mail-failure=root # mail failed update msgs to root
pid=/var/run/ddclient.pid # record PID in file.
ssl=yes # use ssl-support. Works with
# ssl-libraryuse=if, if=eth0
server=freedns.afraid.org
protocol=freedns
login=login_name
password=the_password
somedomain.mooo.com
Change the ones that are in bold letters.
3. Start the service
$ systemctl enable ddclient
Reboot
Both comments and pings are currently closed.