Articles & Code Snippets


Debug and monitor traffic on a network

Debug and monitor traffic on a network


The tcpdump command displays out the headers of packets on a network interface that match the boolean expression. To drop ssh traffic from dumping and monitoring operation using the following syntax:

tcpdump -i eth1  -s 1500 port not 22
web


Archives