VPN and LiveState
Anyone have a good idea to keep packages from deploying to PC's when they connect remotely over VPN? Symantec tells me to just block the port on the local firewall, I'd like to avoid that if I can.
Any other creative ideas?
We are looking into blocking the port on the VPN device...
Any other creative ideas?
We are looking into blocking the port on the VPN device...
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
-
I have same problem. can anybody have idea how to block the port on <a herf="http://countriesvpn.com/china-vpn/">china vpn</a>
We recently implimented our solution, but does require using GPO.
We created a policy that sets the LiveState Agent to Manual, then add a logon script that starts the service. This will keep the service from running except when booting on our network and the GPO applies.
logon script is pretty basic:
sc start "wcontrol"
This GPO is set to only apply to our laptops, which we have broken down by OU.
Hope that helps, or at least gets you pointed in the right direction...
Tom
We created a policy that sets the LiveState Agent to Manual, then add a logon script that starts the service. This will keep the service from running except when booting on our network and the GPO applies.
logon script is pretty basic:
sc start "wcontrol"
This GPO is set to only apply to our laptops, which we have broken down by OU.
Hope that helps, or at least gets you pointed in the right direction...
Tom
Please log in to comment
Comments