1
23.1 Legacy Series / Re: DynDNS with ddclient
« on: March 14, 2023, 07:25:10 am »Just running through OpnSense setup for the first time.
Is there any issue with DynDNS.com support in ddclient? I've set up the service much as I had previously on pfsense but I'm seeing some odd errors:
Service: DynDNS.com
Username: <entered>
Password: <client key>
Wildcard: Unchecked
Hostname: <hostname.dyn.com>
Check IP Method: Interface
Check IP Timeout: 10
ForceSSL: Checked
Interface to monitor: WAN
Current IP never gets updated, or a last updated time appear. Also errors in debug log:
FAILED: was not updated because protocol <undefined> is not supported.
FAILED: updating : unexpected status (0)
WARNING: updating : nochg: No update required; unnecessary attempts to change to the current address are considered abusive
FAILED: updating hostname.dyn.com unexpected status (12)
WARNING: found neither IPv4 nor IPv6 address
FAILED: updating hostname.dyn.com: Could not connect to members.dyndns.org.
Has anyone got this working or do people still rely on the older dyndns plugin?
It seems that the protocol is not defined.
Can you check your ddclient.conf (/usr/local/etc/ddclient.conf) for the created entry?
It might be that you have to manually adjust the config.
Here's an example I use for desec.io:
Code: [Select]
syslog=yes # log update msgs to syslog
pid=/var/run/ddclient.pid # record PID in file.
ssl=yes
use=if, if=igb0, \
protocol=dyndns2, \
server=update.dedyn.io, \
login=USERNAME, \
password=PASSWORD \
<DOMAIN>.dedyn.io
You could try either protocol=dyndns1 or protocol=dyndns2.