Routing
Dynamic DNS
IX10 User Guide
227
5. Set the Dynamic DNS provider service:
a. Use the
?
to determine available services:
(config network ddns new_ddns_instance)> service ?
Service: The provider of the dynamic DNS service.
Format:
custom
3322.org
changeip.com
ddns.com.br
dnsdynamic.org
...
Default value: custom
Current value: custom
(config network ddns new_ddns_instance)> service
b. Set the service:
(config network ddns new_ddns_instance)> service
service_name
(config network ddns new_ddns_instance)>
6. If
custom
is configured for
service
, set the custom URL that should be used to update the IP
address with the Dynamic DNS provider:
(config network ddns new_ddns_instance)> custom
url
(config network ddns new_ddns_instance)>
7. Set the domain name that is linked to the interface's IP address:
(config network ddns new_ddns_instance)> domain
domain_name
(config network ddns new_ddns_instance)>
8. Set the username to authenticate with the Dynamic DNS provider:
(config network ddns new_ddns_instance)> username
name
(config network ddns new_ddns_instance)>
9. Set the password to authenticate with the Dynamic DNS provider:
(config network ddns new_ddns_instance)> password
pwd
(config network ddns new_ddns_instance)>
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
}.