On 11/4/06, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote:
fre 2006-11-03 klockan 22:17 -0800 skrev Edward Rosinzonsky: > The icp queries are received and everything works. However when I use > a different multicast group, like 224.9.9.9 or 239.0.0.2, the peers do > not receive icp queries. did you also set mcast_groups accordingly? cache_peer says where Squid sends ICP queries. Responses is unicast so on it's own it cache_peer does not cause a multicast join. mcast_groups where it receives queries, which is the groups squid joins. Regards Henrik
That was it, Thanks. I didn't read the docs carefully enough. Sorry everyone. Keep up the good work.