Chapter 21 DDNS
ZyWALL Series CLI Reference Guide
191
21.3 DDNS Commands Example
The following example sets up a DDNS profile where the interface is wan1 and uses HTTP..
[no] mx {ip | domain_name}
Enables the mail exchanger and sets the fully-qualified domain
name of the mail server to which mail from this domain name is
forwarded. The
no command disables the mail exchanger.
domain_name: You may up to 254 alphanumeric characters,
dashes (-), or periods (.), but the first character must be
alphanumeric.
[no] wan-iface interface_name
Sets the WAN interface in the specified DDNS profile. The no
command clears it.
[no] backup-iface interface_name
Sets the backup WAN interface in the specified DDNS profile.
The
no command clears it.
[no] ha-iface interface_name
Sets the HA interface in the specified DDNS profile. The no
command clears it.
[no] backmx
Enables the backup mail exchanger. The no command disables
it.
[no] wildcard
Enables the wildcard feature. The no command disables it.
[no] url {URL TEXT}
Type the URL that can be used to access the server that will host
the DDSN service. For example, # url /api/dynamic/
update.php?hostname=home.example.com& ip=10.1.1.1
The
no command disables it.
[no] ddns-server {FQDN DNS}
Type the IP address of the server that will host the DDSN service.
For example, # ddns-server www.dnspark.net
The
no command disables it.
[no] additional-ddns-options
Avaialable for User custom. Enter one ofg the following.
• --ip_server_name which should be the URL to get the
server’s public IP address - for example, http://
myip.easylife.tw/
• --dyndns_system to specify the DYNDNS Server type - for
example, dyndns@dyndns.org
Table 97 ip ddns Commands (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# ip ddns profile bbb
# activate
# service-type user-custom
# username yjyeh001 password xxxxxx
# host yjye007.dyndns.org
# wan-iface wan1
# url /nic/update?
# ddns-server members.dyndns.org
# additional-ddns-options --dyndns_system dyndns@dyndns.org