Re: [squid-users] load balancing traffic through squid on systems with 2 Internet connections

From: Javed <javedmk80@dont-contact.us>
Date: Thu, 22 Nov 2007 01:26:42 -0800 (PST)

There is another replacement for load-balancing, known as ClarkConnect. It is a perfect load balancer, firewall, with many other different solutions. Try it... http://www.clarkconnect.com/

-- 
Thank you, 
Javed 
----- Original Message ----
From: Siju George <sgeorge.ml@gmail.com>
To: Ming-Ching Tiew <mingching.tiew@redtone.com>
Cc: squid-users <squid-users@squid-cache.org>
Sent: Thursday, November 22, 2007 1:27:11 PM
Subject: Re: [squid-users] load balancing traffic through squid on systems with 2 Internet connections
On Nov 22, 2007 8:33 AM, Ming-Ching Tiew <mingching.tiew@redtone.com> wrote:
> From: "Siju George" <sgeorge.ml@gmail.com>
> > >
> > > But not something I would recommend. Many sites dislikes clients coming
> > > from more than one IP during the same session. The client IP is often
> > > embedded in session cookies etc, making the session fail if the IP
> > > changes.
> > >
> >
> > Yes Henrik.
> > Such sites are identified and there is af firewall rule added to PF in
> > OpenBSD to route them through the same interface.. But it is not a
> > problem with majority of the sites.
> >
>
> Perhaps it will be interesting for squid to have an acl called random :-
>
> ( is there one already ? )
>
> eg
>
>        acl rnd random 50      # 50 %
>
>        tcp_outgoing_address x.x.x.x rnd      <--- use x 50 % of time
>        tcp_outgoing_address y.y.y.y rnd      <---- use y 50% of time
>        tcp_outgoing_address z.z.z.z              <--- have to provide a
> default in case nothing is matched
>
> And the random acl can be used together with other acl too !
>
> eg
>        acl link1 dst .....
>        tcp_outgoing_address x.x.x.x link1 rnd
>
> :-)
>
If you use the
http://www.openbsd.org/faq/pf/pools.html#outgoing
method as I use now then even through the outgoing address will be
changed for 50% of the packets those same packets will be routed out
through the default interface only :-(
Thankyou so much
kind Regards
Siju
      ____________________________________________________________________________________
Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  http://overview.mail.yahoo.com/
Received on Thu Nov 22 2007 - 02:26:50 MST

This archive was generated by hypermail pre-2.1.9 : Sat Dec 01 2007 - 12:00:02 MST