This is currently a limitation of the PCS device. Take this into consideration, if you are deploying the PCS SSL VPN in a Linux environment.
For example, on a Ubuntu 9.10 machine, the following behavior is observed when split tunnel mode is enabled (irrespective of the DNS search order configured under the NC Profile on the PCS ): Before launching NC, the resolve.conf has the following entries: 1.1.1.1 2.2.2.2 Implying that all DNS requests would first be sent to server 1.1.1.1 and would fall back to server 2.2.2.2 in the case where server 1.1.1.1 is unreachable for name resolution.
If the PCS DNS setting under NC profile is: Primary DNS: 10.10.10.10 Secondary DNS: 20.20.20.20
After launching NC, the resolve.conf would be modified as shown below: 10.10.10.10 20.20.20.20
Implying that all DNS requests would first be sent to the server 10.10.10.10 and would fall back to 20.20.20.20 in the case when the 10.10.10.10 server is unreachable for name resolution.
After disconnecting NC, resolve.conf is restored with the old entries as shown below: 1.1.1.1 2.2.2.2 |