FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Vichu_94
Staff
Staff
Article Id 221980
Description The article describes how to configure multiple DDNS entries.
Scope FortiGate.
Solution

The option to add multiple DDNS entries are configurable only on the CLI of the firewall. 

For configuring the Multiple DDNS entries, follow the below command 

# config system ddns
    edit 1
        set ddns-server FortiGuardDDNS
        set ddns-domain "test1.fortiguardddns.com"
        set use-public-ip enable
        set monitor-interface "port1"
    next
        edit 2
            set ddns-server FortiGuardDDNS
            set ddns-domain "test1.fortiguardddns.com"
            set use-public-ip enable
            set monitor-interface "port1"
        next
    end

 

Each unit has a limit to the number DDNS entries which could be configured on the firewall.

 

To verify that, follow the below link:

https://docs.fortinet.com/max-value-table

In the table, check the entry system.ddns:ddns-server-ip to verify the number entries could be added to the firewall.

Contributors