Skip to main content
caunon
Staff
Staff
January 8, 2015

Can not enable FortiGuard DDNS from the GUI

  • January 8, 2015
  • 0 replies
  • 7826 views
Description
Sometimes, when you want to use the FortiGuard DDNS. But when you go to System >Network >DNS
and you may notice that the check box of the "FortiGuard DDNS" feature shows grey out as following.

CanNotEnableFortiDDNS.png


Solution
Instead, run the following CLI commands to enable use of FortiGuard DDNS.

FGT # config system ddns
FGT # edit 1
FGT # set ddns-server FortiGuardDDNS
FGT # set ddns-domain <name.fortiddns.com>
FGT # set monitor-interface <interface>
FGT # end

For example :

FGT # config system ddns
FGT # edit 1
FGT # set ddns-server FortiGuardDDNS
FGT # set ddns-domain "TAC24.fortiddns.com"
FGT # set monitor-interface "wan1"
FGT # end