Re: [squid-users] help needed reagrding acl

From: <squid@dont-contact.us>
Date: Wed, 21 Nov 2001 16:37:31 +0530

Hello Nilesh Patil ,

Yes .It is possible.

Ex:
Let us assume for clients from 172.16.1.1-5 (their ip address),able to surf
yahoo and hotmail.
and from 172.16.1.6-10 able to surf amazon and google.

acl name src 172.16.1.1-172.16.1.5/255.255.255.255
acl site dstdomain .yahoo.com .hotmail.com
acl name1 src 172.16.1.6-172.16.1.10/255.255.255.255
acl site1 dstdomain .amazon.com .google.com
http_access allow name site
http_access allow name1 site1
http_access deny all

Regards,
-Kanchana
squid@visolve.com
www.visolve.com

----- Original Message -----
From: Nilesh Patil <nilesh_cne@yahoo.com>
To: <squid-users@squid-cache.org>
Sent: Wednesday, November 21, 2001 2:03 PM
Subject: [squid-users] help needed reagrding acl

> I am using the latest squid version 2.4
>
> i want to give access to certain clients only to
> two sites such as yahoo.com,hotmail.com.
>
> other than this two sites they should not able surf.
>
> plus some other clients required only amazon.com
> ,google.com.altavista.com,lycos.com,
>
> other than this four sites they should not able surf
>
> is it possible
> pls let me know
> thanx in advance
> NILESH
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Received on Wed Nov 21 2001 - 04:03:57 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:04:23 MST