Koozali.org: home of the SME Server

Newbie Help

Oldphool

Newbie Help
« 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?

duncan

Newbie Help
« Reply #1 on: May 23, 2006, 02:45:18 AM »
Take a look at censornet

Offline NickCritten

  • *
  • 245
  • +0/-0
Newbie Help
« Reply #2 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!
...
Nick

"No good deed goes unpunished." :-x...

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Newbie Help
« Reply #3 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.
...

Offline haymann

  • *
  • 212
  • +0/-0
Newbie Help
« Reply #4 on: May 25, 2006, 03:05:43 PM »
I haven't installed this (yet), but you might want to look at this thread that deals with installing SARG.
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 and it looks like url address are listed.
Ryan

Oldphool

Newbie Help
« Reply #5 on: May 27, 2006, 12:46:17 AM »
Thank You to everyone who replied.
Now I just need to get going!!