I have tried to set up the service to update DNSomatic but keep having troubles. I fill out the page as follows:
Provider: dnsomatic.com
CheckIPServer SSL: Checked
CheckIP Server: www.checkip.org:443
CheckIP Path: /
Domain name: all.dnsomatic.com
Username: myUserName
Password: myPassword
Update Period: 300
This leaves me with a /usr/local/etc/inadyn.conf file containing the following:
Now, when I enable the service, I get an error saying
I know that my username and password are correct because I can use them on the DDNS config on my router (I want to use that DDNS to obtain the name from ASUS which is not served by dnsomatic). The all.dnsomatic.com value for Domain Name is what the instructions for dnsomatic say to use to refresh all the services in the configuration.
Provider: dnsomatic.com
CheckIPServer SSL: Checked
CheckIP Server: www.checkip.org:443
CheckIP Path: /
Domain name: all.dnsomatic.com
Username: myUserName
Password: myPassword
Update Period: 300
This leaves me with a /usr/local/etc/inadyn.conf file containing the following:
Code:
period = 60 provider default@dnsomatic.com { ssl = true username = myUserName password = 'myPassword' hostname = { "all.dnsomatic.com" } }
Now, when I enable the service, I get an error saying
Code:
Aug 4 15:21:12 Nas inadyn[48404]: In-a-dyn version 2.2 -- Dynamic DNS update client. Aug 4 15:21:12 Nas inadyn[48404]: Failed to get IP address for default@dnsomatic.com, giving up!
I know that my username and password are correct because I can use them on the DDNS config on my router (I want to use that DDNS to obtain the name from ASUS which is not served by dnsomatic). The all.dnsomatic.com value for Domain Name is what the instructions for dnsomatic say to use to refresh all the services in the configuration.