View Single Post
  #2 (permalink)  
Old 2007-03-15
melipla melipla is offline
Senior Member
 
Join Date: 2006-01-25
Posts: 888
Rep Power: 3
melipla has an average reputation (10+)
Default Re: Counting user traffic

Quote:
Originally Posted by elios1 View Post
1.How I can counting traffic for EVERY user and logging urls that users visited?
Force users to authenticate with SecureClient, create all your users on the firewall add them into a <group> and make the following rule:

<group>@any -> any -> remote access -> any -> log

You'll have to do some filtering in SmartView Tracker to collect the data you want but you'd log it all.

Quote:
Originally Posted by elios1 View Post
2.Control and restrict for EVERY user its own rules for HTTP traffic (urls,bandwith)?
You can create a group per user instead of using the general <group>, and instead of using "any" for the destination, you can create specific hosts (like www.google.com).

I will say that depending on the number of users and the capability of your hardware, this may cause poor performance.

HTH
__________________
Its all in the documentation.
Reply With Quote