DynDNS account account changes - PITA
-
Their current emails just have a direct link to verify your account. Don't need to login at all. It's especially useful if you have multiple accounts too since you just click the link in each email.
-
One easy fix is just run the official dyndns client on a windows machine preferably but a MAC or Linux machine also works.
I only bother putting dyndns settings into pfsense when its the only thing running on that IP.Will it work? My understanding is that they are requiring an actual login to their site, not just an IP update action. PF is already doing that for me successfully.
-
I haven't logged into the DynDNS site in forever. I have the DynDNS client running in the one windows vm that I keep online. (At three sites actually)
Its not given me any problems so far…At other places I only have the pfsense client running with no issue, but those have paid DNS accounts. I dare them to cut me off. I'll drop them like a hot rock if they ever do.
-
For those who have a dedicated server on the net (with named/bind as master DNS): don't forget about this Sticky topic.
With a snap (well, a SNAP) you turn your server in a 'dyndns' look-a-like - and it won't turn its back on you …. (because you are the admin ;)) -
hello,
i have been using dnsdynamic.org lately, but you have to create a custom service in pfsense as it is not listed.
i would tell you how to do this, but i can't figure it out yet.
https://www.dnsdynamic.org/api.php
they do have an API.. i tried using a simple URL (example they show)
https://username:password@www.dnsdynamic.org/api/?hostname=techno.ns360.info&myip=127.0.0.1
but since the username is an email account, pfsense throws this in the logs:
php: /services_dyndns_edit.php: Curl error occurred: Couldn't resolve host 'myemail.com:password@www.dnsdynamic.org'
i'm guessing when using a username of 'username@email.com' the @ it is breaking things.
I have a solution for those looking to update a DNS Dynamic hostname via pfSense.
Choose Custom from the Service Type drop down and set a proper Update URL.
See the code block below for example URL syntax.The key is to HTML URL encode the at symbol in the URL. The @ symbol is %40 when encoded.
https://username%40domain.com:password@www.dnsdynamic.org/api/?hostname=myhostname.mydomain.org&myip=%IP%
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
This post is deleted! -
This post is deleted!