All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andre Guimarães" <ramoni@databras.com.br>
To: lartc@vger.kernel.org
Subject: [LARTC] Load Balance and SSL
Date: Tue, 26 Jun 2007 20:01:33 +0000	[thread overview]
Message-ID: <200706261701.33597.ramoni@databras.com.br> (raw)

Hi, 

I have load balance working on a linux server, balancing between two providers 
with obvious two different IPs (the customer is not an Autonomous System).

It works very well except with some sites that establish a session and then 
redirects the session to another server. These sessions are usually based on 
informations like cookies and client IP address, and therefore you must reach 
the destination with the same IP address (thats why routing cache is there).

But when the "session" is redirected to another destination server, another 
destination IP, sometimes the connection go trought the another link, and so, 
arrives at the destination with another IP, and then the session becomes 
invalid.

I can't see anything linux (and any other) could do to deal with it, since 
it's a new destination IP.

Anyone knows something that could solve this kind of problem ?

:: Sorry for the bad english.



-- 
André Guimarães
Databras Informática
Matriz RJ - 55 (21) 2518-2363
Filial ES - 55 (27) 3233-0098
http://www.databras.com.br
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

             reply	other threads:[~2007-06-26 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-26 20:01 Andre Guimarães [this message]
2007-06-27  1:26 ` [LARTC] Load Balance and SSL Grant Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200706261701.33597.ramoni@databras.com.br \
    --to=ramoni@databras.com.br \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.