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

Use a specific ISP Link for Fortiguard Updates

I have two wan links in my FGT 600C. I want users to browse via WAN1 hence this WAN1 route is configured with least distance/priority. By default Fortiguard Updates are happening on WAN1, Is it possible to configure Fortiguard Updates to happen on WAN2.

Ahead of the Threat. FCNSA v5 / FCNSP v5

Fortigate 1000C / 1000D / 1500D

 

Ahead of the Threat. FCNSA v5 / FCNSP v5 Fortigate 1000C / 1000D / 1500D
5 REPLIES 5
Dipen
New Contributor III

config system fortiguard set source-ip xxx.xxx.xxx.xxx Is this command available ; I am confused ?

Ahead of the Threat. FCNSA v5 / FCNSP v5

Fortigate 1000C / 1000D / 1500D

 

Ahead of the Threat. FCNSA v5 / FCNSP v5 Fortigate 1000C / 1000D / 1500D
Warren_Olson_FTNT

you can use set source-ip to the ip on your wan2 interface and see if that works.
Dipen

config system fortiguard set source-ip xxx.xxx.xxx.xxx
This command is not available in FortiOS 5.x. So we cannot set source-ip to wan2

Ahead of the Threat. FCNSA v5 / FCNSP v5

Fortigate 1000C / 1000D / 1500D

 

Ahead of the Threat. FCNSA v5 / FCNSP v5 Fortigate 1000C / 1000D / 1500D
Warren_Olson_FTNT

Ah interesting I got so used to 5.2 I didnt realize the command didnt exist prior.
TuncayBAS
Contributor II

priority value of the set interface. traffic goes from the smallest priority value. DSL interface
 config system interface
 edit wan1
 set priority 1
 next
 edit wan2
 set priority 2
 next
 end
 
Active connection to wan1, beause priority small. Fiber Connections:
 config router static
 edit 1
 set device wan1
 set priority 1
 next
 edit 1
 set device wan2
 set priority 2
 next
 end
 
such as.

Tuncay BAS RZK Muhendislik Turkey NSE 4 5 6 FCESP v5

Tuncay BAS RZK Muhendislik Turkey NSE 4 5 6 FCESP v5
Labels
Top Kudoed Authors