views:

132

answers:

1

I just can't for the life of me remember. We were setting up IPSEC for a VPN along time ago and added IPSEC that has always caused 1091 1085 errors. We are not using it so I would like to remove it but cant find where.

A: 

Hello,

I don't know if this applies to a DC, but try this.

Snapin:

1) Log into the server
2) Start > Run prompt
3) secpol.msc
4) Go to the security policies on the server
5) Right-click the policy, click unassign

Command-line:

cmd /k netsh ipsec static show policy all  

This will show if a policy is active or not

cmd /c netsh ipsec static delete all  

This will remove everything from the policy store

asteroid

related questions