SSLVPN for multiple user groups
Hi guys,
I'm currently configuring a Fortigate VM with evaluation license on FortiOS 5.4.4, so I can't log a ticket. I have the following SSLVPN requirements.
1) Total of 3 user groups
2) Each user groups are restricted to establish SSLVPN from different set of public IPs with different access permission. Eg:
- Group A can only connect SSLVPN from source IP 1.1.1.1 with full access.
- Group B can only connect SSLVPN from source IP 2.2.2.2 with web mode access only.
- Group C can only connect SSLVPN from source IP 3.3.3.3 with tunnel mode access only.
3) Enable split tunneling so remote users can still access internet via their own gateway.
I'm currently using this guide as a reference. However, I can't seem to get past Step 5(creating firewall policies for SSLVPN). I can configure a policy for SSL > LAN with source IP as per mentioned above, but only 1 policy and nothing more. Trying to create a second SSLVPN policy just prompts me with a "Some changes failed to save" error.
My first SSLVPN policy is this:
set name "Group A SSLVPN" set srcintf "ssl.root" set dstintf "LAN" set srcaddr "GrpA_Public" set dstaddr "LAN_IP" set action accept set schedule "always" set service "ALL" set utm-status enable set groups "GroupA" set ips-sensor "all_default" set nat enable
I can't create a SSL > WAN as defined in the guide since I'm using split tunneling(cannot set destination address as "all"), nor am I able to create another SSL > LAN for Group B. Any idea what is wrong?
