**** Routing issue on some devices ****
Some Android devices, e.g., HTC Rezound with Android 4.0.3, have routing tables that are not compatible with FortiClient. When connecting via cellular network, no app traffic pass through.
Here is how you can determine whether your device has such compatibility issue:
1. Connect VPN;
2. Open a terminal emulator, run command
ip rule list
The output will show ip rules, e.g.
2500: from all to <a.b.c.d/24> lookup <routing table A>
Then run command
ip route show table <routing table A>
The output will show routes in <routing table A>
<a.b.c.d/24> dev tun0 scope link
If you don' t see the desired route in routing table, your device is not compabitle.
Please let us know if your device is not compatible for future reference.