如何在 IPSec 中启用 WCF net.tcp?

发布于 2024-11-10 02:32:07 字数 549 浏览 0 评论 0原文

我正在尝试使用 WCF.NET NET-TCP 协议从一个 Web 应用程序连接到另一个 Web 应用程序。这个 net.tcp 协议在 IIS 中启用,在我的例子中使用端口 TCP 808。 我已在服务器中配置了 IP 过滤器,但它会阻止两个应用程序之间的连接,除非我完全禁用 IP 过滤器。

这是我尝试添加的规则,但不起作用:

Source address: Any IP Address
Destination address: My IP Address
Protocol: 6 (TCP)
From Port: Any port
To Port: 808
Action: Permit

使用 TCPView,当连接被阻止时显示:

Protocol   Local Address       Remote Address    Status
TCP        server.com:64706    server.com:808    SYN_SENT

How do I allowed this links?谢谢!

I'm trying to connect from a web app to another web app using the WCF.NET NET-TCP protocol. This net.tcp protocol is enabled in IIS and is using the port TCP 808 in my case.
I've configured IP Filter in the server, but it blocks the connection between both applications unless I completely disable IP Filter.

This is the rule I've tried to add, and which doesn't work:

Source address: Any IP Address
Destination address: My IP Address
Protocol: 6 (TCP)
From Port: Any port
To Port: 808
Action: Permit

Using TCPView, when the connection is blocked shows:

Protocol   Local Address       Remote Address    Status
TCP        server.com:64706    server.com:808    SYN_SENT

How do I permit this connections? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

悲喜皆因你 2024-11-17 02:32:07

我找到了解决方案。

如果有 IP ->我的IP是传入规则,那么我也必须添加传出规则;这将是我的 IP ->任何IP。

详细信息:

Source address: My IP Address
Destination address: Any IP Address
Protocol: 6 (TCP)
From Port: Any port
To Port: 808
Action: Permit

希望这有帮助。

I've found the solution.

If Any IP -> My IP is the ingoing rule, then I had to add the outgoing rule too; which would be My IP -> Any IP.

Details:

Source address: My IP Address
Destination address: Any IP Address
Protocol: 6 (TCP)
From Port: Any port
To Port: 808
Action: Permit

Hope this helps.

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