|
CLI Magic: Linux troubleshooting tools 101 (Linux.com)CLI Magic: Linux troubleshooting tools 101 (Linux.com)Posted Feb 21, 2007 6:22 UTC (Wed) by speedster1 (subscriber, #8143)In reply to: CLI Magic: Linux troubleshooting tools 101 (Linux.com) by robert_s Parent article: CLI Magic: Linux troubleshooting tools 101 (Linux.com)
Not to mention wireshark (formerly ethereal)! When I've got a tricky networking problem, I usually use tcpdump to do captures (on both sides of the connection when possible) then analyze them on my laptop using wireshark.
Use tcpdump to store full packets to file instead of displaying just the headers:
tcpdump -s0 -w <file> -i [ethN | any] [optional filter expression]
(Log in to post comments)
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.