Koozali.org: home of the SME Server

Monitor of network to internet trafic

Offline croppa

  • **
  • 24
  • +0/-0
Monitor of network to internet trafic
« on: September 02, 2007, 09:25:36 AM »
Does anyone know of an addon to SME Server with which I can monitor the downloads of individual computers on my local network.
( To keep daughters under control, or maybe it is I who is using to much)
Thanks in advance
Stuart

Offline mmccarn

  • *
  • 2,651
  • +10/-0
Re: Monitor of network to internet trafic
« Reply #1 on: September 02, 2007, 05:37:40 PM »
If you're trying to monitor HTTP downloads, make sure your 'http proxy' is enabled, then http://wiki.contribs.org/Sarg will give you daily reports by computer

http://wiki.contribs.org/Dansguardian gives you a little more control (but I don't know about reporting).

'squidguard' is another add-on for proxy management, but I can't find a clear link for you on 'how to'...

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Monitor of network to internet trafic
« Reply #2 on: September 02, 2007, 07:08:51 PM »
'squidguard' is another add-on for proxy management, but I can't find a clear link for you on 'how to'...

http://forums.contribs.org/index.php?topic=34337.0
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline SoftDux

  • *****
  • 240
  • +0/-0
    • http://www.SoftDux.com
Re: Monitor of network to internet trafic
« Reply #3 on: September 05, 2007, 05:51:16 PM »
What about traffic generated by stuff like MSN, Skype, torrens, SMTP / POP3, FTP, etc?

Offline mmccarn

  • *
  • 2,651
  • +10/-0
Re: Monitor of network to internet trafic
« Reply #4 on: September 06, 2007, 12:44:26 PM »
I don't know of any addons or contribs to monitor non-web traffic.

smtp/pop3: you can save copies of all incoming and outgoing emails by configuring the 'smtp proxy' (enabled by default) and using these instructions: http://wiki.contribs.org/Email#Keep_a_copy_of_all_emails

MSN, Skype, Torrents, FTP: can't help you there, beyond some general pointers:

'iptraf' & 'tcpdump' can be used to monitor any packet traveling through the server, but you wouldn't want to leave either one running all the time...

'snort' might do something useful for you: http://forums.contribs.org/index.php?topic=38371.0

'ipp2p' seems very intriguing: http://forums.contribs.org/index.php?topic=35167.0

Offline SoftDux

  • *****
  • 240
  • +0/-0
    • http://www.SoftDux.com
Re: Monitor of network to internet trafic
« Reply #5 on: September 06, 2007, 06:25:22 PM »


smtp/pop3: you can save copies of all incoming and outgoing emails by configuring the 'smtp proxy' (enabled by default) and using these instructions: http://wiki.contribs.org/Email#Keep_a_copy_of_all_emails


I don't see how this will help me, especially since it will fill the HDD's, and then needs to be cleaned out. Ideally, something which can save the info to a MySQL DB would be nice :)