Troubleshooting Tip: FortiGate Azure Active-Passive failover not working due to internal DNS server
| Description | This article describes how to resolve an issue where FortiGate Azure active-passive failover is not working due to a DNS resolution failure during failover. An internal DNS server is used, which causes DNS failure during the failover. |
| Scope | FortiGate. |
| Solution | Follow these steps:
config system dns-database
edit "Azure" set domain "management.azure.com" config dns-entry edit 1 set hostname "management.azure.com" set ip 4.150.240.10 <----- Confirm this IP by checking nslookup output. next end next
Alternatively, move the internal DNS to a different subnet and route Internet traffic directly (next hop Internet). However, this is not recommended as it exposes the internal DNS to the Internet.
When the SDN connector is initiating the DNS lookup query during an HA failover, it will always go out via the management interface. Even though the DNS servers under Network -> DNS shows as reachable, the DNS servers must be reachable through the management interface as well.
For more information, refer to the following articles: |
