Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
unknown1020
New Contributor III

Unable to connect to fortiguard servers

Good morning friends, a question.

Could you please help me with this query, because that message appears "Unable to connect to fortiguard servers"

In firewall v7.0.12 we are using the DNS of the ISP provider and no drops are observed. There is no latency

The licenses are in UP and expire in 2024.

 

What could be happening? thanks for your comments

 

10.jpgScreenshot_4.jpg

2 Solutions
Satory
New Contributor III

You may try disabling anycast and use pure DNS:

config system fortiguard
  set fortiguard-anycast disable
  set port 53
  set source-ip x.x.x.x
end

View solution in original post

hbac
Staff
Staff

Hi @unknown1020,

 

Are you able to ping update.fortiguard.net by running "execute ping update.fortiguard.net" in the CLI? You can try to make the following changes and see if it helps: 

 

config system fortiguard
set fortiguard-anycast disable
set sdns-server-ip 208.91.112.220
end

 

Regards, 

View solution in original post

5 REPLIES 5
Satory
New Contributor III

You may try disabling anycast and use pure DNS:

config system fortiguard
  set fortiguard-anycast disable
  set port 53
  set source-ip x.x.x.x
end

pavankr5
Staff
Staff
smayank
Staff
Staff

Hello 

Fortiguard could be ureachable when it sends queries from lowest index interface

There are method to add interface in fortiguard settings.

https://community.fortinet.com/t5/FortiGate/Technical-Tip-Functionality-of-set-interface-select-meth...

Please check by taking snifferes if quries going towards fortiguard server is going with some random IP.

https://community.fortinet.com/t5/FortiGate/Technical-Tip-Functionality-of-set-interface-select-meth...
Thanks & Regards 
Mayank Sharma

hbac
Staff
Staff

Hi @unknown1020,

 

Are you able to ping update.fortiguard.net by running "execute ping update.fortiguard.net" in the CLI? You can try to make the following changes and see if it helps: 

 

config system fortiguard
set fortiguard-anycast disable
set sdns-server-ip 208.91.112.220
end

 

Regards, 

Labels
Top Kudoed Authors