Skip to main content
azizdharma
New Member
October 26, 2023
Question

Change ISP DNS from Fortigate

  • October 26, 2023
  • 2 replies
  • 1804 views

Hi there! I would like to ask a question. So my ISP ask me to change their DNS from public to a specific DNS. After searching the menu in FortiGate dashboard, I didn't a feature that can help me change it. 

 

May someone help me explain how to change it?

 

Thank you in advance.

2 replies

hbac
Staff
Staff
October 26, 2023

Hi @azizdharma,

 

Are you using static or DHCP IP address for your wan interface? You can change FortiGate system DNS servers on the GUI > Network > DNS. 

 

Regards, 

xshkurti
Staff
Staff
October 26, 2023

@azizdharma 


You can also use CLI to edit your system DNS:
config system dns
set primary 1.1.1.1
set secondary 8.8.8.8
end


Regards,
xshkurti