Common tcpdump parameters   Leave a comment

tcpdump is a useful tool for diagnosing network problems assuming you can understand it’s output. In order to understand it’s output it does help to filter the packets to be displayed down to those relevant. The -n flag is also useful for performance reasons, especially with hosts who’s ip’s do not resolve to names. My favourite filters for taming the output follow.

not port 22
net 192.168.0.3 and net 192.168.0.253
port 80 or icmp

About these ads

Posted June 2, 2007 by colinnewell in Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 37 other followers