按计划关闭 TCP 会话,可选监视空闲状态
再会。
我需要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以使用“conntrack”iptables 模块来破解一些东西。特别是 --ctexpire 匹配。请参阅 man iptables。
Perhaps you can hack something with "conntrack" iptables module. Especially the --ctexpire match. See man iptables.