Troubleshooting Tip: FortiGate is unable to resolve FQDN addresses
| Description | This article describes behavior in FortiOS where FQDN-Addresses are unable to be resolved and how to fix it. |
| Scope | FortiGate 7.2.x. |
| Solution | In this scenario, an error is displayed in FortiOS to resolve FQDN addresses objects configured.
config firewall address edit "cargosautomaticos.credomatic.com" set type fqdn set fqdn "cargosautomaticos.credomatic.com" next
FW01 # diagnose firewall fqdn list-all ... fqdn_u 0xa3fa510 cargosautomaticos.credomatic.com: type:(1) ID(31) count(0) generation(0) data_len:0 flag: 0
FW01 # diagnose firewall fqdn list-ip ... fqdn_u 0xa3fa510 cargosautomaticos.credomatic.com: type:(1) ID(31) count(0) generation(0) data_len:0 flag: 0
The next DNS debug commands, did not display any information:
FW01 # diagnose test app dnsproxy 2 <----- Show stats.
FW01 # diagnose test app dnsproxy 3 <----- Dump DNS settings.
The dnsproxy-debug (diagnose debug appliction dnsproxy -1) used to display the next error:
2026-02-12 11:44:39 [worker 0] dns_server_setup()-434: ip=208.91.112.53 encrypt=none rating=0
Follow the steps below to fix the issue. If one does not work, proceed to the next.
diagnose test application dnsproxy 99
diagnose sys process pidof dnsproxy
config system global set dnsproxy-worker-count 2
Finally, the FortiOS will be able to resolve the FQDN addresses. For example:
FW01 # diagnose firewall fqdn list-ip ... fqdn_u 0xa89a012 cargosautomaticos.credomatic.com: type:(1) ID(31) count(1) generation(3) data_len:13 flag: 1 |
