FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
gakshay
Staff
Staff
Article Id 195079
Description
This article describes how to configure a DNS multiple domain list.

Solution
DNS settings have been expanded to support a list of up to eight domains.
Configure a DNS domain list using the GUI or the CLI.

CLI options have been added to allow customization of the DNS timeout and retry settings.

To configure a DNS domain list from GUI.
1) In FortiOS, go to Network -> DNS.
2) Select the '+' button to add multiple domains. Configure up to eight domains as required. In the example below, the DNS domain list is configured to include three domains: sample.com, example.com, and domainname.com.
3) Configure additional DNS settings as required, then select 'Apply'.




To configure a DNS domain list from CLI.
The example below shows the CLI commands for setting the primary DNS server IP address to 172.16.200.1 and configuring multiple domains: sample.com, example.com, and domainname.com.
# config system dns
    set primary 172.16.200.1
    set domain "sample.com" "example.com" "domainname.com"
end

Contributors