跟踪 unbuntu 服务器上的所有传入网络流量

发布于 2024-10-13 12:20:25 字数 1459 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

开始看清了 2024-10-20 12:20:25

这是一个非常开放式的问题。

如果您有兴趣记录所有流量并将其保存以供将来分析,TCPDump 是您的最佳选择。可以使用适当的标志为您处理文件轮换和时间戳。 http://www.tcpdump.org/

如果您正在寻找源/目标 IP 和端口日志记录,netflow更方便,因为管理所需的资源和磁盘空间更少。这可以通过 nProbe http://www.ntop.org/nProbe.html 或 nfcapd 来完成http://manpages.ubuntu.com/manpages/intrepid/man1/nfcapd .1.html

您始终可以从路由器/防火墙捕获IP/端口信息。这可能是最简单的。

This is a very open ended question.

If you are interested in recorded ALL traffic to saving it for future analysis, TCPDump is the way to go. File rotation and timestamps can be taken care of for you with the proper flags. http://www.tcpdump.org/

If you are looking for Source/Dest IP and port logging, netflow is more convenient as it takes less resources and disk space to manage. This can be accomplished through nProbe http://www.ntop.org/nProbe.html or nfcapd http://manpages.ubuntu.com/manpages/intrepid/man1/nfcapd.1.html

You can always capture IP/port information from your router/firewall. This is probably the easiest.

森罗 2024-10-20 12:20:25

您可以使用 tcpdump 查看数据包,或者如果您需要使用 Wireshark 的 GUI。

You can view packets with tcpdump or if you need a GUI with Wireshark.

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