Noc Phibee wrote:
Hi

it's possible to use Squid for limit the access at a url for a list of IP
without use SquidGard.

i want that ip    192.168.10.2 and 192.168.10.128 can se only one web site

Hi Noc Phibee,

You can use something like the following ACLs:

acl all src 0.0.0.0/0.0.0.0

acl restricted_clients src 192.168.10.2/32 192.168.10.128/32
acl good_sites dstdomain .cnn.com .bbcnews.com
http_access allow restricted_clients good_sites

http_access deny all



Hope it helps.


Thanking you...


thanks for your help





Reply via email to