Tcpdump

From Linuxintro
Revision as of 11:50, 20 April 2014 by imported>ThorstenStaerk (→‎See also)

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