[squid-users] parent cache config problems, please, help.

From: Andrei B. <andrixnet@dont-contact.us>
Date: Tue, 10 Apr 2001 00:27:31 -0700 (PDT)

I have a pretty odd configuration :

cache1 with: externalIP, internal IP(10./8).
cache2 with externalIP, internalIP(10./8). and firewall on it.

I tried a numberof configurations, and I can't get it to work... Please
help.

I have a configuration like this:

cache1:
-------------------------------
http_port: internalip:3128
tcp_outgoing_address: externalIP
cache_peer cache2 parent 3128 3130
acl all src 10.0.0.0/8
acl localweb dst 10.0.0.0/8
http_access allow all
miss_access allow all
icp_access allow all
always_direct deny localweb
always_direct allow all
never_direct allow localweb
never_direct deny all
---------------------------------------
cache1 sends icp to cache2 when an internal address is destination.

cache2:
-------------------------------
http_port: internalip:3128
tcp_outgoing_address: internalIP // i use the firewall with MASQ
here
acl all src 10.0.0.0/8
acl localweb dst 10.0.0.0/8
http_access allow all
miss_access allow all
icp_access allow all
always_direct allow localweb
always_direct allow all
---------------------------------------
cache2 receives icp queries, log show UDP_MISS, action taken NONE.
why is that?

if I do the following for cache 1:
cache_peer cache2 parent 3128 3130 no-query

cache1 says TCP_MISS, FIRST_UP_PARENT
cache2 says nothing in the logs and nothing happens.

Please help (What am I doing wrong?)

Thanks.

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
Received on Tue Apr 10 2001 - 01:27:32 MDT

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