On Mon, Jan 19, 2015 at 2:25 PM, Marcello Lorenzi <[email protected]> wrote: > Hi All, > i'm trying to configure a test Haproxy TPROXY instance on centos 6.5 boxes. > The HAproxy has a card connected to 192.168.10.0/24 VLAN and on connected to > 192.168.20.0/24. The webserver is only connected to 192.168.20.0/24 VLAN. > > When I tried to active Tproxy configuration on the HAproxy router all the > connections were in SYN_SENT state and on clients I noticed a 503 error > related to the missing communication. > > Could you help me to understand the best configuration for the TPROXY? > > Thanks, > Marcello >
Hi Marcello, When using TProxy, the traffic from the server to the client must pass through the Load-balancer. Also, the server and the client can't be in the same subnet. Baptiste

