Unable To Load Fortiguard Ddns Servers List On Fortigate Firewalls Today
Once you have resolved the "Unable to load FortiGuard DDNS servers list" error, implement these best practices to avoid recurrence:
: If your WAN interface uses DHCP or PPPoE, it may automatically adopt the ISP's DNS servers, which might not resolve FortiGuard internal domains properly.
: When a FortiGate interface is configured with PPPoE or DHCP, it can automatically override the internal DNS settings with those provided by the ISP, which may conflict with FortiGuard services. Disabling this override is a crucial first step.
Navigate to Network > Interfaces , edit your WAN interface, and uncheck Override internal DNS . CLI Method: Once you have resolved the "Unable to load
If your FortiGate has multiple WAN interfaces (SD-WAN), FortiGuard traffic might be exiting an interface that lacks a proper return route or public IP. You can force FortiGuard traffic to use a specific source IP or interface: config system fortiguard set source-ip 0.0.0.0 end Use code with caution.
If the FortiGate cannot resolve DNS queries, it cannot connect to FortiGuard to pull the server list. Go to .
In the web interface, navigate to and look for the status of filtering services. If you do not see a green checkmark, click "Check Again." Alternatively, use the CLI command: Navigate to Network > Interfaces , edit your
Ensure they are valid (e.g., 8.8.8.8 , 1.1.1.1 , or your internal resolvers). Also verify:
execute ping ://fortinet.com execute ping update.fortiguard.net Use code with caution.
Encountering the error "Unable to load FortiGuard DDNS server list" is a common hurdle when setting up dynamic DNS on a FortiGate firewall. This issue prevents the server drop-down menu from appearing in the GUI, effectively blocking you from completing your DDNS configuration. BOLL Engineering AG Here is a breakdown of why this happens and how to fix it. 1. The Most Common Fix: Disable DNS Server Override If your WAN interface is configured via If the FortiGate cannot resolve DNS queries, it
: Verify your license status in the Dashboard > Status widget.
This bypasses DNS resolution for the DDNS service and can be an effective workaround if the issue is related to DNS. A common alternative IP is 208.91.112.220 if the primary address fails.
Newer versions of FortiOS utilize Anycast to reach FortiGuard services. Strict firewall rules, ISP routing anomalies, or local geographic latency can drop these optimized UDP packets.
Fortinet officially restricts FortiGuard DDNS GUI configurations on certain deployments, such as high-end 1000-series firewalls, Virtual Machines (VMs), and devices operating in Transparent Mode. Step-by-Step Remediation Guide