Dynamic DNS not working

iainfm

Cadet
Joined
Mar 3, 2020
Messages
4
Hi,

I recently upgraded from version 9.something to 11.8u2. Since then, my no-ip dynamic dns isn't updating. I've tried re-configuring it in both the new and classic GUIs, and the configuration file looks right in /usr/local/etc:

Code:
period = 600
provider default@no-ip.com {
    ssl = false
    username = myusername
    password = 'mypassword'
    hostname = { "myhostname.ddns.net" }
}


If I check /var/log/messages, all I see is the service starting and stopping - there's nothing about success or failure or anything else.

Code:
Mar  3 11:17:32 freenas inadyn[9495]: In-a-dyn version 2.2 -- Dynamic DNS update client.
Mar  3 11:18:41 freenas inadyn[9495]: STOP command received, exiting.
Mar  3 11:18:54 freenas inadyn[9592]: In-a-dyn version 2.2 -- Dynamic DNS update client.


If I use the same details to configure my router for ddns it works fine.

Can anyone suggest how to troubleshoot this, please?

Best wishes,
Iain
 

elrodvt

Dabbler
Joined
Mar 31, 2020
Messages
11
Ian, did you ever get this to work?

I see several of these questions unanswered. Does ddns just not work anymore?
I have a dirt simple config that has always worked to dyndns and get similar errors.
Can anyone just paste a working config file for this and what gui input created it?
I'm on 11.3.2.
 
Top