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.
btey
Staff
Staff
Article Id 204365
Description This article describes how to configure DHCP Secondary DNS server via GUI and CLI.
Scope  
Solution

For version 6.0, 6.2, 6.4 GUI, you can define multiple DNS server with comma. Example  1.1.1.1,8.8.8.8.

 

6.2.10.PNG

 

From CLI, set as below:

 

# config system dhcp serve
    edit x <----- X is the respective DHCP server ID.

        set dns-server1 1.1.1.1
        set dns-server2 8.8.8.8

    end

 

For 7.0 and above, set the DNS via GUI as below:

 

7.0.4.PNG

 

Contributors