Template:Networking rutos manual dynamic dns: Difference between revisions
Template:Networking rutos manual dynamic dns (view source)
Revision as of 12:29, 5 April 2024
, 5 Aprilno edit summary
No edit summary |
No edit summary |
||
(20 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<!-- Template uses {{{name}}}, {{{series}}}--> | <!-- Template uses {{{name}}}, {{{series}}}--> | ||
{{Template: | {{Template: Networking_device_manual_fw_disclosure | ||
| | | series = {{{series}}} | ||
| series | | name = {{{name}}} | ||
| fw_version ={{Template: Networking_device_manual_latest_fw | |||
| series = {{{series}}} | |||
| name = {{{name}}} | |||
}} | |||
}} | }} | ||
{{#ifeq: {{{legacy}}} | | {{#ifeq: {{{series}}} | RUT9 |<br><i><b>Note</b>: <b>[[{{{name}}} Dynamic DNS (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_device_manual_latest_fw | series = RUT9XX}} and earlier) user manual page.</i>|}} | ||
{{#ifeq: {{{series}}} | RUT2 |<br><i><b>Note</b>: <b>[[{{{name}}} Dynamic DNS (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_device_manual_latest_fw | series = RUT2XX}} and earlier) user manual page.</i>|}} | |||
==Summary== | ==Summary== | ||
Line 13: | Line 18: | ||
This chapter is an overview of the Dynamic DNS section for {{{name}}} devices. | This chapter is an overview of the Dynamic DNS section for {{{name}}} devices. | ||
{{#switch: {{{series}}} | |||
| #default = | |||
| TRB2|RUT36X|RUT30X|RUT9|TCR1|RUT2|RUT2M|RUT9M|TRB2M|RUT301|RUT361|RUT14X = | |||
<u><b> | |||
Note:</b> Dynamic DNS is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u> | |||
}} | |||
==Dynamic DNS Overview== | ==Dynamic DNS Overview== | ||
Line 20: | Line 32: | ||
clicking the "Add" button or you can edit the existing instance since it is not operational by default. | clicking the "Add" button or you can edit the existing instance since it is not operational by default. | ||
[[File: | [[File:Networking_rutos_manual_dynamic_dns_overview_v2.png|border|class=tlt-border]] | ||
==Editing a DDNS instance== | ==Editing a DDNS instance== | ||
Line 29: | Line 41: | ||
(already present in the device by default) and the table below provides information on the configuration fields contained in that page: | (already present in the device by default) and the table below provides information on the configuration fields contained in that page: | ||
[[File: | [[File:Networking_rutos_manual_dynamic_dns_details_for_network_v2_{{{network}}}.png|border|class=tlt-border]] | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
Line 79: | Line 91: | ||
<tr> | <tr> | ||
<td>Check Interval</td> | <td>Check Interval</td> | ||
<td>integer [5.. | <td>integer [5..3600]; Default: <b>10</b></br>integer [300..3600]<span class="asterisk">*</span></br>integer [1..3600]<span class="asterisk">**</span></td> | ||
<td>Frequency at which the device will check whether it's IP address has changed.</td> | <td>Frequency at which the device will check whether it's IP address has changed.<br>The minimal amount of time that can be specified is 5 minutes or 300 seconds.</br><span class="asterisk">*</span>If selected interval is Seconds.</br><span class="asterisk">**</span>If selected interval is Hours.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Force Interval</td> | <td>Force Interval</td> | ||
<td>integer [5.. | <td>integer [5..3600]; Default: <b>10</b></br>integer [1..3600]<span class="asterisk">*</span></td> | ||
<td>Frequency at which IP update requests are sent to the DNS provider.</td> | <td>Frequency at which IP update requests are sent to the DNS provider.<br>The minimal amount of time that can be specified is 5 minutes and not less than <b>Check Interval</b>.</br><span class="asterisk">*</span>If selected interval is Hours or Days.</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<br> | <br> | ||
{{Template: Networking_rutx_manual_dynamic_dns_supported_dns_services}} | {{Template: Networking_rutx_manual_dynamic_dns_supported_dns_services}} | ||
====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== | ==See also== |