Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
18 Oct 2020
Problem
User wants to debug outgoing and incoming traffic on multiple interfaces
Solution
tcpdump -i any
Note
any tcpdumps such as port, type, dest etc. can be applied
Reply 1
18 Oct 2020
Examples
Debug Fluentd sending data to logz.io on multiple interfaces
sudo tcpdump -i any tcp port 24224 -X -s 0 -nn
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →