On Mon, Jan 20, 2003 at 07:41:11PM +1100, [EMAIL PROTECTED] wrote: > On Mon, 20 Jan 2003 [EMAIL PROTECTED] wrote: > > > addresses and netmask as 192.168.100.20-192.168.100.30/255.255.255.0 > > '192.168.100.20-192.168.100.30/255.255.255.0' > > > You should note that you'll also block 192.168.100.18, 18 & 19 as well as > the ten addresses you want - but you can't do it any other way. >
Normally yes excepts it's squid and squid can deal with address ranges so you should be able to do this do this acl myrange src 192.168.100.20-192.168.100.30/32 gives you ips 20-30 inclusive -- John http://www.inodes.org/ -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
