freenas inadyn[35644]: Failed to get IP address for default@dnsomatic.com, giving up!

KevDog

Patron
Joined
Nov 26, 2016
Messages
462
I have really bad luck for freenas dynamic dns updater.

I had errors with the no-ip and now I'm having similar but different error with dns-o-matic.

Here is the error repeated many times in my log:
Code:
freenas inadyn[35644]: Failed to get IP address for default@dnsomatic.com, giving up!


My setting for dns-o-matic are as follows:
dnsomatic
Check IP server SSL --Unchecked
Check IP server - ipv4.icanhazip.com
Check IP path - blank
Domain name - all.dnsomatic.com
Username - My DNS-O-Matic User Name
Password - My DNS-O-Matic Password
Update Period - 300

I have no idea my client is looking for IP address at default@dnsomatic.com --- Doesn't make any sense.
 
D

dlavigne

Guest
Were you able to resolve this? If not, is this on 11.2-U6?
 

bzeidan

Cadet
Joined
Apr 8, 2018
Messages
5
Problem persists, although updater seems to be working.
Have the same issue. Console is filled with these messages:
Dec 26 11:33:03 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 11:53:18 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 12:13:40 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 12:24:04 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 12:39:29 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 12:59:44 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 13:04:48 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 13:14:56 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 13:20:01 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 13:35:29 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 13:55:46 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 14:21:39 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!
Dec 26 14:37:01 nas-central inadyn[3293]: Failed to get IP address for default@dnsomatic.com, giving up!

My configuration is similar:
Provider: dnsomatic.com
CheckIP Server SSL --Unchecked (Tried "checked" and "unchecked" and result is the same)
CheckIP Server - yip.dnsomatic.com
CheckIP path - <blank>
SSL - unchecked
Domain name - <my alias>
Username - <my dnsomatic username>
Password - <my dnsomatic password>
Update Period - 300
 

bzeidan

Cadet
Joined
Apr 8, 2018
Messages
5
Corresponding inadyn.conf file appears not to include the CheckIP configuration:

mynasl:/usr/local/etc % cat inadyn.conf

period = 300
provider default@dnsomatic.com {
ssl = false
username = <my user>
password = '<my password>'
hostname = { "<my alias>" }
}
 

bzeidan

Cadet
Joined
Apr 8, 2018
Messages
5
Latest stable:
OS Version:
FreeNAS-11.2-U7
(Build Date: Nov 19, 2019 0:4)
Processor:
Intel(R) Xeon(R) CPU D-1521 @ 2.40GHz (1 cores)
Memory:
16 GiB
 

bzeidan

Cadet
Joined
Apr 8, 2018
Messages
5
Thank you, I will wait for a stable 11.3 release to give a try... Although the bug description is a bit different, I understand the fix might apply for both situations.
 
Top