Re: Forwarding Denied Error Message for single host access

From: Clifton Royston <cliftonr@dont-contact.us>
Date: Thu, 10 Feb 2000 14:53:54 -1000

On Fri, Feb 11, 2000 at 09:14:42AM +1100, Eric Bennett wrote:
> Help!
>
> for some reason my ACL does not appear to be working, I want to have
> users authenticate to access every site except one, I've done this using
> the following entries in squid.conf
> acl all proxy_auth REQUIRED src 0.0.0.0/0.0.0.0

You've redefined the builtin ACL "all" here, which is a bad thing.

Try:

acl myauth proxy_auth REQUIRED

> acl edge dst 147.76.64.21
>
> always_direct allow edge
> http_access allow edge

Try following it with:

http_access allow myauth all
http_access deny all

  -- Clifton

-- 
 Clifton Royston  --  LavaNet Systems Architect --  cliftonr@lava.net
        "An absolute monarch would be absolutely wise and good.  
           But no man is strong enough to have no interest.  
             Therefore the best king would be Pure Chance.  
              It is Pure Chance that rules the Universe; 
          therefore, and only therefore, life is good." - AC
Received on Thu Feb 10 2000 - 18:05:06 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:10 MST