OPNsense Forum

Archive => 15.7 Legacy Series => Topic started by: Solaris17 on September 06, 2015, 03:27:53 am

Title: [SOLVED] Email and log alerts for dynamic DNS
Post by: Solaris17 on September 06, 2015, 03:27:53 am
cant seem to tell the difference.

I use freeDNS (thanks for supporting this!!) The services page seems to understand this.

Code: [Select]
WAN freeDNS
however the email system (COOL FEATURE) says this

Code: [Select]
DynDNS updated IP Address on WAN (re1) to
and the logs indicate this

Code: [Select]
opnsense: /usr/local/etc/rc.dyndns.update: phpDynDNS (www): (Success) No Change In IP Address
Not a big deal just not sure if anyone reported it. It seems teh script or implimentation was originally statically named for dyndns and as such it reports that dynDNS succeeded but the services page itself seems to know what you are using and what you have selected but the alert text for the logs and email systems do not replicate this change.
Title: Re: Email and log alerts for dynamic DNS
Post by: franco on September 10, 2015, 05:26:08 pm
"DynDNS" being the service rather than the provider... I mean the category name as opposed to the actual thing.
Title: Re: Email and log alerts for dynamic DNS
Post by: Solaris17 on September 11, 2015, 01:53:19 am
I see sorry for the confusion I somehow thought it was the dynDNS provider not enough sleep I guess. /cheers
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: franco on September 11, 2015, 09:54:27 am
No worries. It gets even more confusing when RFC 2136 enters the picture:

https://www.ietf.org/rfc/rfc2136.txt

I think at some point everything got slushed together as "dynamic DNS", maybe that can be made clearer in the GUI a bit?
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: Solaris17 on September 12, 2015, 01:26:56 am
I actually think it might be a bit difficult since some refer to dynDNS as a service, but adding "service" and "provider" to the outputs seems incredibly tacky.
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: franco on September 12, 2015, 08:15:13 am
I wasn't clear enough. I meant renaming the instances of "DynDNS" that really mean "Dynamic DNS" to make it a bit less confusing?
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: Solaris17 on September 12, 2015, 04:24:21 pm
Sounds like a great idea!
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: franco on September 12, 2015, 05:42:45 pm
Cool, I'll correct the string you mentioned earlier along with a few other obvious candidates. Won't be all of the spots, but at least the most prominent will be named more accurately then. Thanks. :)
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: franco on September 12, 2015, 06:04:25 pm
I lied. I think I got all of them... https://github.com/opnsense/core/commit/27e5ef1c33ca81a10d5e5542033f1794882245ef
Title: Re: [SOLVED] Email and log alerts for dynamic DNS
Post by: Solaris17 on September 13, 2015, 03:05:00 am
Thank you! Easy readability is beneficial to everyone!