On 5/20/05, Wennie V. Lagmay <wlagmay@xxxxxxxxxxxxx> wrote: > How can I setup my squid to automatically connect and load balance from two > or more ISP at the same time? Presently we are connected to ISP 1 so all > clients are served by our proxy server through ISP 1, now we are about to > have ISP 2 my question now is how can I configure my squid to use both ISP > at the same time, when ISP 1 is down all request will be on ISP 2 and vice > versa? Squid doesn't need to know about any of this; BGP handles this perfectly. > The routing will be handle by our router configure for BGP, so my only > concern is about squid. If you're announcing a single prefix over both ISP connections, then when ISP 1 is down, the rest of the world will see your prefix (network/website/etc) through ISP 2. No need to involve Squid - Squid won't care! If you have different IP space from each provider, then things get tricky. hth, aaron.glenn