Tcpdump

From Linuxintro
Revision as of 10:48, 13 April 2009 by imported>ThorstenStaerk

tcpdump is a command that allows you to monitor your network traffic. For example you can watch out for dhcp communication on your network using:

tcpdump -i eth1 port 67 and port 68

See also