This document describes the steps to configure the DDNS Client via LuCI to use Hurricane Electric's Free DNS Service. In this example I will show the steps to configure host.example.com domain to update with your router's public IP address.
/etc/ssl/certificates
which might be needed to overcome the problems for failing dns updates due to untrusted certificates.Login to your registrar or edit your DNS Zone file to add the NS records for host.example.com to point to ns2.he.net, ns3.he.net, ns4.he.net, and ns5.he.net.
On your OpenWrt router under Services > Dynamic DNS enable the service with this configuration:
Save and Apply.
That should do it. If the above is useful and you use Hover to register a domain you can toss the author a buck credit with this referral link: https://hover.com/hUyus9hH
Remark: While this DDNS may work for IPv6 tunnel addresses, it does not work for auto-updating a dynamic he.net tunnel - at least on a NAT trunk / 3G with Austrian providers. See details for https://forums.he.net/index.php?topic=1994.0 It seems, that the custom url for auto detection of the ipv4 adress is:
https://<USERNAME>:<PASSWORD>@ipv4.tunnelbroker.net/nic/update?hostname=<TUNNEL_ID> https://ipv4.tunnelbroker.net/nic/update?username=<USERNAME>&password=<PASSWORD>&hostname=<TUNNEL_ID>
These URLs work well with the correct parameters from the tunnelbroker.net website. When using these values or a custum setup Luci-DDNS will always complain about not being able to retrieve the local IP. That may be due to to format of the URL update script's output format. A workaround may be to call wget from within a cronjob.
Check the /var/log/ddns/myddns_ipvX.log and google for the error messages of transport agent. Trying to manually authenticate can help you understand better the error and the root cause.