从 W2k3 DC 中删除 IPSEC 策略
我就是一辈子都记不起。很久以前,我们为 VPN 设置 IPSEC,添加的 IPSEC 总是会导致 1091 1085 错误。我们没有使用它,所以我想将其删除,但找不到在哪里。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道这是否适用于 DC,但试试这个。
管理单元:
1) 登录服务器
2)开始>运行提示
3) secpol.msc
4) 转到服务器上的安全策略
5) 右键单击策略,单击取消分配
命令行:
这将显示策略是否处于活动状态
这将从策略存储中删除所有内容
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:
This will show if a policy is active or not
This will remove everything from the policy store