Dear Friends
I am using RHEL5 Edition With Squid proxy. I am using 4 windows machine (10.0.0.1 - 10.0.0.4). I want restrict hotmail, yahoo website in two mahcines (10.0.0.3, 10.0.0.4) how to restrict it.
I have configured squid. But it doesn't working properly.
----------------------------------------------------------
acl block_url url_regex -i "/etc/squid/block_url"
acl brow_ip1 src 10.0.0.1 10.0.0.2
acl brow_ip2 src 10.0.0.3 10.0.0.4
http_access allow brow_ip1 block_url
http_access allow brow_ip2
http_access deny block_url
------------------------------------------------------------
#vim "/etc/squid/block_url
http://www.hotmail.com
http://www.yahoo.com
How to solve this problem please help me.
Thank you
Kannan