Re: [squid-users] Creating an ACL for a couple of non-contiguous IPs?

From: aqil <aqil@dont-contact.us>
Date: Wed, 17 Sep 2003 16:35:06 +0700

Pada 17-Sep-2003, Boniforti Flavio menulis:
> Hello all!
> I'd like to create an ACL with a list of IPs which are not contiguous.
> acl src 10.167.211.11 10.167.211.165 10.167.211.9
> Would this work?

I I were you, I would have written something like this :
acl ip1 src 10.167.211.11
acl ip2 src 10.167.211.165
acl ip3 src 10.167.211.9

For more informations, I highly recommend you to take a look into FAQ section "good ACL, bad
ACL"

HTH
aqil
Received on Wed Sep 17 2003 - 03:10:33 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:55 MST