Hi , <br><br>I am now running squid with ncsa_auth.<br clear="all"><br>I have bound ip addresses to usernames. So users now can access Internet from their ips. <br><br>Now I want a few users to prevent from accessing all the sites. But Instead, I want them to allow to access a few sites scuh as 
<a href="http://google.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">google.com</a>,<a href="http://cnn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cnn.com</a>
,<a href="http://bbc.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bbc.com</a>. I want to limit in that way. <br><br>I have wriiten below rules. But those users still can access all the sites. 
<br><br>external_acl_type ip_user %SRC %LOGIN %DST /usr/lib/squid/ip_user_check -f /etc/squid/ip.conf<br><br>acl ncsa_users proxy_auth REQUIRED<br>acl ip_users external ip_user %SRC %LOGIN %DST<br><br>http_access deny !ncsa_users
<br>http_access deny !ip_users<br>http_access allow ip_users<br>http_access allow ncsa_users<br><br>my ip.conf file is like this. <br>[root@worldnet squid]# cat /etc/squid/ip.conf<br><a href="http://192.168.101.25" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.101.25
</a>  indunil .google.com .bbc.com .cnn.com<br><a href="http://192.168.101.90" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.101.90</a>  www90<br><br>Accoring to the above file, User indunil with ip address 
<a href="http://192.168.101.25" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.101.25</a> has access to 
<a href="http://google.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">google.com</a>,<a href="http://bbc.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bbc.com</a>
 and <a href="http://cnn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cnn.com</a>. <br>But the user indunil still has access to all the sites. <br><br>How can I solve this? <br><br><br>
-- <br>Thank you<br>Indunil Jayasooriya<br>