Re: Squid vs. Netscape Proxy

From: Joe Abley <jabley@dont-contact.us>
Date: Tue, 21 Apr 1998 07:59:17 +1200 (NZST)

On Mon, 20 Apr 1998, Michael Ferioli wrote:

> OK - SNMP manageable

Is there a MIB extension for caches? I was under the impression that there
was no agreement about the content of such a MIB as yet...

> ?? - CARP makes all three servers appear as a single server

You could use round-robin DNS to spread client connections over all three
caches, and run ICP between the caches. For example, if you have cache1,
cache2 and cache3 numbered as 10.1.1.1, 10.1.2.1 and 10.1.3.1 you could
use

        cache1 IN A 10.1.1.1
        cache2 IN A 10.1.2.1
        cache3 IN A 10.1.3.1
        cache IN CNAME cache1
                        IN CNAME cache2
                        IN CNAME cache3

If clients connect to "cache" always (and not "cache1", "cache2" or
"cache3") then the load will be crudely spread across the machines.

Joe

--
Joe Abley <jabley@clear.co.nz>      Tel +64 9 912-4065, Fax +64 9 912-5008
Network Architect, CLEAR Net                      http://www.clear.net.nz/
Received on Mon Apr 20 1998 - 13:09:12 MDT

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