On Mon, 3 Apr 2000, Joel Taqueban wrote:
> Following is my access control list:
>
> acl allowed_time time S M T W H F A 06:00-21:00
> acl allowed_sites dstdomain dhl.com
>
> http_access allow allowed_time
> http_access allow allowed_sites
> http_access deny all
>
> How do I associate 'acl allowed_remotehost src
> 199.40.218.10-11/255.255.255.0' with 'acl allowed_sites dstdomain
> dhl.com'
Add a new ACL:
acl allowed_remotehost src 199.40.218.10-11/255.255.255.0
and then use it in conjunction with your current http_access:
http_access allow allowed_remotehost allowed_sites
http_access deny all
The result should be a logical AND of the two ACLs.
-- Kendall Lister, Systems Operator for Charon I.S. - kendall@charon.net.au Charon Information Services - Friendly, Cheap Melbourne ISP: 9589 7781Received on Mon Apr 03 2000 - 08:06:11 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:38 MST