Split tunneling settings
SSL VPN clients in tunnel mode can choose between the following settings to split the traffic:
Option |
Description |
---|---|
Tunnel mode |
|
To configure split tunneling in the GUI:
-
Go to VPN > SSL-VPN Portals.
-
Click Create New or Edit an existing portal.
-
Enable Tunnel Mode and select one of the Split tunneling settings.
-
Select Routing Address Override to define the destination network (usually the corporate network) that will be routed through the tunnel.
Leave Routing Address Override undefined to use the destination in the respective firewall policies.
-
Select Source IP Pools for users to acquire an IP address when connecting to the portal. There is always a default pool available if you do not create your own.
-
Configure other necessary parameters as required.
-
Click OK.
To configure split tunneling in the CLI:
config vpn ssl web portal edit "tunnel-access" set tunnel-mode enable set split-tunneling {enable | disable} set split-tunneling-routing-negate {enable | disable} set split-tunneling-routing-address <name1> <name2> … set ip-pools <name1> <name2> … next end
The command
|