Re: Source based LB

2014-08-06 Thread Baptiste
On Wed, Aug 6, 2014 at 1:24 AM, Bryan Talbot bryan.tal...@playnext.com wrote: On Tue, Aug 5, 2014 at 7:12 AM, Luis Silva luisfilsi...@gmail.com wrote: Hi guys, I'm trying to use HAProxy to load balance based on the source address. backend bk_ws balance source option httpchk GET /

Source based LB

2014-08-05 Thread Luís
Hi guys, I'm using haproxy 1.5dev21 with balance source. What I'm noticing is that the HAproxy is sending all the requests coming from different sources to the same Backend: backend bk_ws balance source option httpchk GET / server wsr1 10.174.82.15:8001 maxconn 3 weight 10 cookie

Source based LB

2014-08-05 Thread Luis Silva
Hi guys, I'm trying to use HAProxy to load balance based on the source address. backend bk_ws balance source option httpchk GET / server wsc1 10.174.82.15:8001 maxconn 3 weight 10 check port 8001 inter 60s fall 1 server wsc2 10.174.82.16:8051 maxconn 3 weight 10 check port 8051

Re: Source based LB

2014-08-05 Thread Bryan Talbot
On Tue, Aug 5, 2014 at 7:12 AM, Luis Silva luisfilsi...@gmail.com wrote: Hi guys, I'm trying to use HAProxy to load balance based on the source address. backend bk_ws balance source option httpchk GET / server wsc1 10.174.82.15:8001 maxconn 3 weight 10 check port 8001 inter