Skip to main content
ederwindows98
New Member
November 26, 2021
Question

Create static route for WAN2

  • November 26, 2021
  • 3 replies
  • 5235 views

Hi evebody!

This is the scenario for my question?

 

PC --------------> Fotigate 60E (FortiOS 5.4.6)  ---> WAN1 ---> ISP1 = 192.168.0.1 (DHCP)

Browse for IP site                                 |----------------> WAN2 ---> ISP2 = 200.40.5.4 (FIXED)

172.201.40.5------------------------| (to route 172.201.40.5 for WAN2)

 

I have two ISP and I need to route tha packets for 172.0.201.40.5 for the internet trhow for WAN2.

Could I do this with static routes?

This WAN2 is only for the site 172.201.40.5.

3 replies

The_Physicist
Visitor III
November 26, 2021

I have two ISP and I need to route tha packets for 172.0.201.40.5 for the internet trhow for WAN2.

Could I do this with static routes?

This WAN2 is only for the site 172.201.40.5.


Try to explain this better. Sure you can solve it with Sd-wan rules.

Toshi_Esumi
SuperUser
SuperUser
November 26, 2021

If the 172.201.40.5/32 is the only destination you want to route through wan2, you just need to have a static route for the /32 to wan2, while the default route is pointing toward wan1.

ederwindows98
New Member
November 27, 2021

Thanks!

How to configuring this in the rounting screen?

Sorry i'm newbie in the fortiOS.

ESCHAN_FTNT
Staff
Staff
November 27, 2021

Under Network > Static routes. Create New. Then in destination put in 172.0.201.40.5/32. For the gateway put the gateway for wan2 and the interface select wan2.

FortiNitish
Staff
Staff
July 18, 2023

Hello,
You can check the below document for reference.

https://docs.fortinet.com/document/fortigate/6.2.15/cookbook/626338/adding-a-static-route

 

In the destination field you need to specify the IP : 172.0.201.40.5

In the interface you will need to select the WAN2 interface.

 

Thanks