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

IPSEC split tunnel

Yall smart people know how to only allow split tunnel on a remote worker for a specific subnet? to let’s say 192.168.13.x. All other traffic (including internet ) go through the tunnel?

https://9apps.ooo/
2 REPLIES 2
Tauri
New Contributor III

Hi! Go to VPN -> SSL-VPN portals. There you can define tunnel mode. Select "Enabled Based on Policy Destination". Or in the cli as showed below.

config vpn ssl web portal
    edit tunnel-access
    set split-tunneling enable
end 

Check this manual: Link 

 

System Engineer
System Engineer
princes
Staff
Staff

HI,

 

For Dialup IPSEC  you need to use below option under phase1 settings:

config vpn ipsec phase1-interface
    edit "Dialup_IPsec"

         ipv4-split-include "subnet"  ------->define your split range and use that address object here.

 

So the traffic which matched this split range will only be routed towards FortiGate over Dialup tunnel.

other traffic will exit from your local internet adapter.

 

Thank you.

 

Regards,

Prince

 

Best regards, Prince singh Fortinet EMEA TAC Engineer
Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors