NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
eton
Aug 01, 2010Luminary
DnsOMatic - easy question
Is it the DNS-O-Matic account settings + servername from the dynamic dns provider that should be written in the DNS-O-Matic settings?
Not the DynDNS account settings?
viewtopic.php?t=28347
I just want to be sure that's it right.
Not the DynDNS account settings?
vi /c/addons-scripts/DnsOMatic/dnsomatic
HOSTNAME="servername.dyndns.org"
USER=dnsomatic_username
PASS=dnsomatic_password
viewtopic.php?t=28347
I just want to be sure that's it right.
7 Replies
Replies have been turned off for this discussion
- kimme1AspirantHave you found out the answer? My setup uses the the following setup and it hasn't changed my dynip at all for several days since I installed it....
#!/bin/bash
HOSTNAME="all.dnsomatic.com"
USER=user@email.name
PASS=password - etonLuminaryThanks kimme
I think so :D
The only logical soultion was to put the DNS-O-Matic account settings in the DNS-O-Matic add-on. And it worked. - kimme1AspirantTo those who wonder about this service, you must use your username and not your email with this plugin on your readynas to clear things up a bit.
- zenmindAspirantI had trouble setting up this add-on too. After some tinkering, I discovered the following:
- The /c/addons-scripts/DnsOMatic/dnsomatic file did not have execute permissions. So, I ssh'd into the nas and performed a chmod +x on the file. This got the add-on correctly calling the script.
- Once I got it working I wasn't getting any response from DNS-O-MATIC. So, I peaked at the script and duplicated the curl command it was executing without the -s option so I could see the issues. It was a Bad Auth. What I realized was that the USER variable did need to be set to my email but that it didn't understand the @ symbol. I had to URL encode it with a '%40' so that it would work.
Hope this helps others. Also, Super poussin, if you're listening, maybe it is worth updating the add-on to ensure execute permissions and to URL encode the variables before concatenating them to the URL. :-) - etonLuminaryThanks zenmind for putting some new light on the issues with the DnsOMatic addon.
- SWhetselAspirantThis app is awesome, but hard to config.
I followed zenmind's instruction and was able to get mine to update.
However, I just added another DNS to mine and it hasn't updated since the first night I installed this.
What is the refresh rate on how often it will update your IP?
I read something about one month if your IP doesnt change, in the OP for the addon.
But is there anyway to "force" an update early? I dont want to wait a month for my one DNS record to update. - DownloaderUKAspirant@zenmind please explain in detail how you do this. I have no ssh experience.
I am using Dyndns with the updater loaded onto my Mac for now. However, my Nas Pioneer Edition has the DNS-O-Matic add-on installed.
The other issue l now have as all other people is that l need to try and force a test from my NAS through DNS-O-Matic to ensure it is updating IP on a regular basis. CAn you pls also show us how to do that?
Thanks in advance. KGB
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!