Login

Marcs Updater

There have been some reports about issues with the Updater not updating anymore. Please try the latest beta version and switch to another IP Check provider instead of the previous default dnsomatic.com. For some reason they are rate-limiting the number of requests to their service. The new IP Check provider selection allows you to choose another provider in such cases. You can test the functionality with the new "Test" panel.

If you want to add a custom provider to the unstable testing version, store a JSON file like the following under %PROGRAMDATA%\Marcs Updater\ServiceProviders\dyndns.json:

{
    "name": "DynDNS.org (Test)",
    "endpoint": "https://members.dyndns.org/nic/update",
    "method": "GET",
    "queryString": "hostname={HOSTNAME}&myip={MYIP}",
    "dataPayload": "",
    "defaults": {
        "username": "test",
        "password": "test",
        "hostname": "test1.customtest.dyndns.org"
    }
}

Supported query and payload tags are {USERNAME}, {PASSWORD}, {HOSTNAME} and {MYIP}. Restart the background service and foreground application to apply any changes.


New discussion

graciutti

Posted on

Roberto Carlos wrote:

Marcs Updater is not working on Windows 7 Service Pack 1, it simply does not answer any, no error message and does not update the IP. Can someone help me?

sala.villorba

Posted on

Sala wrote:

Hi,
since 9 february 2019 I can't update with OpenDns service.
I receive this error:
"Upstream connect error or disconnected/reset before headers" (see attachment)

How can I resolve?
Thanks a lot

thilor.hardtsten

Posted on

T. wrote:

Hi,

Since a week or two Marcs Updater isn't working any more on either Win7 x64 and Win 10.
Doesn't update at all with DynDNS... Very strange... Is this due to a Windows update? :-(

live

Posted on

uwe wrote:

hi, ist it somehow possible to edit the serviceprovider? some kind of conf/xml to edit would be great.

my provider(all-inkl.com) offers ddns, but its not listed in the programm, or is there a way i could add on DDNS-Provider?

tnx & happy times

michealespinola

Posted on

Micheal wrote:

Hi Marc! Can you explain how the filter tabs work? I am hoping to have the updater ignore VPN connections if possible. Thanks!

hansjoerg007.weber

Posted on

Hansjörg wrote:

Help Help Help !

Habe eine echt verzwickte Frage bei Problemlösung werde ich gerne eine grosszügige Donation machen :-))

Mein Netzwerk zuhause ist an einen DSL Router angeschlosen. Jetzt möchte ich zusätzlich noch einen LTE-Router einbinden, der kann aber kein Internet sondern NUR ausschliesslich VPN (alles ausser PPTP und IPSec wird beim Provider verworfen). Damin komme ich dann von aussen in mein Netzwerk und habe einen viel schnelleren Upload als mit der DSL-Verbindung.

Antwort an: falamoet-online.de

Danke + Cheers,

Benselma

donaldarrowsmith

Posted on

Donald wrote:

Can you suggest why I can't update my IP at OpenDNS.com? I have had 1.5.2.294 installed on a WHS 2011 unit for quite a while and it was working fine. I was recently logged into the server desktop and I saw it wasn't updating. OpenDNS.com had an out-dated IP address for my network. The updater showed a message "The username and password pair do not match a real user. Please check your settings to continue." I have checked and double checked the credentials - which work fine when I log in at OpenDNS.com. I have the correct network name in the Hostname field. I have tried using 1.5.3.300. I have tried installing the updater on another WHS 2011 system as well as two different Windows 10 systems. Everything looks normal and it used to work but it doesn't now. I see only 'badauth' under IP Updates (although there is a green check mark at the front of each line.

A strange thing is that I started Wireshark and I see the updater communicating with updates.dnsomatic.com first before talking to updates.opendns.com. It's encrypted, of course, so I couldn't see the data.

If I install OpenDNS Updater 2.2.1, I can run it with the same credentials and it updates properly. Thanks for any assistance.

markwilsonhasanemail

Posted on

Boq wrote:

We have a failover in place on our router and recently we've been having issues with marcs updater constantly changing the IP back and forth between our primary IP and our secondary failover IP. We use marcs updater because we have a ton of problems with sonicwall's DDNS updater and I'm hoping this doesn't mean we will need to switch back. Any ideas? I was in our server earlier and Marcs Updater changed the IP about 5 times in the course of a minute.

info

Posted on

Emanuele wrote:

Is possible to add Internet.bs DDNS service ( http://www.internetbs.net ) ?

https://dyndns.topdns.com/update?hostname=

it is possible to use wget to update the ip. Here is a sample url:

AutoIP
https://dyndns.topdns.com/update?hostname=mydomain.tld&username=myusername&password=mypassword

Personalized IP
https://dyndns.topdns.com/update?hostname=mydomain.tld&username=myusername&password=mypassword&myip=1.2.3.4

To put ddns offline
https://dyndns.topdns.com/update?hostname=mydomain.tld&username=myusername&password=mypassword&offline=yes

Note both URLs i gave you are using https but you can also use http however, for security reasons, we
recommend using https.
thanks

stsaerox

Posted on

Stefanos wrote:

I've finally found time to use this great app but I found a downside compared to the opendns updater:

It doesn't update when network is connected but only after the update interval. This means that certain actions that I'm trying to prevent won't be blocked at all because if dns resolving is already done, the addresses will be accessible.

Dns Update action for blocking should be done before the applications connect to the internet.

Are you going to make it updating at the time it is connected to a network?

Is there a command to update manually earlier than time interval? I'm thinking to create a scheduled task to do it for now and something like this:

http://superuser.com/questions/92414/how-to-run-a-program-when-connecting-to-a-specific-network-in-windows-7