Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Oldphool on May 22, 2006, 09:22:09 PM

Title: Newbie Help
Post by: Oldphool on May 22, 2006, 09:22:09 PM
I am trying to decide if SME is the right answer to my needs.  I have a small LAN with 30 users connected to the internet through a PIX501 firewall and a DSL modem.  What I am trying to do is get reports on where my users are going on the internet.  The PIX gives me ip addresses visited in the form xxx.xxx.xxx.xxx but I want url addresses.  In other words, I want to know that User A visited www.msn.com and User B visited www.google.com etc.  Is this possible, easy using SME?  Is this overkill? I have had very little exposure to Linux.  Comments?
Title: Newbie Help
Post by: duncan on May 23, 2006, 02:45:18 AM
Take a look at censornet (http://www.censornet.com)
Title: Newbie Help
Post by: NickCritten on May 23, 2006, 03:01:24 PM
So you want a web proxy that will report users activity?

You could also try dansguardian.. you can install it on SME, but if that is all you are going to be using the machine for you'd be better off in my opinion using IPCop, which has a very easy to install dansguardian add-on.

If you want to use some of the other SME features (File Server, Domain controller, MySQL, Web Server, Email server etc.etc.) then give it a go!
Title: Re: Newbie Help
Post by: raem on May 24, 2006, 11:42:52 PM
Oldphool

Just about everything that happens on a sme server is recorded in various log files. See
/var/log/squid/access.log
for details of sites visted by users (with domain name style URLs) and the originating workstation IP.
You can also view these  using the server manager View Log files panel.

Dansguardian will give you additional control to limit access, but also has extensive logging.
Title: Newbie Help
Post by: haymann on May 25, 2006, 03:05:43 PM
I haven't installed this (yet), but you might want to look at this thread (http://forums.contribs.org/index.php?topic=31775.0) that deals with installing SARG (http://sarg.sourceforge.net/sarg.php).
Quote
Sarg - Squid Analysis Report Generator is a tool that allow you to view "where" your users are going to on the Internet.
Sarg provides many informations about Squid users activities: times, bytes, sites, etc...
I looked at one  of the sample logs (http://sarg.sourceforge.net/squid-reports/2004Aug06-2004Sep13/siteuser.html) and it looks like url address are listed.
Ryan
Title: Newbie Help
Post by: Oldphool on May 27, 2006, 12:46:17 AM
Thank You to everyone who replied.
Now I just need to get going!!