RUTX11 Dynamic DNS

Wiki mirrorView source
The information in this page is updated in accordance with firmware version RUTX_R_00.07.22.1.

Summary

Dynamic DNS (DDNS or DynDNS) is a method of automatically updating a name server in the Domain Name System (DNS). This is most often utilized when the end user has a dynamic IP address and wants to bind it to a static hostname.
The device is compatible with many different third party DNS services that provide the possibility to create a custom hostname and bind it to an IP address. The DDNS service periodically updates the IP address information of the hostname, making sure that the device remains reachable via the same hostname even in cases when its IP address has changed.
This chapter is an overview of the Dynamic DNS section for RUTX11 devices.
Note: on some devices, Dynamic DNS is additional software that can be installed from the System → Package Manager page.

Dynamic DNS Overview

By default, an unconfigured DDNS instance will be present in the Dynamic DNS Overview page (the figure below is an example of this). You can create more DDNS instances by entering a name and clicking the "Add" button or you can edit the existing instance since it is not operational by default.

Editing a DDNS instance

To configure a DDNS instance, click the "Edit" button located next to it.
The figure below is an example of the edit page of the default DDNS instance called "MyDDNS" (already present in the device by default) and the table below provides information on the configuration fields contained in that page:
FieldValueDescription
Enabledoff | on; Default: offTurns the DDNS instance on or off.
Use HTTP secureoff | on; Default: offConfigure Root CA certificates in System -> Administration -> Certificates
Use DDNS IPv6 supportoff | on; Default: offTurns the DDNS IPv6 support on or off.
Lookup hostnamehost; Default: yourhost.example.comFully qualified domain name (FQDN) of your defined host. This is required to verify what the hostname's current IP address at DNS is (using nslookup/host command).
DDNS service providerthird party DNS service (chosen from list*) | -- custom --; Default: dyn.comThird party DNS service provider.
Domainhost; Default: yourhost.example.comHostname that will be linked with the device IP address.
DNS serveripv4 or ipv6; Default: noneDNS server to use for looking up lookup host. If bind-nsupdate service is used this is the DNS server that will be updated.
Usernamestring; Default: your_usernameUser name required to login to the third party DNS service; used to periodically login to your DNS service account and make necessary updates.
Passwordstring; Default: your_passwordPassword required to login to the third party DNS service; used to periodically login to your DNS service account and make necessary updates.
IP address sourceCustom | Public | Private | Script; Default: CustomDefines the source to read the system's IPv4-Address from, that will be sent to the DNS provider. For example, if your device has a Private IP (i.e., 10.140.56.57) on its WAN interface, then you can send this exact IP to DDNS server by selecting Private.
Networknetwork interface or OpenVPN instance; Default: wanSpecifies which interface's IP address should be bound to the hostname
URL to detectstring; Default: http://checkip.dyndns.com
http://checkipv6.dyndns.com*
Defines the Web page to read the system's IPv4 address from.
*if selected use DDNS IPv6 support.
Event networknetwork interface; Default: wanNetwork on which the DDNS updater scripts will be started.
Scriptpath; Default: noneUser defined script that will read the system's IPv4 address.
Check Intervalinteger [5..3600]; Default: 10
integer [300..3600]*
integer [1..3600]**
Frequency at which the device will check whether it's IP address has changed.
The minimal amount of time that can be specified is 5 minutes or 300 seconds.
*If selected interval is Seconds.
**If selected interval is Hours.
Force Intervalinteger [5..3600]; Default: 10
integer [1..3600]*
Frequency at which IP update requests are sent to the DNS provider.
The minimal amount of time that can be specified is 5 minutes and not less than Check Interval.
*If selected interval is Hours or Days.
* Supported DNS services
3322.orgable.or.krafraid.org-basicauthafraid.org-keyauthafraid.org-v2-basicafraid.org-v2-tokenall-inkl.combind-nsupdate
binero.sechangeip.comcloudflare.com-v4core-networks.deddns.com.brddnss.deddo.jpdesec.io
dhis.orgdnsdynamic.orgdnsever.comdnsexit.comdnshome.dednsmadeeasy.comdnsmax.comdnsomatic.com
dnspark.comdo.dedomopoli.dedtdns.comduckdns.orgduiadns.netdy.fidyn.com
dyndns.itdyndns.orgdyndnss.netdyns.netdynsip.orgdynu.comdynv6.comeasydns.com
editdns.netgoip.degoogle.comhe.netjoker.comloopia.semydns.jpmyip.com.ua
myonlineportal.netmythic-beasts.comnamecheap.comnettica.comnoip.comno-ip.plnow-dns.comnsupdate.info
nubem.comopendns.comoray.comovh.comregfish.deschokokeks.orgsecure.cameraselfhost.de
sitelutions.comspdns.despdyn.destrato.comsystem-ns.comthatip.comtwodns.deumedia.de
variomedia.dexlhost.dezerigo.comzoneedit.comzzzz.io

cloudflare.com

Note: To use subdomains with Cloudfare services, you must use the @ symbol.
service_name	cloudflare.com-v4
domain		[Your domain, here: example.com]
username	Bearer
password	[Your API token]
To use subdomains (CNAME or A records), use the format below when filling your credentials:
domain		{subdomain}@[zone]
Examples:
If the hostname is “sample.example.com”, the “domain” field would be “
[email protected]
”
If the hostname is “dev1.sample.example.com”, the “domain” field would be “
[email protected]
”
If using Cloudflare's “Subdomain Support”, your zone may already be “foo.example.com”, so if the DDNS hostname is “bar.foo.example.com” the domain field would be “
[email protected]
”

See also