Re: Chained HA proxy with proxy protocol not working

2019-05-24 Thread Lukas Tribus
Hi Tim, On Fri, 24 May 2019 at 13:36, Tim Düsterhus wrote: > > Lukas, > > Am 24.05.19 um 11:27 schrieb Lukas Tribus: > > FYI this was double posted and has already been looked at here: > > > >

Re: Chained HA proxy with proxy protocol not working

2019-05-24 Thread Tim Düsterhus
Lukas, Am 24.05.19 um 11:27 schrieb Lukas Tribus: > FYI this was double posted and has already been looked at here: > > https://discourse.haproxy.org/t/chained-haproxy-in-tcp-mode-with-proxy-protocol-enabled-not-working/3843/ > I'm not signed up in Discourse, thus here on the list. I believe

Re: Chained HA proxy with proxy protocol not working

2019-05-24 Thread Lukas Tribus
Hello, On Wed, 22 May 2019 at 14:03, praveen kumar wrote: > > have a haproxy setup as follow: > > Client --> Haproxy (LOCATION A)--> HAProxy(LOCATION B)> Server FYI this was double posted and has already been looked at here:

Re: Chained HA proxy with proxy protocol not working

2019-05-22 Thread Aleksandar Lazic
You need to add `accept-proxy` keyword in receiving haproxy bind line. https://cbonte.github.io/haproxy-dconv/1.9/configuration.html#5.1-accept-proxy Hth Aleks Wed May 22 14:03:26 GMT+02:00 2019 praveen kumar : > > have a haproxy setup as follow: > > Client --> Haproxy (LOCATION A)-->

Chained HA proxy with proxy protocol not working

2019-05-22 Thread praveen kumar
have a haproxy setup as follow: Client --> Haproxy (LOCATION A)--> HAProxy(LOCATION B)> Server Both HA Proxy are running in TCP mode in both frontend and backend. My server wants to see actual client ip connecting to it, so I have enabled *send-proxy* on location A haproxy and sending it