Hi,
I've setup two Squid boxes a few days ago, and they work like a charm, but I can't get them to talk to each other.
I'm using Calamaris to generate daily stats and it says:
Direct fetch: 100%
Parent: 0
Sibling: 0
The first box runs 2.4-STABLE7 and the second runs 2.5-STABLE1.
They both run Gentoo Linux 1.2/x86 and they're both connected to the same Alteon switch.
I have read the docs and followed the instructions with no luck... any help would be appreciated.
Here's my config:
Cache 1 (x.x.x.20) (Squid 2.5-STABLE1):
icp_port 3130
cache_peer x.x.x.21 sibling 3128 3130 proxy-only
acl cacheamigo src x.x.x.21/255.255.255.255
icp_access allow cacheamigo
icp_access deny all
Cache 2 (x.x.x.21) (Squid 2.4-STABLE7):
icp_port 3130
cache_peer x.x.x.20 sibling 3128 3130 proxy-only
acl cacheamigo src x.x.x.20/255.255.255.255
icp_access allow cacheamigo
icp_access deny all
BTW: log_icp_queries is commented, so it should be on by default.
Regards,
Ernesto
Received on Wed Oct 09 2002 - 14:07:47 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:38 MST