Unable To Load Fortiguard Ddns Servers List On Fortigate Firewalls -
Navigate to Network > Interfaces , edit your WAN interface, and uncheck Override internal DNS . CLI Method:
Unable to load FortiGuard DDNS server list - Fortinet Community Navigate to Network > Interfaces , edit your
If your FortiGate GUI displays the error you are likely unable to select a domain for your dynamic DNS configuration. This common issue typically stems from DNS resolution conflicts, Anycast protocol interference, or specific interface settings that block communication with FortiGuard. 1. Disable "Override Internal DNS" If the GUI remains empty, use the following
FortiOS versions 6.4 and later use by default to connect to FortiGuard. If your network environment has trouble routing Anycast traffic, disabling it often forces a successful connection via standard Unicast. If the GUI remains empty
If the GUI remains empty, use the following CLI commands to see the real-time interaction between your firewall and the DDNS servers:
config system interface edit "wan1" set dns-server-override disable next end Use code with caution. 2. Disable Anycast for FortiGuard
config system fortiguard set fortiguard-anycast disable set protocol udp set port 8888 # Optional: Try port 443 or 53 if 8888 is blocked end Use code with caution.