ddclient errors on: ddclient[18676]: WARNING: found neither ipv4 nor ipv6 address ddclient.conf: daemon=300 # check every 300 seconds syslog=yes # log update msgs to syslog mail=root # mail all msgs to root mail-failure=root # mail failed update msgs to root ssl=yes # use ssl-support. Works with protocol=googledomains login=xxxxxxxxxxxxx password=xxxxxxxxxxxxxxxxxx mydomain.ddd Getting emails with: WARNING: found neither ipv4 nor ipv6 address regards, ddclient@codeweave.net (version 3.9.0)
changed config and warning stopped: protocol=dyndns2 use=web server=domains.google.com ssl=yes login=generated_username password=generated_password your_resource.your_domain.tld
*** This bug has been marked as a duplicate of bug 672338 ***
(In reply to Matt Turner from comment #2) > > *** This bug has been marked as a duplicate of bug 672338 *** This is not a duplicate. My network is fully up when I get the warning, doing /etc/init.d/ddclient (start|restart): WARNING: found neither ipv4 nor ipv6 address in /var/log/messages When I change the ddclient.conf to: protocol=dyndns2 use=web server=domains.google.com ssl=yes login=... password=... your_resource.your_domain.tld Warning goes away. I think if you look at the patch in https://sourceforge.net/p/ddclient/mailman/message/36416530/ there is a fix for it.
(In reply to gary artim from comment #3) I think if you look at the patch in > > https://sourceforge.net/p/ddclient/mailman/message/36416530/ > > there is a fix for it. Does the patch fix your problem?