Max V. Bouglacoff wrote:
> Both of them in the same network. The question is will they loop ( that is
> what I suspect ) asking siblings? If so, how to prevent it?
Squid will automatically detect the loops if they should occur and break
them.
If you are worried then use cache_peer_access to deny forwarding when
the request came from the other.
So in squid.conf for rainbow add
acl peers src jumbo
cache_peer_access jumbo deny peers
If more than one sibling, add them to the acl. One ACL rather than one
per peer is used to also prevent multi-hop loops.
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Sun Aug 27 2000 - 16:04:12 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:06 MST