Forum Navigation
You need to log in to create posts and topics.

Tcpdump listen on all interfaces

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

Examples

Debug Fluentd sending data to logz.io on multiple interfaces

sudo tcpdump -i any tcp port 24224 -X -s 0 -nn