Re: Peering with 1.2b20 (Cont.)

From: Mario Sergio Fujikawa Ferreira <lioux@dont-contact.us>
Date: Tue, 19 May 1998 15:17:05 -0300 (EST)

> On Mon, 18 May 1998, Mario Sergio Fujikawa Ferreira wrote:
>
> > I just upgraded 2 squid boxes to 1.2b20. They were running 1.1.20.
> > They are configured with the same parents/siblings and a sibling
> > relationship between them.
> > However, it seems I can't get them to talk to each other correctly.
> > Everything worked fine with 1.1.20.
> >
> > When I try to fetch something neither of them possess, the
> > access.log reports UDP_MISS_NOSFETCH when any of them try their sibling.
> > Then, they go for the outworld peers. So far, so good.
> > When I try to fetch at A something B has, the access.log reports
> > UDP_DENIED. Shouldn't they declare a UDP_HIT?
> > Any thoughts?
> >
> > Squid: 1.2b20+first_patch_set
> > Os: FreeBSD 2.2.5R
>
> Please send acl, icp_access, cache_peer and icp_port config of your
> servers to squid-users@nlanr.net

        Sorry for the lack of information. The 2 aforementioned boxes are:
proxy1-bsb.gns.com.br and proxy2-bsb.gns.com.br. proxy4.pop-df.rnp.br and
cache.cr-df.rnp.br are on the upstream provider. Here it goes:

--
proxy1-bsb.gns.com.br resumed squid.conf:
cache_peer proxy2-bsb.gns.com.br sibling 3128 3130 proxy-only weight=3
cache_peer proxy4.pop-df.rnp.br parent 3128 3130 weight=1
cache_peer cache.cr-df.rnp.br sibling 3128 3130 weight=2
acl ourclass src 200.239.56.0/25 200.239.56.128/25
acl peers srcdomain proxy4.pop-df.rnp.br cache.cr-df.rnp.br
acl neighbors srcdomain proxy2-bsb.gns.com.br
acl dstourservers dst 200.239.56.0/25 200.239.56.128/25
http_access allow ourclass
http_access allow neighbors
http_access deny all
icp_access allow neighbors
icp_access deny all
miss_access allow ourclass
miss_access deny all
query_icmp on
test_reachability on
always_direct allow dstourservers
never_direct deny dstourservers
--
proxy2-bsb.gns.com.br resumed squid.conf:
cache_peer proxy1-bsb.gns.com.br sibling 3128 3130 proxy-only weight=3
cache_peer proxy4.pop-df.rnp.br parent 3128 3130 weight=1
cache_peer cache.cr-df.rnp.br sibling 3128 3130 weight=2
acl ourclass src 200.239.56.0/25 200.239.56.128/25
acl peers srcdomain proxy4.pop-df.rnp.br cache.cr-df.rnp.br
acl neighbors srcdomain proxy1-bsb.gns.com.br
acl dstourservers dst 200.239.56.0/25 200.239.56.128/25
http_access allow ourclass
http_access allow neighbors
http_access deny all
icp_access allow neighbors
icp_access deny all
miss_access allow ourclass
miss_access deny all
query_icmp on
test_reachability on
always_direct allow dstourservers
never_direct deny dstourservers
	Regards,
		/Mario Ferreira
Received on Tue May 19 1998 - 12:01:57 MDT

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