09-27-2024 01:25 PM
I am experiencing problems with the OpenDNS Updater.
The most recent section of the log.txt shows the following:
-------- starting
sent ip update for user 'redacted-for-privacy@outlook.com', response: 'nohost' url: /nic/update?token=redacted-for-privacy&v=2&hostname=redacted-for-privacy host: updates.opendns.com
CheckForSoftwareUpgrade()
The OpenDNS Dashboard shows a different/incorrect IP address for the network/label/hostname, so it is clear that the IP address has not been updated, and therefore filtering won't work.
The file settings.dat contains the following data:
{
"user_name": "redacted-for-privacy@outlook.com",
"unique_id": "redacted-for-privacy",
"token": "redacted-for-privacy",
"hostname": "redacted-for-privacy",
"network_id": "redacted-for-privacy",
"user_networks_state": "unsok",
"run_hidden": "1",
"disable_nagging": "1",
"dns_o_matic": "1"
}
...where the email address and hostname match those found in the log.txt file.
Online, I found that IP can be updated manually using the URL https://updates.opendns.com/nic/update?hostname=NetworkLabel, but this is incomplete information, as I am getting a "badauth" response.
I hope there is some command I can run remotely from PowerShell on the machine to force OpenDNS to update the IP address for the used hostname.
Could you please provide me with a PowerShell command or similar type of code to update the network IP manually?
Thanks.
10-16-2024 10:36 PM
Hello,
Can you try updating your router/application to send updates to updates.dnsomatic.com using port 443 ( https://updates.dnsomatic.com )? We no longer allow updates to this service using port 80.
In addition, there are a few characters that cannot be used in passwords used in the Dynamic IP Updater Client. These characters include:^, &, , ~, `, and %. Please change your OpenDNS account password so you don't include any of non-alphanumeric characters: https://dashboard.opendns.com/myaccount/password
As well, please also check to make sure that the system time and time zone are correct on your computer.
10-24-2024 11:00 AM
You can steal some PowerShell from the Umbrella Knowledge Base, the API is shared between Umbrella and OpenDNS today:
https://support.umbrella.com/hc/en-us/articles/360001200783-How-to-Dynamic-Networks-and-PowerShell
11-07-2024 06:22 AM
I wrote a DNS-O-Matic updater for Windows that provides an easy-to-use installer:
https://github.com/Bill-Stewart/DNSOMaticUpdater
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide