[squid-users] Re: Squid and Tomcat in one machine running WinXP

From: Joost de Heer <sanguis@dont-contact.us>
Date: Fri, 18 Feb 2005 09:21:18 +0100 (CET)

> acl myNet src 10.0.0.0-200.0.0.1/255.255.255.0

This is wrong. What exactly are you trying to do? You want all class C
subnets between 10.0.0.0/24 and 200.0.0.0/24? That's not a range that can
be easily caught with a single subnet-mask. You're probably better off to
state only the subnets you want, like

acl myNet src 10.0.0.0/255.255.255.0
acl myNet src 169.254.0.0/255.255.0.0
acl myNet src 200.0.0.0/255.255.255.0

Joost
Received on Fri Feb 18 2005 - 01:20:11 MST

This archive was generated by hypermail pre-2.1.9 : Tue Mar 01 2005 - 12:00:02 MST