Routing Dynamic DNS
IX10 User Guide
282
10. (Optional) Set the amount of time to wait to check if the interface's IP address needs to be
updated:
(config network ddns new_ddns_instance)> check_interval value
(config network ddns new_ddns_instance)>
where value is any number of weeks, days, hours, minutes, or seconds, and takes the format
number{w|d|h|m|s}.
For example, to set check_interval to ten minutes, enter either 10m or 600s:
(config network ddns new_ddns_instance)> check_interval 600s
(config network ddns new_ddns_instance)>
The default is 10m.
11. (Optional) Set the amount of time to wait to force an update of the interface's IP address:
(config network ddns new_ddns_instance)> force_interval value
(config network ddns new_ddns_instance)>
where value is any number of weeks, days, hours, minutes, or seconds, and takes the format
number{w|d|h|m|s}.
For example, to set force_interval to ten minutes, enter either 10m or 600s:
(config network ddns new_ddns_instance)> force_interval 600s
(config network ddns new_ddns_instance)>
The default is 3d.
12. (Optional) Set the amount of time to wait for an IP address update to succeed before retrying
the update:
(config network ddns new_ddns_instance)> retry_interval value
(config network ddns new_ddns_instance)>
where value is any number of weeks, days, hours, minutes, or seconds, and takes the format
number{w|d|h|m|s}.
For example, to set retry_interval to ten minutes, enter either 10m or 600s:
(config network ddns new_ddns_instance)> retry_interval 600s
(config network ddns new_ddns_instance)>
The default is 60s.
13. (Optional) Set the number of times to retry a failed IP address update:
(config network ddns new_ddns_instance)> retry_count value
(config network ddns new_ddns_instance)>
where value is any interger. The default is 5.
14. Save the configuration and apply the change: