Security Basics mailing list archives

Re: HTTPs web-balancing


From: "silvio.cesar () unigranrio edu br" <silvio.cesar () unigranrio edu br>
Date: Mon, 13 Aug 2007 07:31:02 -0300

Hi!

Use load-balance in iptables make NAT IN to apache/IIS.

Exemple:


  $IPTABLES -A FORWARD -p tcp -d 192.168.0.3 --dport 80 -j ACCEPT
  $IPTABLES -A FORWARD -p tcp -d 192.168.0.4 --dport 80 -j ACCEPT

# Load Balance between server ips
  $IPTABLES -A PREROUTING -t nat -d 200.200.200.200 -j DNAT --to
192.168.0.3-192.168.0.4

Is possible make this rule using many ip address, but only in sequence.


Att,

Silvio Cesar L. dos Santos
Analista de Redes Pleno
DTI - Divisão de Tecnologia da Informação
UNIGRANRIO - Universidade do Grande Rio
+55 21 2672-7720
silviocesar () unigranrio edu br
http://www.unigranrio.edu.br


MARTIN Benoni escreveu:
Hi !

Anyone has experiencied load-balancing with https ? Some guys say it's
possible, other say no. Some vendors say yes, some friends say no :(.
I'm quite lost !

Thx !


Current thread: