This guide provides step-by-step instructions on setting up DNS for system and/or LAN.
Overview
DDNS can be used by users whose ISP (Internet Service Provider) is providing a dynamic IP address for their service. This type of connection is frequently used in residential internet connections. Using an internet connection with a dynamic IP address can make accessing the ZLD appliance from a remote location (the internet) a challenging task. This is because the IP address can change at any time. The IP address for a dynamic internet connection may change if the router/modem is rebooted, or, when the DHCP lease expires. This means the user must constantly verify the internet IP address and memorize the string. This can become a cumbersome task. Setting up DDNS allows the user to create a hostname with a supported DDNS provider, the ZLD device can then update this hostname with the correct IP address. With DDNS accessing the ZLD device from a remote location becomes easier since there is no longer an IP address that needs to be verified and memorized.
Supported Devices
ZyWALL 110
ZyWALL 310
ZyWALL 1100
USG40
USG40W
USG60
USG60W
USG110
USG210
USG310
USG1100
USG1900
USG20-VPN
USG20W-VPN
USG2200-VPN
UAG2100
UAG4100
UAG5100
NXC2500
NXC5500
Supported DynDNS Client Providers
DynDNS.com
DynDNS static
DynDNS custom
Dynu Basic
Dynu Premium
No-IP
Peanut Hull
3322 DynamicDNS
3322 StaticDNS
Selfhost
User custom
DDNS Client Setup
Access the CLI interface via SSH/Telnet/Console and use the following commands to configure a DDNS client profile.
- Enter configuration mode
Router> configure terminal - Create DDNS Profile
Router (config)# ip ddns profile profile_name - Enable DDNS Profile
Router (config-ip-ddns)# activate - DDNS Type
Router (config-ip-ddns)# service-type {dyndns | dyndns_static | dyndns_custom | dynu-basic | dynu-premium | no-ip | peanut-hull | 3322-dyn | 3322-static | Selfhost | User custom} - HTTPS – Enable option if supported by DDNS provider.
Router (config-ip-ddns)# https activate - DDNS credentials
Router (config-ip-ddns)# username xxxxxxxx password yyyyyyyy - Domain Name (Hostname)
Router (config-ip-ddns)# host host.ddns-domain.xxx - Primary Binding Address
Router (config-ip-ddns)# wan-iface interface_name
Router (config-ip-ddns)# ip-select {iface | auto | custom} - Type exit to close the DDNS client editor.
- Type write to force save a copy of the configuration.
- Check DDNS client status with the following command:
Router# show ddns-status
Example:
Comments
0 comments
Please sign in to leave a comment.