Permit local static route override when connected to FortiClient?
Using FortiClient and EMS 6.0. Clients get pushed default route through the tunnel. Is it possible to permit an end-user to override select static routes on their systems?
We have some engineers who work remotely, and have multiple LAN segments at their house. They need to be able to access things like their printers or NAS devices while connected to the FortiClient VPN.
When they try to add a local static route with a metric of 1, FortiClient intercepts this request and adds it's own static route with a lower metric.
C:\Windows\system32>route print | find "192.168.3" C:\Windows\system32>route add 192.168.3.0 mask 255.255.255.0 192.168.1.1 metric 1 if 6 OK! C:\Windows\system32>route print | find "192.168.3" 192.168.3.0 255.255.255.0 192.168.1.1 192.168.1.102 26 192.168.3.0 255.255.255.0 10.47.24.29 10.47.24.28 2 C:\Windows\system32>