Re: What Multicast ICP?

From: Duane Wessels <wessels@dont-contact.us>
Date: Wed, 19 Feb 97 14:11:07 -0800

matsui@nemoto.ecei.tohoku.ac.jp writes:

>...
>I have one question with using multicast ICP.
>I tried to create a multicast group in our lab's subnet with two
>caches. The configuration is below.
>---------------------------------------------------------------------
>host A: mcast_groups 239.133.**.**
> cache_host 239.133.**.** multicast 3128 3130 ttl=1
> cache_host AAA.our-lab.tohoku.ac.jp sibling 3128 3130 multicast-responder
>host B: mcast_groups 239.133.**.**
> cache_host 239.133.**.** multicast 3128 3130 ttl=1
> cache_host BBB.our-lab.tohoku.ac.jp sibling 3128 3130 multicast-responder
>---------------------------------------------------------------------
>I send a request to host A, then host B's access.log says,
>
>856049957.581 1 hostA.our-lab.tohoku.ac.jp UDP_HIT/000 78 ICP_QUERY http://foo.bar.bazz/ - NONE/- -
>
>but host A's access.log says,
>
>856049723.280 1 hostA.our-lab.tohoku.ac.jp UDP_MISS/000 78 ICP_QUERY http://foo.bar.bazz/ - NONE/- -
>856049723.780 1198 hostA.our-lab.tohoku.ac.jp TCP_MISS/200 5921 GET
>http://foo.bar.bazz/ - DIRECT/foo.bar.bazz text/html
>
>It seems that host A don't receive ICP replies from host B.
>

Looks like you need to swap AAA and BBB in the config file:

host A: mcast_groups 239.133.**.**
       cache_host 239.133.**.** multicast 3128 3130 ttl=1
       cache_host BBB.our-lab.tohoku.ac.jp sibling 3128 3130 multicast-responder
host B: mcast_groups 239.133.**.**
       cache_host 239.133.**.** multicast 3128 3130 ttl=1
       cache_host AAA.our-lab.tohoku.ac.jp sibling 3128 3130 multicast-responder

Duane W.

PS, NLANR has been assigned a block of multicast addresses for use in Web caching.
If you would like one of these to use, just let me know.
Received on Wed Feb 19 1997 - 14:22:26 MST

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