<div dir="ltr">here is my requirement:<div><br></div><div>>i have a subnet</div><div>>only a small list of sites need to be allowed access to this subnet</div><div>>this subnet should not get access to any other site except the ones in the list</div><div>>access for other users will remain the same</div><div><br></div><div>I tried the following </div><div><br></div><div>acl station-ip src <a href="http://192.168.1.0/24">192.168.1.0/24</a></div><div>acl station-domain dstdomain <a href="http://www.google.com">www.google.com</a> <a href="http://www.bbc.com">www.bbc.com</a></div><div>http_access deny station-ip !station-domain</div><div><br></div><div>and also this - </div><div>http_access deny station-ip</div><div>http_access allow station-ip station-domain</div><div><br></div><div>this is still blocking everything else for the subnet.</div><div>please help with setting this up.</div></div>