从 W2k3 DC 中删除 IPSEC 策略

发布于 2024-08-03 22:06:42 字数 94 浏览 3 评论 0原文

我就是一辈子都记不起。很久以前,我们为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

意中人 2024-08-10 22:06:42

我不知道这是否适用于 DC,但试试这个。

管理单元:

1) 登录服务器
2)开始>运行提示
3) secpol.msc
4) 转到服务器上的安全策略
5) 右键单击​​策略,单击取消分配

命令行:

cmd /k netsh ipsec static show policy all  

这将显示策略是否处于活动状态

cmd /c netsh ipsec static delete all  

这将从策略存储中删除所有内容

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文