Hi, I've posted a similar message some hours ago, I've reconfigured my squid, but with no hope all users are restricted to day/time I put on the acl "times", I'm confused with it, can't find the way to exclude some users on these pools: 192.168.2.8/29, 192.168.2.16/29...
------------------------------------------------------------ ---------------- acl lan src 192.168.2.8/29 acl internet src 192.168.2.16/29 acl domain_cl dstdomain .cl acl denied_custom url_regex "/usr/local/squid-2.5/etc/deny_custom" acl denied_ips dst "/usr/local/squid-2.5/etc/deny_ips" acl denied_domains dstdomain "/usr/local/squid-2.5/etc/deny_domains" acl passwords proxy_auth REQUIRED acl times time M-F 7:00-18:00 http_access allow lan domain_cl passwords times http_access allow internet passwords times http_access deny denied_custom http_access deny denied_ips http_access deny denied_domains http_access deny all ------------------------------------------------------------ ----------------
