- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- howto sniff switched LAN using wireshark ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2007 09:18 AM
тАО09-14-2007 09:18 AM
I have wireshark installed on linux and my LAN is very slowly.
howto sniff switched LAN using wireshark
or similar program for problems and errors ?
or where can i find a good tutorial ?
what should i pay attention to sniff switched network ?
could you tell pls something more about your experience ?
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2007 10:42 AM
тАО09-14-2007 10:42 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2007 09:56 AM
тАО09-15-2007 09:56 AM
Re: howto sniff switched LAN using wireshark ?
Usually a managed switch has traffic and error counters for each port. Examining these can offer you big clues about where the problem might be. For example, you can reset all the counters to zero, wait a while and then examine them again: large (and quickly increasing) numbers in the traffic counter of a particular port may indicate an (over)loaded server. If you see that the error counter of a port is increasing rapidly, that port may have a bad cable or a bad NIC connected to it.
A managed switch might help you in the sniffing operation too: a common feature is the ability to duplicate all traffic going in and out of a particular port to another port, which you can use for your sniffer.
Modern managed switches can often send SNMP trap messages or maybe even emails if they detect excessive amounts of errors. I recommend that you take the time to read the instruction manual of your switch.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2007 10:29 AM
тАО09-15-2007 10:29 AM
Re: howto sniff switched LAN using wireshark ?
If you see a lot of traffic generated from some (or all) machines, destined to non standard ports or unknown hosts, then you fall down into one of these categories.
Check nessus and its plugins, for example:
http://www.nessus.org/plugins/index.php?view=all&family=Peer-To-Peer+File+Sharing
You can also use nmap to check what ports are open in remote computers.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2007 04:03 AM
тАО09-16-2007 04:03 AM
Re: howto sniff switched LAN using wireshark ?
You don't mention what brand switches you're using, however most managed switches will have an option to mirror all data to a specific port as mentioned previously.
On Cisco switches this feature is known as SPAN (Switched Port ANalyzer). A good introduction can be found here:
http://www.cisco.com/warp/public/473/41.html
Hope this helps,
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2007 05:26 AM
тАО09-17-2007 05:26 AM
Re: howto sniff switched LAN using wireshark ?
Only if those are "clean" (no errors or _late_ collisions) would I suggest trying to packet sniff, at which point you will definitely want to have a "managed" switch so you can enable the port mirroring as mentioned previously. Otherwise, you _can_ sniff traffic but your sniffer will only see the traffic which would have already gone to that port.
There _may_ be other, slightly nefarious ways to make the switch behave more like a hub, but perhaps best to try the other stuff first. The ways to make a switch behave like a hub would only make the network run worse for a time.