I'd also be interested in that.. but I'm having trouble getting it working first :-).
I've compiled ctproxy into a 2.6.25 kernel and enabled the options in
make menuconfig.
Also patched netfilter (but do I even need to do this?)
Then compiled haproxy 1.3.15 with transparency, got a working config with real servers using haproxy node as the default gateway. Then added the line:
source 192.168.2.134 usesrc clientip
and now it just hangs with a blank page? Any ideas where I'm going
wrong? (something fundamental probably)
tried source 0.0.0.0 usesrc clientip with the same result.
global
uid 99
gid 99
daemon
maxconn 40000
ulimit-n 65536
pidfile /var/run/haproxy.pid
defaults
mode http
contimeout 4000
clitimeout 42000
srvtimeout 43000
balance roundrobin
listen VIP_Name 192.168.2.125:81
source 192.168.2.134 usesrc clientip
mode http
option forwardfor
cookie SERVERID insert nocache indirect
server RIP_Name 10.0.0.98:80 weight 1 cookie RIP_Name check
server backup 127.0.0.1:80 backup
Jeffrey 'jf' Lim wrote:
> be load-balanced. Havent done too much testing yet, but I saw an old
> post that claims that the patch drops performance by about 30%, and
> was wondering if the list was getting the same thing, or if the
>
>
Received on 2008/06/20 15:25
This archive was generated by hypermail 2.2.0 : 2008/06/20 15:30 CEST