Hello, Could someone help me in constructing an ACL that would perform the following:
If an IP is from an IP range and destined to a specific URL the forward the request to another proxy. So far this is what I got. I don't know how to combine the dstdomain and the scr acl StuNet src 10.1.1.0/255.255.255.0 acl StaffNet src 10.1.4.0/255.255.255.0 acl uqlib dstdomain .uq.edu.au cache_peer 10.1.4.18 parent 3128 3130 cache_peer_access 10.1.4.18 allow StaffNet cache_peer_access 10.1.4.18 deny all Regards George ===================================================== Privileged/Confidential Information may be contained in this message. If you are not the addressee (or responsible for delivery of the message to the addressee), you may not copy or deliver this message to anyone. In such a case, you should destroy this message and kindly notify the sender by reply e-mail. Opinions, conclusions and other information in this message that do not relate to the official business of my employer shall be understood as neither given nor endorsed by it.
