
C613-50186-01 Rev B
Command Reference for AR2050V
748
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
D
OMAIN
N
AME
S
ERVICE
(DNS) C
OMMANDS
UPDATE
-
URL
(DDNS)
DynDNS also has the following update URL that can be used instead:
http://<USERNAME>:<PASSWORD>@members.dyndns.org/v3/update?
hostname=<HOST-NAME>&myip=<IPADDRESS>
NOTE
:
URLs that contain the character “?” activate help from the command line. To
stop the help from activating enter the “?” in the command line, then press Ctrl+v.
For more information and examples, see the
AlliedWare Plus AR-Series Firewalls Feature Overview and Configuration Guide
.
Examples
To use members.dyndns.org/nic/update as the update URL for the provider
DynDNS, with the method called “dyndns” that uses HTTP, use the following
commands:
awplus#
configure terminal
awplus(config)#
ddns-update-method dyndns
awplus(config-ddns-update-method)#
update-url
http://<USERNAME>:<PASWORD>@members.dyndns.org/nic/update?
SYSTEM=dyndns&hostname=<HOST-NAME>&myip=<IPADDRESS>
To use members.dyndns.org/v3/update as the update URL for the provider
DynDNS, with the method called “dyndns” that uses HTTP, use the following
commands:
awplus#
configure terminal
awplus(config)#
ddns-update-method dyndns
awplus(config-ddns-update-method)#
update-url
http://<USERNAME>:<PASSWORD>@members.dyndns.org/v3/update?
hostname=<HOST-NAME>&myip=<IPADDRESS>
To use members.dyndns.org/v3/update as the update URL for the provider
DynDNS, with the method called “dyndns” that uses HTTPS/SSL, use the following
commands:
awplus#
configure terminal
awplus(config)#
ddns-update-method dyndns
awplus(config-ddns-update-method)#
update-url
https://<USERNAME>:<PASSWORD>@members.dyndns.org/v3/update?
hostname=<HOST-NAME>&myip=<IPADDRESS>
To use members.dyndns.org/v3/update as the update URL for the provider
DynDNS, with the method called “dyndns” that uses HTTP on port 8245, use the
following commands:
awplus#
configure terminal
awplus(config)#
ddns-update-method dyndns
awplus(config-ddns-update-method)#
update-url
http://<USERNAME>:<PASSWORD>@members.dyndns.org:8245/v3/
update?hostname=<HOST-NAME>&myip=<IPADDRESS>