Shekhar Gupta wrote:
All,
I have configured 4 proxy to work as sibling relation and specified
the ICP port as 3130 , however when i try to do a telnet it always
fails , so i think the cache performance is not getting optimized .
Any clue for this ?????
Regards,
Shekhar
ICP is performed using UDP transmissions. Telnet is TCP.
From one of your cache servers (assuming you have left cache_object
requests allowed from localhost) try...
squidclient cache_object://localhost/server_list
...to get a view of how the ICP communications are working.
Chris