Customer Service
Customer Service Information and Announcements
larsbollas
Staff
Staff
Article Id 222946
Description

This article describes how to configure FortiGate DNS over TLS using Cloudflare DNS.


Cloudflare DNS:

Primary DNS 1.1.1.2

Secondary DNS 1.0.0.1

Scope

From GUI:

 

larsbollas_0-1662443742639.png

 

From CLI:

# config system dns
    set primary 1.1.1.2
    set secondary 1.0.0.1
    set protocol dot
    set server-hostname "1dot1dot1dot1.cloudflare-dns.com"
end

Note.

Using incorrect server hostname will result to DNS failure.

Solution When configuring from GUI, do not forget to change the default server hostname 'globalsdns.fortinet.net'.

When using Cloudflare DNS, use 'one.one.one.one' or '1dot1dot1dot1.cloudflare-dns.com' as the server hostname.

 

Related article:
https://community.fortinet.com/t5/FortiGate/Technical-Tip-DNS-over-TLS-configuration/ta-p/193830

 

Contributors