OPNsense Forum

English Forums => General Discussion => Topic started by: thereaper on July 21, 2022, 10:44:33 am

Title: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: thereaper on July 21, 2022, 10:44:33 am
I wanted to set it up, looked at docs, docs recommend os-ddclient. But seems it misses Route53 support.

The legacy plugin, os-dyndns, supports even two Route53s, lol, IPv4 and v6. But it complains "Please make sure to upgrade to os-ddclient before 22.7 is released as this plugin will be removed from our repository".

What am I missing, please?
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: franco on July 21, 2022, 12:15:31 pm
You did not miss anything.

Use whatever works. It'll keep working...


Cheers,
Franco
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: thereaper on July 21, 2022, 01:26:22 pm
Thanks, the dyndns one works!
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: warren_peace on January 09, 2023, 02:16:31 am
Or linode! the new client doesn't support nearly as many useful dns options as the legacy one. PLEASE DON'T REMOVE THE OLD ONE!
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: bennebartsch on January 25, 2023, 01:55:37 am
Same here, i also need os-dyndns for Route53 support. Please don't remove the old plugin!
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: etaggart65 on January 28, 2023, 06:55:40 pm
Any update on this?  I'm still using the legacy plug in to support Route 53 DDNS.
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: KuDDlowski on August 07, 2023, 10:17:23 am
I'm still using the legacy plug in to support Route 53 DDNS. Is updating route53 entries supported through the os-ddclient custom backend?

EDIT: So far I think I found out that the os-ddclient custom backend only implements the dyndns2 protocol which is not supported by AWS Route53 to update record sets. Also found this: https://github.com/ddclient/ddclient/issues/422
From that I basically understood that eventually Route53 support can be added to ddclient but it won't happen for the next release and they are looking for someone who is willing to implement the Route53 support for ddclient.
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: cknight725 on November 17, 2023, 04:08:52 am
Any Update on this -- annoucement was made about Route53 protocol support added to ddclient, but I can't see AWS or Route53 in the services ....
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: thereaper on February 14, 2024, 01:20:26 am
Any Update on this -- annoucement was made about Route53 protocol support added to ddclient, but I can't see AWS or Route53 in the services ....

If in ddclient / General Settings / Backend you select "native", then you can create Account with Service = aws.

But it still does not work, see
- "I found out that the os-ddclient custom backend only implements the dyndns2 protocol which is not supported by AWS Route53", in this thread
- https://forum.opnsense.org/index.php?topic=38706.msg189486#msg189486

EDIT: Hmm, just saw one NOTICE line in log, "Account (UUID) [aws - R53] set new ip x.x.x.x, ID /change"
Maybe it started working ...
Title: Re: Dynamic DNS plugin os-ddclient not supporting Route53?
Post by: thereaper on February 16, 2024, 04:57:07 am
The ddclient works with AWS now! Settings:
- ddclient / General Settings / Backend = "native"
- ddclient / Accounts / (account) / Check ip method = Interface[IPV4] (clone it for second account for IPV6)
I'm on latest OPNsense 24.1.1-amd64, it might help.