Hi Everyone!
I am currently encountering proxy peering problems. I have two squid boxes
with dual ethernet interface. both box have similar config, except probably
the cache directory but it one box, it detects a dead proxy.
On the first box, the outside interface has an IP address of
204.xxx.xxx.154 and an inside IP address of 192.xxx.xxx.1 I added these
lines to the config,
cache_peer 204.xxx.xxx.90 sibling 3128 3130
cache_peer 192.xxx.xxx.10 sibling 3128 3130
acl ip1 src 192.xxx.xxx.0/255.255.255.0
acl sibling2 src 204.xxx.xxx.90/255.255.255.255
http_access allow ip1
http_access allow sibling2
On the second box, the outside interface has an IP address of 204.xxx.xxx.90
and an inside address of 192.xxx.xxx.10, I added these lines to the config
cache_peer 204.xxx.xxx.154 sibling 3128 3120
cache_peer 192.xxx.xxx.11 sibling 3128 3120
acl ip1 src 192.xxx.xxx.0/255.255.255.0
acl sibling1 src 204.xxx.xxx.154/255.255.255.255
http_access allow ip1
http_access allow sibling1
On the second cache, I get this message on my cache.log
2002/12/06 19:13:25| Configuring Sibling 204.xxx.xxx.90/3128/3120
2002/12/06 19:13:25| Configuring Sibling 192.xxx.xxx.10/3128/3120
2002/12/06 19:13:25| Loaded Icons.
2002/12/06 19:13:25| Ready to serve requests.
2002/12/06 19:13:46| Detected DEAD Sibling: 204.xxx.xxx.90/3128/3120
2002/12/06 19:13:46| Detected DEAD Sibling: 192.xxx.xxx.10/3128/3120
But I do not recieve DEAD Sibling on the first cache.
What else do I need to do in order to make this proxy peering work?
Thanks in advance!
Jaime Elizaga Jr.
Received on Fri Dec 06 2002 - 05:19:09 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:52 MST