Re[6]: [squid-users] reverse DNS by squid when using parent proxy

From: Cliff <cliff@dont-contact.us>
Date: Sun, 17 Feb 2002 23:35:31 -0900

Hello Colin,

Woops...meant to send that to the list.

Sunday, February 17, 2002, 8:19:35 PM, you wrote:

>> Executing /etc/rc.d/init.d/squid stop ..
>> Stopping squid: 2002/02/17 19:51:42| squid.conf line 1182: never_direct allow all
>> 2002/02/17 19:51:42| aclParseAccessLine: ACL name 'all' not found.
>> 2002/02/17 19:51:42| squid.conf line 1182: never_direct allow all
>> 2002/02/17 19:51:42| aclParseAccessLine: Access line contains no ACL's, skipping

CC> That's because you need:
CC> acl all src 0.0.0.0/0.0.0.0

Yep..that did it.

Ready for the final twist?

My FQDN is windmere.org
You can see my squid graphs at:
http://windmere.org/homenet/bigdipper/squid/

If I use sibling caches then squid denies me windmere.org
from inside my 2 fakedomains.

If I use parent caches - squid works fine.
But all windmere.org traffic passes through the parents.
It would be nice to not pass my own local requests to
windmere.org though the parents since it exists right
there on the same box.

My ACLs to date are:
( the commented out acl does not appear to work.)

#acl myrealdomain dstdomain .windmere.org
acl bigmilky dstdomain .milkyway.hom
acl bigantares dstdomain .antares.hom
acl all src 0.0.0.0/0.0.0.0

always_direct allow bigmilky
always_direct allow bigantares
never_direct allow all
#always_direct allow myrealdomain
Received on Mon Feb 18 2002 - 01:35:39 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:25 MST