Difference between pages "IoStAt" and "Network sniffing"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Redirected page to Iostat)
 
imported>ThorstenStaerk
(Created page with "Network sniffing means analyzing the network traffic on a packet level. For example the following command will show you all dhcp requests transmitted via the [[network...")
 
Line 1: Line 1:
#REDIRECT [[Iostat]]
+
Network sniffing means analyzing the network traffic on a packet level. For example the following [[command]] will show you all [[dhcp]] requests transmitted via the [[network]]:
 +
[[tcpdump]] -i <abbr title="network device to listen on">eth0</abbr> port 67 and port 68

Revision as of 08:04, 25 May 2013

Network sniffing means analyzing the network traffic on a packet level. For example the following command will show you all dhcp requests transmitted via the network:

tcpdump -i eth0 port 67 and port 68