MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I came home today and noticed the router is showing traffic from my Mandriva 2006 machine. I run the "who" command to see if anyone is logged in and I don't find anyone logged in. The network monitoring shows about 1.5KB/s transmit and .5KB recieve.
I'm curious how to find out what this traffic is on the system. Is there a way to monitor the incoming / outgoing packets and their contents? Or to get a more verbose listing of anyone that is in the computer? I'm not running anything that should be accessing the internet, so I am at a little bit of a loss.
Thanks for the help.
~Nem
Last edited by NemesysSRT; 03-07-2006 at 11:00 PM.
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344
Rep:
You should be able to use Ethereal. I am not sure about Mandriva but Fedora comes with it. If you don't have it installed, I am sure that you would be able to google for it and get it. You would be able to track traffic on a packet basis and actually watch the traffic. Hope this will lend some insight!
Just as a quick check, you can run "netstat -anp" to get a list of open connections, and the PIDs responsible for those connections. It won't show you the contents of the packets, but it might save you the trouble of analysing expected traffic.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.