SSL VPN with dual ISP config suggestions
Could you help me with a suggestion?
We have a FortiGate HA setup with two ISP links. The customer wants the SSL VPN service to remain available regardless of which ISP link goes down, so that user connectivity is not impacted.
One option is to configure SSL VPN access on both ISP connections. However, I have a question regarding routing behavior. If I configure two default routes for WAN1 and WAN2, with WAN1 as the preferred route, what happens when a user connects to the SSL VPN using the public IP address associated with WAN2?
Â
edit 1
set dst 0.0.0.0/0
set gateway <ISP1_GW>
set device "wan1"
set distance 10
next
edit 2
set dst 0.0.0.0/0
set gateway <ISP2_GW>
set device "wan2"
set distance 20
next
Â
Will the SSL VPN connection work correctly, or could there be issues due to the return traffic being routed out through the preferred WAN1 interface instead of WAN2, or it will be return via wan2 maintain symmetry.
similarly., customer want to have DNAT polices for internal services to remain available.
