OPNsense Forum

Archive => 17.7 Legacy Series => Topic started by: skruse on July 17, 2017, 09:26:16 am

Title: Dynamic DNS
Post by: skruse on July 17, 2017, 09:26:16 am
Like described at https://opnsense.org/opnsense-17-7-rc1/ (https://opnsense.org/opnsense-17-7-rc1/), Dynamic DNS has moved to plugins.
But, I cannot find any Plugin, which will give me this Function.
Can you tell me, how I can get this Plugin?  ;D
Title: Re: Dynamic DNS
Post by: franco on July 17, 2017, 11:44:38 am
Sorry, hiccup to be fixed in 17.7-RC2.

You can install from the console:

# pkg install os-dyndns-devel os-rfc2136-devel


Cheers,
Franco
Title: Re: Dynamic DNS
Post by: Lumpy on July 18, 2017, 07:57:19 pm
How do I configure this? I would expect an entry under "Services" but I only got RFC 2136. Is there anything missing?
Title: Re: Dynamic DNS
Post by: franco on July 18, 2017, 08:34:54 pm
Very good catch, that's what RC is for... Apologies, patch here:

https://github.com/opnsense/plugins/commit/c0f067d

Can fix this from the command line via:

# mv /usr/local/opnsense/mvc/app/models/DynamicDNS /usr/local/opnsense/mvc/app/models/OPNsense


Cheers,
Franco
Title: Re: Dynamic DNS
Post by: Lumpy on July 20, 2017, 09:40:33 pm
This works just fine. Is there a "wishlist" to add a missing provider? dynv6.com would be nice to have but I'll try to use the Custom entries for IPv4 and IPv6.
Title: Re: Dynamic DNS
Post by: franco on July 21, 2017, 11:00:52 am
Adding issue here https://github.com/opnsense/core/issues + providing test credentials (privately) can make this happen. We recently did this for 2 Chinese services, it cuts out all delay and we can get feedback from you that it works in your  setup as well.


Cheers,
Franco