Skip to main content
btey
Staff & Editor
Staff & Editor
February 7, 2022

Technical Tip: DHCP Secondary DNS server Option

  • February 7, 2022
  • 0 replies
  • 11065 views
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