- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Monitor network traffic
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
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
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
08-20-2003 10:49 PM
08-20-2003 10:49 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 10:54 PM
08-20-2003 10:54 PM
Re: Monitor network traffic
If you need a detailed traffic analisys there is 'ethereal'. It has even graphical interface.
run these command from root user.
ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 10:56 PM
08-20-2003 10:56 PM
Re: Monitor network traffic
simply issue tcpdump at the command prompt
you can also use ethereal -a very nice gui utility -so you should run X before you start it.
It is linux version of network monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 11:11 PM
08-20-2003 11:11 PM
Re: Monitor network traffic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 11:39 PM
08-20-2003 11:39 PM
Re: Monitor network traffic
will list a binary /usr/sbin/tethereal
this is a text based ethereal binary. As for the gui one, I am unsure what it's name would be..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 11:47 PM
08-20-2003 11:47 PM
Re: Monitor network traffic
simply issue: ethereal
You should have X running
be sure that you have these RPMs installed:
ethereal-0.9.6-1.i386.rpm
ethereal-gnome-0.9.6-1.i386.rpm
(these are defaults of redhat 8.0)
P.S.
why don't you assign points to people who help you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 04:12 AM
08-22-2003 04:12 AM
Solution/usr/bin/ethereal
/usr/sbin/tcpdump
All of theses are related to network monitoring
depending on distribution/setup the location could be different just do a
whereis iptrf
or a
locate iptraf
or
man iptraf
or
rpm -ql iptraf (as mention by Stuart Browne)
two more info sometimes you need to be root to run theses tools and theses also put your ethernet card in promiscuous mode
for general purpose I find iptraf does the job
for real hacking/sniffing tcpdump or ethereal.
hope this helps
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 04:38 AM
08-22-2003 04:38 AM
Re: Monitor network traffic
Rectification Ethereal and tcpdump could run in promiscuous mode.
I always belived they did by default but now if I run then and do a ifconfig I dont see them in that mode ?
will dig that out when I have more time
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 04:45 AM
08-22-2003 04:45 AM
Re: Monitor network traffic
xosview &
this is neat ...
Jean-Pierre