|
Hi! I have ddclient-3.8.1 on gentoo installed to work with DynDNS. Since the beginning of installation of ddclient I'm being blocked at DynDNS almost after an hour from starting ddclient getting an email that is has been blocked for abusive updates. Here is my config:
(I replace my pass, login and domain for security reasons) from watching after /var/cache/ddclient/ddclient.cache changes I can figure out that it updates the DynDNS servers every 5 mins. That seems like a missbehaviour since 300 sec in configuration of the daemon is the time to check if IP has changed, not to update every 5 min. I've also added
to config, but that didn't help. Did I somehow misconfigured ddclient? Thanks! |
|
What does your log for ddclient show? That should help identify the cause. Edit
|
|
|
Where I can find it's log?
And now my host is completely blocked now without being able to unblock it =( |
You need to change the following line to a higher number:
daemon=300 # check every 300 seconds
I know you say that this isn't the timer responsible for updating the IP, just checking it; although if you think about it, why would they make a script that does checks on the IP without updating it right then and there if needed?
Also 300 Divided by 60 equals 5 <------ There's your 5 minute update cycle right there. Change the above line I showed you from your dyndns update script and when you're done it should look like this:
daemon=600 # check every 600 seconds