Some of the useful tcpdump commands to trouble shoot network issues:
List the interfaces
List the interfaces
tcpdump -DGet the traffic to specific host
tcpdump -i eth0 -vvv -A -l host host-to-checkTo dump into a file
tcpdump -i eth0 -vvv -A -l host host-to-check -w file-to-dumpRead from a file
tcpdump -i eth0 -vvv -A -l -r file-to-read-from
0 comments:
Post a Comment