Hi all,
is there a posibility to deploy connstore.dat for all users (over SCCM or GPO) with 2 different VPN settings? We have 2 different VPN lines, one is local and one is global. Users have configuration for global connection, and I wanted to add new local URL to existing file. The problem is that the connections are on different Pulse apliances, so creating new msi file with built in link is not an option.
Thanks!
Solved! Go to Solution.
Hi,
To configure the pulse client, you should use jamcommand to import a configuration file*.
The configuration file is downloaded from a PCS, and if that PCS is the owner of configurations for both appliances, it can be done.
If the two locations are not manage by the same PCS, then it is not possible to use jamcommand to import both configurations.
* If you simply copy and past the connstore.dat, it contains a machinde identification GUID, and when a second machine connect to PCS, the first one is disconnected.
Hi,
To configure the pulse client, you should use jamcommand to import a configuration file*.
The configuration file is downloaded from a PCS, and if that PCS is the owner of configurations for both appliances, it can be done.
If the two locations are not manage by the same PCS, then it is not possible to use jamcommand to import both configurations.
* If you simply copy and past the connstore.dat, it contains a machinde identification GUID, and when a second machine connect to PCS, the first one is disconnected.
Hi @pbsit & @flipPipe
I wanted to let you know that I've managed to create an configfile which contains two VPN's for two different environments.
Both connection are Layer 3 VPN. 1 connection is Full VPN for Remote Acces and the other is a SplitTunnel to another server when the user is at one of our offices.
To do so, you need to create an extra connection within the selected Connections.
{ Pulse Secure Client > Connections > [connection name] }
When you've created it and configured it as you wanted, you can download the installer configuration form the Client components section. Your PreConfigFile should now contain both VPN Entry's.
*Be aware of location awareness rules that could interfere.
Hope this helps you out!