按计划关闭 TCP 会话,可选监视空闲​​状态

发布于 2024-11-15 02:07:25 字数 175 浏览 2 评论 0原文

再会。

我需要 Linux 防火墙上的一个应用程序或脚本来监视并在几分钟后关闭到一个站点的空闲 TCP 连接。到目前为止,我找到了cutter和Killcx,但这是命令提示符工具,没有空闲检测。

您是否知道任何适用于 Linux 的应用程序或防火墙实现,其中包含我想要的所有内容?

谢谢。

Good day.

I need an application or script on Linux firewall which will monitor and close idle TCP connections to one site after some minutes. Till now I found cutter and Killcx, but this is command prompt tools and no idle detection.

Do you know any app or maybe firewall implementation for Linux with everything that I want in one package?

Thanks.

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

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

发布评论

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

评论(1

心作怪 2024-11-22 02:07:25

也许你可以使用“conntrack”iptables 模块来破解一些东西。特别是 --ctexpire 匹配。请参阅 man iptables。

Perhaps you can hack something with "conntrack" iptables module. Especially the --ctexpire match. See man iptables.

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