| Author |
Message |
ExPycho
Joined: 02 May 2006 Posts: 4
|
20 Aug 2006 8:18 how to know the network traffic ?? |
|
|
|
|
Hello frens and seniors over there
we had a Lan of 100 computer ..
I usually put some files in share...what i want to know is that
which user is accessing my shared files. is there any command or i have to user third party software for such purpose..please help
Anyway thanks in advance
|
|
| Back to top |
|
 |
faghani
Joined: 25 Jun 2006 Posts: 75 Helped: 7
|
21 Aug 2006 6:57 Re: how to know the network traffic ?? |
|
|
|
|
| u can install a tiny web server on each of ur computer, and check out the log to find out who hit ur shared folder
|
|
| Back to top |
|
 |
ExPycho
Joined: 02 May 2006 Posts: 4
|
21 Aug 2006 17:24 Re: how to know the network traffic ?? |
|
|
|
|
anyway thanks for the reply
I think this will not suit for me, isnt there a alternative for this.
Plz do help
|
|
| Back to top |
|
 |
Anno
Joined: 08 Feb 2006 Posts: 114 Helped: 15 Location: South Africa
|
21 Aug 2006 18:46 how to know the network traffic ?? |
|
|
|
|
what OS is this?
I'm using normal tcpdump to analyse tcp traffic on my
linux system.
|
|
| Back to top |
|
 |
faghani
Joined: 25 Jun 2006 Posts: 75 Helped: 7
|
22 Aug 2006 7:25 Re: how to know the network traffic ?? |
|
|
|
|
if u want only to know who's accessing ur shares and printer in windows u can type
netstat -an
in command window to find out which foreign address is connected via port 139 on ur local address as TCP/139 - NetBIOS Session Service whic is used to transfer files over TCP. This is both the port that NULL Sessions are established over and the port that file and printer sharing takes place on.
|
|
| Back to top |
|
 |
ExPycho
Joined: 02 May 2006 Posts: 4
|
26 Aug 2006 8:10 Re: how to know the network traffic ?? |
|
|
|
|
thnks a lot ... i got the command for the required work....
One thing i want to mention is that i had found the software named "sharewatch" for such purpose , its quite easy with friendly interface. Can be downloaded at http://www.stevemiller.net/sharewatch/
|
|
| Back to top |
|
 |