Re: [squid-users] Splitting a subnet for delay pools

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Fri, 15 Jan 2010 01:11:43 +1300

Dayo Adewunmi wrote:
> Hi
>
> I want to split a subnet in two, and have two different class 2 delay pools
> take effect.
>
> Can I define the ACLs like this:
>
> acl first-group dst 192.168.4.0-20
> acl second-group dst 192.168.4.21-254

No. The syntax is: startIP[ '-' endIP ][ '/' CIDR ]

So you need:
   acl first-group dst 192.168.4.0-192.168.4.20
   acl second-group dst 192.168.4.21-192.168.4.254

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE7 or 3.0.STABLE21
   Current Beta Squid 3.1.0.15
Received on Thu Jan 14 2010 - 12:12:00 MST

This archive was generated by hypermail 2.2.0 : Thu Jan 14 2010 - 12:00:03 MST