Re: Load Balance individual requests

2013-09-04 Thread Kevin COUSIN
- Mail original - De: Baptiste bed...@gmail.com À: Kevin C ki...@kiven.fr Cc: Lukas Tribus luky...@hotmail.com, haproxy@formilux.org Envoyé: Mercredi 4 Septembre 2013 09:32:53 Objet: Re: Load Balance individual requests Hi, We have live demos running @exceliance about lync/exchange 2010

Re: Load Balance individual requests

2013-09-02 Thread Kevin C
Le 31/08/2013 09:10, Willy Tarreau a écrit : On Thu, Aug 29, 2013 at 05:43:48PM +0200, Kevin COUSIN wrote: Very good guid, I will follow it. Thanks a lot ! You can thank Baptiste for this great one, and us for hearing him complain about the complex setup for all the time it took him to test

RE: Load Balance individual requests

2013-09-02 Thread Lukas Tribus
Hi! I follow this excellent guide (thanks to Baptiste ) but I have an issue.  When I try to get the certificate on the 5061 port, I can't get it  throught HAproxy.   openssl s_client -connect 10.250.0.80:5061 CONNECTED(0003) 139851101718160:error:140790E5:SSL routines:SSL23_WRITE:ssl

Re: Load Balance individual requests

2013-09-02 Thread Kevin C
Le 02/09/2013 15:07, Lukas Tribus a écrit : Hi! Hi ! I follow this excellent guide (thanks to Baptiste ) but I have an issue. When I try to get the certificate on the 5061 port, I can't get it throught HAproxy. openssl s_client -connect 10.250.0.80:5061 CONNECTED(0003)

RE: Load Balance individual requests

2013-09-02 Thread Lukas Tribus
Hi! Does HAproxy pass TCP connection directly to backend? It depends ... can you show the configuration of the backend as well? Regards, Lukas

Re: Load Balance individual requests

2013-09-02 Thread Kevin C
Le 02/09/2013 16:09, Lukas Tribus a écrit : Hi! Does HAproxy pass TCP connection directly to backend? It depends ... can you show the configuration of the backend as well? Sure, Here is the configuration : backend bk_edge_pool_external_access timeout server 30m timeout

RE: Load Balance individual requests

2013-09-02 Thread Lukas Tribus
Hi! source 0.0.0.0 usesrc clientip So you are using using TPROXY mode. Does your network configuration allow that? Can you try without TPROXY mode? Just remove the source line and retry. Regards, Lukas

Re: Load Balance individual requests

2013-09-02 Thread Kevin C
Le 02/09/2013 16:26, Lukas Tribus a écrit : Hi! source 0.0.0.0 usesrc clientip So you are using using TPROXY mode. Does your network configuration allow that? Can you try without TPROXY mode? Just remove the source line and retry. Yes, it works. It don't know if I must set up a TPROXY for

RE: Load Balance individual requests

2013-08-29 Thread Ozgur Tas
- From: Lukas Tribus [mailto:luky...@hotmail.com] Sent: Wednesday, August 28, 2013 1:41 PM To: Kevin C Cc: haproxy@formilux.orgmailto:haproxy@formilux.org Subject: RE: Load Balance individual requests Yes, link use SIP and HTTPS. HAProxy can't load balance UDP based SIP. The documentation

Re: Load Balance individual requests

2013-08-29 Thread Kevin COUSIN
15:37:37 Objet: RE: Load Balance individual requests I didn’t know this one, was aware of the general guidelines. This is a very nice guide, fully detailed. From: Thomas Heil [mailto:h...@terminal-consulting.de] Sent: Wednesday, August 28, 2013 5:06 PM To: Ozgur Tas Cc: Lukas Tribus

Load Balance individual requests

2013-08-28 Thread Kevin C
Hi, We plan to use HAProxy to load-balance an MS Lync 2010 Infrastructure. We also plan to use it as reverse proxy? Is HAproxy able to load balance individual requests within a TCP session ? This a requirements for effcient load-balance. Is somebody already use HAProxy with Lync 2010

RE: Load Balance individual requests

2013-08-28 Thread Lukas Tribus
Hi Kevin, Is HAproxy able to load balance individual requests within a TCP session? If you're talking about HTTP, then yes, thats possibile. Individual requests may be served by different backends via content switching (if you want). It we talk about a proprietary application protocol based

Re: Load Balance individual requests

2013-08-28 Thread Kevin C
Hi Lukas, Yes, link use SIP and HTTPS. The documentation says tha HAproxy must load balance individual requests within a TCP session and make persistence with a cookie. Regards, Kevin C Le 28/08/2013 19:06, Lukas Tribus a écrit : Hi Kevin, Is HAproxy able to load balance individual

RE: Load Balance individual requests

2013-08-28 Thread Lukas Tribus
Yes, link use SIP and HTTPS. HAProxy can't load balance UDP based SIP. The documentation says tha HAproxy must load balance individual requests within a TCP session and make persistence with a cookie. This implies however that HAProxy has to offload SSL. So the certificate needs

RE: Load Balance individual requests

2013-08-28 Thread Ozgur Tas
-server-2010.aspx -Original Message- From: Lukas Tribus [mailto:luky...@hotmail.com] Sent: Wednesday, August 28, 2013 1:41 PM To: Kevin C Cc: haproxy@formilux.org Subject: RE: Load Balance individual requests Yes, link use SIP and HTTPS. HAProxy can't load balance UDP based SIP

Re: Load Balance individual requests

2013-08-28 Thread Thomas Heil
- From: Lukas Tribus [mailto:luky...@hotmail.com] Sent: Wednesday, August 28, 2013 1:41 PM To: Kevin C Cc: haproxy@formilux.org Subject: RE: Load Balance individual requests Yes, link use SIP and HTTPS. HAProxy can't load balance UDP based SIP. The documentation says tha HAproxy must