Tcpdump

From Linuxintro
Revision as of 10:36, 13 April 2009 by imported>ThorstenStaerk (New page: 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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