> If I want to define an ACL to permit access to all
> users of
> 192.168.X.X 255.255.255.0
>
>
> http_access allow myclients
>
Yes. IF you want to control machines with ip-address
from 192.168.0.1 to 192.168.0.255.
acl myclients src 192.168.0.0/24
http_access allow myclients
or
acl myclients src 192.168.0.1-192.168.0.255/32
http_access allow myclients
Try it and let us know your feedback.
==================================================
Best Regards,
Squid Runner Support
squidrunner_dev at yahoo dot com
Web: http://geocities.com/squidrunner_dev/
Support: runnersupport at gmail dot com
SquidRunner - An Automatic Squid Builder
==================================================
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
Received on Tue Aug 16 2005 - 23:39:46 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:02 MDT