Deny HySecure network from different system session
Deny VPN network access from another user account.
On a System user A and user B both are logged in. User A launches HySecure Windows client this allows network access for user B also. A configuration can be set to deny access to the user.
It can be achieved using the VPN_ALLOW_ACCESS_FROM_CURRENT_SESSION
configuration.
Note
Below configuration should be enabled
VPN_ALLOW_ACCESS_FROM_CURRENT_SESSION=true
Deny VPN network access from virtual machine
On a System user A is logged in and he launches a Virtual Machine on the System, through that virtual machine user can access the network. A configuration can be set to deny access to the VPN network through virtual machine.
It can be achieved using the VPN_DENY_ACCESS_TO_PROCESS
along with VPN_ALLOW_ACCESS_FROM_CURRENT_SESSION
configuration.
Note
Below configuration should be enabled:
VPN_ALLOW_ACCESS_FROM_CURRENT_SESSION=true VPN_DENY_ACCESS_TO_PROCESS=process1.exe,process2.exe,process3.exe