Re: Transparent TCP LoadBalancing on FreeBSD

2013-05-02 Thread PiBa-NL
Hi ZeN Willy, To use transparent proxying on FreeBSD you currently need to compile with USE_LINUX_TPROXY=yes. And make a few changes to the source code (else it wont compile). As a quick and dirty fix you could (manually?) apply this patch [1]: http://marc.info/?l=haproxym=136700170314757w=2

Re: Transparent TCP LoadBalancing on FreeBSD

2013-05-02 Thread ZeN
Hi PiBa, i will try those patch to day, i will let you know when it done.. TIA On 5/3/13 12:16 AM, PiBa-NL wrote: Hi ZeN Willy, To use transparent proxying on FreeBSD you currently need to compile with USE_LINUX_TPROXY=yes. And make a few changes to the source code (else it wont

Transparent TCP LoadBalancing on FreeBSD

2013-05-01 Thread ZeN
Dear Users, sorry if i open new thread, but i really want to solve this problem.. i manage to compile haproxy via port using TPROXY : haproxy -vv HA-Proxy version 1.5-dev18 2013/04/03 Copyright 2000-2013 Willy Tarreau w...@1wt.eu Build options : TARGET = freebsd CPU = generic CC

Re: tcp loadbalancing

2013-04-24 Thread ZeN
Thks for the reply.. here is the capture TCP packet ( i hope it correct ) 861.531811000192.168.77.1192.168.77.50TCP60 [TCP ZeroWindow] 37535 esri-sde [ACK] Seq=1 Ack=1 Win=0 Len=0 871.531829000192.168.77.50192.168.77.1TCP66 [TCP ACKed unseen segment]

Re: tcp loadbalancing

2013-04-24 Thread Jose María Zaragoza
Hello: I don't understand HAProxy manages buffers and just forward them in both ways There are two different connections : client -- HA Proxy and HA Proxy -- server I guess both of them handle their TCP flow control separately am I wrong ? 2013/4/24 ZeN z...@pix.co.id Thks for the reply..

Re: tcp loadbalancing

2013-04-24 Thread ZeN
Hello.. just like you, i also need some enlightment.. those words i quoted from Batiste mail.. and im still waiting for the solutions from my problems.. Regards On 4/24/13 2:32 PM, Jose María Zaragoza wrote: Hello: I don't understand HAProxy manages buffers and just forward them in both

Re: tcp loadbalancing

2013-04-23 Thread Baptiste
Hi, Could you take a capture of this check from the server? In TCP mode, HAProxy manages buffers and just forward them in both ways (client to server and vice-versa). Baptiste On Wed, Apr 24, 2013 at 4:59 AM, ZeN z...@pix.co.id wrote: Hello please bear with because i'm new with haproxy.