Re: about access.control

From: Jürgen Sandner <juergen.sandner@dont-contact.us>
Date: Wed, 03 Nov 1999 08:04:53 +0100

> http_access allow dstf1 dstf2

this line means: all destinations matching dstf1 AND dstf2.
This is probably not what you want. You want destinations matching dstf1 OR
dstf2.

>acl dstf1 dst 61.128.128.0/255.255.128.0 61.132.0.0/255.255.128.0
this line means 61.128.128.0/255.255.128.0 OR 61.132.0.0/255.255.128.0

solution:
======
the best you can do is either concatenate your "dst" acls to one, or even
easier,
use two lines for http_access:
http_access allow dstf1
http_access allow dstf2

regards
Juergen Sandner
Received on Wed Nov 03 1999 - 00:26:56 MST

This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:31 MDT