New Member
July 23, 2019
Question
How to do route-policy with VPN?
- July 23, 2019
- 1 reply
- 6322 views
Hi everyone,
We have a fortigate-200d running V5.4.5 here.
And we have two default-route.
We also have some VPNs.
Here is what I want to do :
corp vlan5 's traffic go wan2 ,other traffic except VPN go wan1, How to do that ?
Here are my route-policy:
I can't do a route-policy like this :
!
set input-device "corp vlan1" set src "0.0.0.0/0.0.0.0" set dst "0.0.0.0/0.0.0.0" set gateway wan1_IP set output-device "wan1" next
!
Because all the VPN traffic will down...
Thank you for any answers..