Proxy protocol patch for nginx 1.4.x

2013-09-19 Thread Baptiste
Hi all, I've just updated my patches for proxy protocol in nginx 1.4.x. They are avaiable here: https://wiki.bedis.eu/nginx/nginx_proxy_protocol_patch Note in that version, accept_proxy_protocol is not a server option anymore, it is now a bind option. Please try it and report any issue / bug

Re: Proxy protocol patch for nginx 1.4.x

2013-09-19 Thread Sebastien Estienne
Hello Baptiste, Does it mean that it should work with a module like nginx-rtmp? thanx, Sebastien Estienne On Thu, Sep 19, 2013 at 9:30 PM, Baptiste bed...@gmail.com wrote: Hi all, I've just updated my patches for proxy protocol in nginx 1.4.x. They are avaiable here: https

Re: send-proxy on FreeBSD

2013-09-03 Thread David BERARD
] Alternately, could you try the following change : 471 - if (errno == EAGAIN) 471 + if (errno == EAGAIN || errno == ENOTCONN) With this change send-proxy work well :) Thanks. -- David BERARD contact(at)davidberard.fr GPG|PGP KeyId 0xC8533354 GPG|PGP Key http

Re: send-proxy on FreeBSD

2013-09-03 Thread Willy Tarreau
|| errno == ENOTCONN) With this change send-proxy work well :) Perfect, thank you. I've merged the fix. Another location had to be fixed as well (health checks), so you'd better apply the attached patch than the one above. Thanks, Willy From 95742a43aaddf8a262339833688b75b5907f95c6 Mon Sep 17

send-proxy on FreeBSD

2013-09-02 Thread David BERARD
Hi, I've an issue with send-proxy on HAProxy-1.5-dev19 running on FreeBSD. Since dev13 I can't get send-proxy to work on FreeBSD, connections to the backend server (another haproxy with accept-proxy bind option) are imediately closed. Version dev12 works correctly on FreeBSD, and dev19

RE: send-proxy on FreeBSD

2013-09-02 Thread Lukas Tribus
Hi David, Since dev13 I can't get send-proxy to work on FreeBSD, connections to the backend server (another haproxy with accept-proxy bind option) are imediately closed. Version dev12 works correctly on FreeBSD, and dev19 on Linux works too. Best thing would be if you could git bisect

Re: send-proxy on FreeBSD

2013-09-02 Thread Willy Tarreau
Hi David, On Mon, Sep 02, 2013 at 11:44:14PM +0200, David BERARD wrote: Hi, I've an issue with send-proxy on HAProxy-1.5-dev19 running on FreeBSD. Since dev13 I can't get send-proxy to work on FreeBSD, connections to the backend server (another haproxy with accept-proxy bind option

Re: HA Proxy Install Guide

2013-08-13 Thread Baptiste
, Aug 12, 2013 at 11:12 PM, Jonathan Matthews cont...@jpluscplusm.com wrote: On 12 August 2013 21:15, Uttla, Rao rao.ut...@lmco.com wrote: Hi , Can you please provide following info, Thanks in advance. Where can I find HA Proxy Install guide Hi Rao - Take a look at the resources linked

HA Proxy Install Guide

2013-08-12 Thread Uttla, Rao
Hi , Can you please provide following info, Thanks in advance. Where can I find HA Proxy Install guide, also can I install HA Proxy without root userid. Thanks, Jagadishwar Rao Uttla, Database Architect Lockheed Martin, ISGS, Contractor to EPA SEMS 703-647-5668 (Work) 703-647-5686 (Fax

Re: X-Forwarded-For or proxy protocol

2013-07-27 Thread Mark Ruys
implementation of the proxy protocol, I'm a bit more conservative as for the new embedded SSL offloader in HAProxy. Let me throw in a few thoughts here: - HAProxy with native SSL/TLS already has a decent (and increasing) amount of users and it does work very well, in my opinion - by doing

Re: X-Forwarded-For or proxy protocol

2013-07-23 Thread Willy Tarreau
Hi guys, On Mon, Jul 22, 2013 at 03:42:11PM +0200, Lukas Tribus wrote: Hi Mark, Yes, I should have listed this as alternative 3. Altough we're willing to adopt HAProxy 1.5 in production for it's implementation of the proxy protocol, I'm a bit more conservative as for the new embedded

Re: X-Forwarded-For or proxy protocol

2013-07-22 Thread Mark Ruys
of HAProxy: client -- Keepalived/stunnel/HAProxy -- Apache Now to have Apache know the client's remote IP address, I think we have two options: 1) X-Forwarded-For patched stunnel, or 2) stunnel + HAProxy with the proxy protocol. Drawback of 1 is that it's not supported by the stunnel

RE: X-Forwarded-For or proxy protocol

2013-07-22 Thread Lukas Tribus
Hi Mark, Yes, I should have listed this as alternative 3. Altough we're willing to adopt HAProxy 1.5 in production for it's implementation of the proxy protocol, I'm a bit more conservative as for the new embedded SSL offloader in HAProxy. Let me throw in a few thoughts here: - HAProxy

Please support for Ha Proxy

2013-07-22 Thread Le Minh Duc
Hi! I use HA Proxy for load balancing Hi Load web Sent from my iPad

X-Forwarded-For or proxy protocol

2013-07-21 Thread Mark Ruys
-For patched stunnel, or 2) stunnel + HAProxy with the proxy protocol. Drawback of 1 is that it's not supported by the stunnel developers because of it's problems to support keepalive connections from the client. Drawback of 2 is that it needs HAProxy 1.5 which is not stable yet. We're willing to use

RE: X-Forwarded-For or proxy protocol

2013-07-21 Thread Lukas Tribus
tools like stunnel or stud. You can forward the client ip to the backend servers via X-Forwarded-For or the PROXY protocol just as you wish/your backends prefers, with or without native SSL termination on at HAProxy. Regards, Lukas

Re: X-Forwarded-For or proxy protocol

2013-07-21 Thread Cyril Bonté
we have two options: 1) X-Forwarded-For patched stunnel, or 2) stunnel + HAProxy with the proxy protocol. Drawback of 1 is that it's not supported by the stunnel developers because of it's problems to support keepalive connections from the client. Drawback of 2 is that it needs HAProxy 1.5

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-02 Thread Qingshan Xie
, 2013 3:26 PM Subject: Re: Can HAProxy Reverse Proxy SSL to Backend? Hi, On Mon, Jul 01, 2013 at 03:06:36PM -0700, Qingshan Xie wrote: Hello Willy and Lukas,     I have 3 questions regarding HAProxy listed below, Please help. 1. Can HAProxy handle 1000 ACL lines in one frontend service

RE: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-02 Thread Lukas Tribus
Hi! Hello Willy, I am still unclear how could 1 daemon HAProxy process handle thousands requests/connections simultaneously or concurrently? I thought the daemon should fork children to handle connections, but I could not see any children spawned when did a load-test with 100 concurrent

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-02 Thread Willy Tarreau
Hi, On Tue, Jul 02, 2013 at 12:08:31PM -0700, Qingshan Xie wrote: Hello Willy,    I am still unclear how could 1 daemon HAProxy process handle thousands requests/connections simultaneously or concurrently?  I thought the daemon should fork children to handle connections, but I could not

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-02 Thread Willy Tarreau
Hi Lukas, On Tue, Jul 02, 2013 at 09:24:49PM +0200, Lukas Tribus wrote: Hi! Hello Willy, I am still unclear how could 1 daemon HAProxy process handle thousands requests/connections simultaneously or concurrently? I thought the daemon should fork children to handle connections, but

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread Willy Tarreau
Hi, On Mon, Jul 01, 2013 at 03:06:36PM -0700, Qingshan Xie wrote: Hello Willy and Lukas,     I have 3 questions regarding HAProxy listed below, Please help. 1. Can HAProxy handle 1000 ACL lines in one frontend service? what it's limit? There is no limit. ACLs by themselves do not hurt,

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread Qingshan Xie
From: Willy Tarreau w...@1wt.eu To: Qingshan Xie xieq...@yahoo.com Cc: Lukas Tribus luky...@hotmail.com; haproxy@formilux.org haproxy@formilux.org; Nenad Merdanovic ni...@nimzo.info Sent: Monday, July 1, 2013 3:26 PM Subject: Re: Can HAProxy Reverse Proxy SSL to Backend? Hi

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread David Coulson
On 7/1/13 7:10 PM, Qingshan Xie wrote: Willy, To explain my last question 3. Can HAProxy set a default frontend service? I list a possible configuration below, frontend PUBLIC bind :80 acl rec_w7 path_beg /A acl rec_w7 path_beg /B acl rec_w7 path_beg /B ..

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread Michael Glenney
...@1wt.eu To: Qingshan Xie xieq...@yahoo.com Cc: Lukas Tribus luky...@hotmail.com; haproxy@formilux.org haproxy@formilux.org; Nenad Merdanovic ni...@nimzo.info Sent: Monday, July 1, 2013 3:26 PM Subject: Re: Can HAProxy Reverse Proxy SSL to Backend? Hi, On Mon, Jul 01, 2013 at 03:06:36PM

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread Michael Glenney
Nope. I was wrong. This is right. Forget my last Michael Glenney Sent from my iPhone On Jul 1, 2013, at 4:14 PM, David Coulson da...@davidcoulson.net wrote: On 7/1/13 7:10 PM, Qingshan Xie wrote: Willy, To explain my last question 3. Can HAProxy set a default frontend service? I

RE: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-26 Thread Lukas Tribus
Hi Willy, I sense we are not going to agree on this, but I'm posting my two cents here anyway. I think that the statement in the doc is clear enough about this. The statement in the doc is very clear and does not leave room for interpretation. In fact, it even warns about MITM. But I'm

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-26 Thread Willy Tarreau
Hi Lukas, On Wed, Jun 26, 2013 at 09:52:32AM +0200, Lukas Tribus wrote: Hi Willy, I sense we are not going to agree on this, but I'm posting my two cents here anyway. you're welcome :-) I think that the statement in the doc is clear enough about this. The statement in the doc is very

RE: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-25 Thread Lukas Tribus
Hi Willy, Oh crap, you're right! In fact we put verify, ca-file and crl-file on the server side in 1.5-dev13 while SSL alone was in 1.5-dev12. And of course the doc was not updated. That explains a lot of things! Oh, great. I see you already updated the docs. What I'm asking myself: is it a

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-25 Thread Willy Tarreau
Hi Lukas, On Tue, Jun 25, 2013 at 09:31:15AM +0200, Lukas Tribus wrote: Hi Willy, Oh crap, you're right! In fact we put verify, ca-file and crl-file on the server side in 1.5-dev13 while SSL alone was in 1.5-dev12. And of course the doc was not updated. That explains a lot of things!

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-25 Thread Willy Tarreau
On Tue, Jun 25, 2013 at 09:03:47AM -0700, Qingshan Xie wrote: Willy,  I probably did not compile SSL.  Could you tell me how to compile it with SSL? The hint is to enable the variable that's indicated as missing : Built without OpenSSL support (USE_OPENSSL not set)

Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Qingshan Xie
Hello,  One feature of HAProxy is as a good Reverse Proxy(RP) server.  However, I could not find the right information or document to instruct how to configure HAProxy as a Reverse Proxy to SSL communication to the backends.  Here is the process flow in a infrastructure,  Clients - HAProxy

RE: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Lukas Tribus
Hi, Can HAProxy RP SSL to Backend? Please help. The development branch (1.5) supports it, yes. Just specify the ssl keyword when configuring the server: backend my-https-backend   server s4 10.0.0.3:443 ssl Be advised that haproxy doesn't yet validate the backends server certificate, so

RE: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Lukas Tribus
Hi, It sounds HAproxy on SSL RP still not complete, because it does not validate the backend server cert. When will this feature be completed? Yes, this is on the roadmap for implementation before 1.5 becomes stable afaik. Also, from 1.5.x document, it does not show the option 'ssl' for the

RE: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Lukas Tribus
Yes, this is on the roadmap for implementation before 1.5 becomes stable afaik. Actually, I don't see this in the ROADMAP file, so this was probably incorrect, although I believe I've read it somewhere. Willy, is backend server certificate validation planned? Regards, Lukas

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Willy Tarreau
On Tue, Jun 25, 2013 at 01:23:12AM +0200, Lukas Tribus wrote: Yes, this is on the roadmap for implementation before 1.5 becomes stable afaik. Actually, I don't see this in the ROADMAP file, so this was probably incorrect, although I believe I've read it somewhere. Willy, is backend

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Nenad Merdanovic
Hey Willy, This is what the docs say: This option enables SSL ciphering on outgoing connections to the server. At the moment, server certificates are not checked, so this is prone to man in the middle attacks. If I got Lukas and Qingshan right, that's what they are discussing. On 06/25/2013

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Willy Tarreau
On Mon, Jun 24, 2013 at 06:11:47PM -0700, Qingshan Xie wrote: Willy and Lukas,     I configured my HAProxy as your instruction as below.  However, when I started it, it threw error as server IDEV3' unknown keyword 'ssl'.  My HAProxy version is 1.5-dev19.  Could you help me what could

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-06-24 Thread Willy Tarreau
Hi Nenad, On Tue, Jun 25, 2013 at 02:47:51AM +0200, Nenad Merdanovic wrote: Hey Willy, This is what the docs say: This option enables SSL ciphering on outgoing connections to the server. At the moment, server certificates are not checked, so this is prone to man in the middle attacks.

Re: smtpchk when using proxy protocol

2013-05-28 Thread Baptiste
this behavior. Baptiste On Tue, May 28, 2013 at 5:54 AM, Vit Dua vit...@gmail.com wrote: Hi, There is an option in HAProxy 1.5 doc: http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#check-send-proxy And this thread: http://comments.gmane.org/gmane.comp.web.haproxy/11551 I

Re: smtpchk when using proxy protocol

2013-05-28 Thread Viet Hoang
Hi Baptiste, My banner is normal indeed. I have checked with telnet and HAProxy without Proxy Protocol. Telnet directly: root@postfix01:~/postfix-2.10.0# telnet X.X.X.X 25 Trying X.X.X.X... Connected to X.X.X.X. Escape character is '^]'. 220 mail.mydomain.com ESMTP Postfix (Ubuntu) Connect

Re: smtpchk when using proxy protocol

2013-05-28 Thread Baptiste
Proxy Protocol. Telnet directly: root@postfix01:~/postfix-2.10.0# telnet X.X.X.X 25 Trying X.X.X.X... Connected to X.X.X.X. Escape character is '^]'. 220 mail.mydomain.com ESMTP Postfix (Ubuntu) Connect via HAProxy without Proxy Protocol: 220 mail.mydomain.com ESMTP Postfix (Ubuntu

Re: smtpchk when using proxy protocol

2013-05-28 Thread Tom Lanyon
On 28/05/2013, at 6:58 PM, Baptiste bed...@gmail.com wrote: Your last chance is to capturethe check with tcpdump and send it back to me. Might be a bug, either in Haproxy or postfix. I remember digging into the latest 1.5 code and finding that check-send-proxy looked like it wouldn't work

Re: smtpchk when using proxy protocol

2013-05-27 Thread Vit Dua
The log also said: May 27 14:39:11 localhost haproxy[1278]: Proxy ft_postfix started. May 27 14:39:11 localhost haproxy[1278]: Server ft_postfix/postfix01 is DOWN, reason: Layer7 invalid response, info: 220-mail.mydomain.com ESMTP Postfix (Ubuntu), check duration: 1ms. 0 active and 0 backup

Re: smtpchk when using proxy protocol

2013-05-27 Thread Jonathan Matthews
On 27 May 2013 08:40, Vit Dua vit...@gmail.com wrote: The log also said: May 27 14:39:11 localhost haproxy[1278]: Proxy ft_postfix started. May 27 14:39:11 localhost haproxy[1278]: Server ft_postfix/postfix01 is DOWN, reason: Layer7 invalid response, info: 220-mail.mydomain.com ESMTP

Re: smtpchk when using proxy protocol

2013-05-27 Thread Tom Lanyon
On 27/05/2013, at 5:04 PM, Vit Dua vit...@gmail.com wrote: I have used proxy protocol for SMTP snip It worked successfully. I wanted to do smtpchk so that I added to the config: server postfix01 X.X.X.X:1 send-proxy check snip I am running haproxy-1.5_dev18 in front of Postfix 2.10.0

Re: smtpchk when using proxy protocol

2013-05-27 Thread Vit Dua
Hi, There is an option in HAProxy 1.5 doc: http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#check-send-proxy And this thread: http://comments.gmane.org/gmane.comp.web.haproxy/11551 I have set in HAProxy config: server postfix01 X.X.X.X:1 check check-send-proxy send-proxy

RE: Transparent proxy mode

2013-05-21 Thread Lionel PASCAL
I miss something? Thank you! :) Lionel My configuration : - Lb1 has two interfaces : Eth0 :192.168.1.1 Eth1: 10.0.0.10 Webserver : Eth0 : 10.0.0.11 Gw : 10.0.0.10 Here's my configuration files : root@lb1:~# haproxy -vv HA-Proxy version 1.4.22 2012/08/09 Copyright 2000-2012 Willy Tarreau w

Re: Transparent proxy mode

2013-05-18 Thread Baptiste
configured iptables? Please share with us your procedure and we may be able to help. Baptiste On Fri, May 17, 2013 at 6:12 PM, Lionel PASCAL lionel.pas...@ac-clermont.fr wrote: I ‘m on ubuntu 12.04 LTS Kernel 3.2.0-40-generic I’m trying to enable transparent proxy mode but it does not work

Transparent proxy mode

2013-05-17 Thread Lionel PASCAL
I 'm on ubuntu 12.04 LTS Kernel 3.2.0-40-generic I'm trying to enable transparent proxy mode but it does not work : Cannot bind to tproxy source address before connect() for proxy server011. Aborting. Is this fonctionnality supported on this kernel? Should I try on Ubuntu 10

Re: HAproxy tproxy problem when try to make transparent proxy

2013-05-15 Thread haproxy
... lsmod [...] nf_tproxy_core24281 xt_socket, [...] haproxy -vv HA-Proxy version 1.4.2 2010/03/17 Copyright 2000-2010 Willy Tarreau Build options : TARGET = linux26 CPU = i686 CC = gcc CFLAGS = -O2 -march=i686 -g OPTIONS = USE_LINUX_TPROXY=1 USE_STATIC_PCRE=1

Using Load balancer(HA Proxy) while Federating of clusters.

2013-05-06 Thread Kuldip Madnani
Hi, I am having a configuration where in i have two different clusters(say C1 C2) and each with 3 nodes. C1-N1,N2,N3 C2-N4,N5,N6. If I want to federate cluster C1 to cluster C2 do i need to federate the cluster C1 to each of the above node N4,N5,N6 ? If suppose i want to implement load

Re: HA Proxy FTP Load Balancing Timeout

2013-05-01 Thread Ben Timby
Alok, Sorry have been out of the office for a while. You could try increasing the clitimeout and srctimeout values in your defaults section. These values are ninety and one hundred and twenty seconds respectively. My guess is that tcpka has no effect on activity from haproxy's point of view as

Re: HA Proxy FTP Load Balancing Timeout

2013-05-01 Thread Alok Kumar
Subject: Re: HA Proxy FTP Load Balancing Timeout Alok, Sorry have been out of the office for a while. You could try increasing the clitimeout and srctimeout values in your defaults section. These values are ninety and one hundred and twenty seconds respectively. My guess is that tcpka has

Re: HA Proxy FTP Load Balancing Timeout

2013-04-23 Thread Alok Kumar
Hi Ben, Is there any suggestion, that I can try in our HA Proxy config.   Regards, Alok From: Ben Timby bti...@gmail.com To: Alok Kumar a_sa...@yahoo.com Cc: haproxy@formilux.org haproxy@formilux.org Sent: Thursday, April 18, 2013 3:46 PM Subject: Re: HA

Re: HA Proxy FTP Load Balancing Timeout

2013-04-18 Thread Alok Kumar
Ben Timby btimby@... writes: Alok, On Tue, Apr 16, 2013 at 8:26 PM, Alok Kumar a_sahay- /e1597as9lqavxtiumw...@public.gmane.org wrote:I have a HA Proxy server(1.4), thzt is  load balacing FTP traffic to Six FTP servers. I noticed that Load Balancer is dropping traffic after 50 sec

Re: HA Proxy FTP Load Balancing Timeout

2013-04-18 Thread Ben Timby
On Thu, Apr 18, 2013 at 3:38 PM, Alok Kumar a_sa...@yahoo.com wrote: Hi Ben, In my case we are load balancing across FTP servers. FTP uses two data channel and command channel port for data transfer. I use haproxy for the same purpose. Closing the command channel will not affect a transfer

Re: HA Proxy FTP Load Balancing Timeout

2013-04-18 Thread Alok Kumar
Ben Timby btimby@... writes: On Thu, Apr 18, 2013 at 3:38 PM, Alok Kumar a_sahay- /e1597as9lqavxtiumw...@public.gmane.org wrote:Hi Ben, In my case we are load balancing across FTP servers. FTP uses two data channel and command channel port for data transfer. I use haproxy for

Re: proxy name filtering introduced in haproxy 1.5

2013-04-17 Thread Vincent Bernat
❦ 17 avril 2013 01:00 CEST, Willy Tarreau w...@1wt.eu : I've just recompiled haproxy 1.5 with the latest commits. The patch containing a box to filter proxies is useful but I think we should remove the autofocus keyword from the generated html. Currently, it prevents using the keyboard to

Re: HA Proxy FTP Load Balancing Timeout

2013-04-17 Thread Ben Timby
Alok, On Tue, Apr 16, 2013 at 8:26 PM, Alok Kumar a_sa...@yahoo.com wrote: I have a HA Proxy server(1.4), thzt is load balacing FTP traffic to Six FTP servers. I noticed that Load Balancer is dropping traffic after 50 sec, where as there was a valid ftp control port and Large file

Re: proxy name filtering introduced in haproxy 1.5

2013-04-16 Thread Willy Tarreau
Hi Cyril, On Wed, Apr 17, 2013 at 12:34:56AM +0200, Cyril Bonté wrote: Hi Guillaume and Willy, I've just recompiled haproxy 1.5 with the latest commits. The patch containing a box to filter proxies is useful but I think we should remove the autofocus keyword from the generated html.

HA Proxy FTP Load Balancing Timeout

2013-04-16 Thread Alok Kumar
I have a HA Proxy server(1.4), thzt is load balacing FTP traffic to Six FTP servers. I noticed that Load Balancer is dropping traffic after 50 sec, where as there was a valid ftp control port and Large file transfer was in progress over data port. I tried using tcpka in defaults section

Send-Proxy Checking

2013-04-11 Thread Phil Daws
-mta-backend backend zimbra-mta-backend mode tcp no option http-server-close log global option tcplog option smtpchk HELO mydomain.com timeout server 1m timeout connect 5s server zmta1 zm1.mydomain.com:1025 send-proxy This works fine and proxies the connections through to Postscreen

Re: Send-Proxy Checking

2013-04-11 Thread Phil Daws
Resolved; did specify the correct options. Once set the following all okay: server zmta1 zm1.mydomain.com:1025 check check-send-proxy send-proxy - Original Message - From: Phil Daws ux...@splatnix.net To: haproxy@formilux.org Sent: Thursday, 11 April, 2013 1:51:59 PM Subject: Send

Re: FW: HA PROXY _ Product

2013-03-08 Thread shouldbe q931
On Fri, Mar 8, 2013 at 7:19 AM, Shabbir shab...@amdtechserve.com wrote: Team HA PROXY, Kindly share the product Support price of HA PROXY. Requesting for an early reply.. Thanks Best Regards Shabbir 9980552272 A.M.D TECHNOLOGY SERVICES #3/1, S6, S.R COMPLEX

HA PROXY _ Product

2013-03-07 Thread Shabbir
Team HA PROXY, Kindly share the product Support price of HA PROXY. Requesting for an early reply.. Thanks Best Regards Shabbir 9980552272 A.M.D TECHNOLOGY SERVICES #3/1, S6, S.R COMPLEX KMARAJ ROAD BANGALORE 560042 INDIA

FW: HA PROXY _ Product

2013-03-07 Thread Shabbir
Team HA PROXY, Kindly share the product Support price of HA PROXY. Requesting for an early reply.. Thanks Best Regards Shabbir 9980552272 A.M.D TECHNOLOGY SERVICES #3/1, S6, S.R COMPLEX KMARAJ ROAD BANGALORE 560042 INDIA

Postfix 2.10 / haproxy 1.5-dev17 / proxy protocol

2013-03-06 Thread Laurent CARON
balance source stick store-request src stick-table type ip size 200k server submission_mailout-vty-001 192.168.100.16:1587 send-proxy weight 200 check server submission_mailout-vty-002 192.168.100.17:1587 send-proxy weight 200 check So far, everything works as expected between

Re: could a single ha proxy server sustain 1500 requests per second

2013-02-07 Thread S Ahmed
Thanks Willy. On the same note you said not to run anything on the same machine, to lower costs I want to run other things on the haproxy front-end load balancer. What are the critical things to watch for on the server so I can be notified at what point having 2 things on the server are becoming

Re: could a single ha proxy server sustain 1500 requests per second

2013-02-07 Thread Willy Tarreau
On Thu, Feb 07, 2013 at 11:34:43AM -0500, S Ahmed wrote: Thanks Willy. On the same note you said not to run anything on the same machine, to lower costs I want to run other things on the haproxy front-end load balancer. What are the critical things to watch for on the server so I can be

HA proxy

2013-01-22 Thread Paulson AJ
Hi Team, Greetings Need one help from you We are trying to evaluate this HAproxy , and got this doc from the internet for configuration We have followed all the lines given but when we try to start the service it is telling failed Two things I had a doubt one is ,what is the ip which we need

Re: HA proxy

2013-01-22 Thread Jonathan Matthews
I started trying to help you but had to give up. Congratulations on your early entry for most obnoxiously formatted email of 2013. Please re-send your email to the list * without coloured text * without HTML * without word documents attached but * with a more complete description and log of

Re: HA proxy

2013-01-22 Thread Bryan Talbot
Why mess around with a version that's more than 5 years old? Use an up to date version like 1.4.22 or even better, don't compile your own and use a binary package for your platform (assuming there is one since you didn't state what you're trying to build or run on). Then you might try reading

Re: HA proxy

2013-01-22 Thread shouldbe q931
Since this is on gmail and there is a free viewer, I had a look at the word document, the reason that 1.2 is mentioned, is because it's a copy of this http://www.webhostingtalk.com/showthread.php?t=627783 From 2007... It might be just me, but I don't understand how somebody could find the

RE: HA proxy

2013-01-22 Thread Paulson AJ
] From: shouldbe q931 [mailto:shouldbeq...@gmail.com] Sent: Wednesday, January 23, 2013 9:03 AM To: haproxy@formilux.org Cc: Saipraveen Guttula (IT Services), Bangalore; Paulson AJ Subject: Re: HA proxy Since this is on gmail and there is a free viewer, I had a look at the word document, the reason

RE: HA proxy

2013-01-22 Thread Paulson AJ
AM To: Jonathan Matthews Cc: haproxy@formilux.org; Saipraveen Guttula (IT Services), Bangalore; Paulson AJ Subject: Re: HA proxy Why mess around with a version that's more than 5 years old? Use an up to date version like 1.4.22 or even better, don't compile your own and use a binary package

Re: HA proxy

2013-01-22 Thread Bryan Talbot
: HA proxy ** ** Why mess around with a version that's more than 5 years old? Use an up to date version like 1.4.22 or even better, don't compile your own and use a binary package for your platform (assuming there is one since you didn't state what you're trying to build or run

Re: HA proxy

2013-01-22 Thread shouldbe q931
On Wed, Jan 23, 2013 at 4:00 AM, Paulson AJ paulson...@hcl.com wrote: Hi Rant, We are using ver 1.4.22 My name is NOT Rant set your mail client to plain text describe your environment describe the steps to reproduce your problem

HAProxy, nginx and proxy protocol

2012-12-14 Thread Baptiste
Hey Happy HAProxy users :) You may be using nginx on your platforms and you may want proxy protocol between nginx and haproxy (or haproxy and nginx). You can find a patch and some information here: https://wiki.bedis.eu/nginx/nginx_proxy_protocol_patch Any feedback is welcome. Once I consider

Re: could a single ha proxy server sustain 1500 requests per second

2012-12-04 Thread Willy Tarreau
On Tue, Dec 04, 2012 at 02:19:30PM -0500, S Ahmed wrote: Hi, So 500 Mbits is 1/2 usage of a 1 Gbps port (haproxy and the back-end servers will have 1 Gbps connections). No, the traffic goes in opposite directions and the link is full duplex, so you can effectively have 1 Gbps in and 1 Gbps

Health check for FTP, smtpchk + send-proxy.

2012-11-20 Thread Ben Timby
, the problem I ran into is that my servers expect the proxy protocol, and even though the servers are configured as: listen ftp-vip00 bind 1.1.1.1:21 mode tcp option tcplog balance leastconn option smtpchk HELO ftp.org server beta-ftp00.ftphosting.net 2.2.2.2:21 check send-proxy

reverse proxy of websockets

2012-09-12 Thread Emmanuel Bézagu
hi, please could you tell me if it is possible (and how) to configure haproxy in order to reverse proxy wss websockets in tcp mode ? Here is my conf file : global chroot /usr/local/haproxy/chroot daemon maxconn 256 defaults retries 3 option redispatch timeout tunnel 1h listen https_in bind

Re: reverse proxy of websockets

2012-09-12 Thread Willy Tarreau
Hi Emmanuel, On Wed, Sep 12, 2012 at 01:43:13PM +0200, Emmanuel Bézagu wrote: hi, please could you tell me if it is possible (and how) to configure haproxy in order to reverse proxy wss websockets in tcp mode ? There is no reason for it not to work. Here is my conf file : global

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-25 Thread Willy Tarreau
don't know if the requester wants : - to find a way to enable transparent proxy in the pfsense kernel - to find a way to enable transparent proxy in haproxy - to get some help troubleshooting a config involving transparent proxy - anything else ? and i said also the exact way to do it. I

HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Good morning people, since yesterday i have an existing problem that i can't solve without any help.. Topology: pfsense (Reverse+transparent proxy (haproxy), Load Balancer (of pfsense), SSL termination (stunnel)) after pfsense i have 2 web servers that pfsense load balance them. Here

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
proxy (haproxy), Load Balancer (of pfsense), SSL termination (stunnel)) after pfsense i have 2 web servers that pfsense load balance them. Here is the picture with the exact topology: http://i50.tinypic.com/6tmzcm.png so i have a pfsense VM with haproxy installed and i want this scenario: when

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Hi Baptiste, It's a VM and generally i don't think that it needs compile with transparent proxy enabled in the packages of pfsense there is haproxy and haproxy supports transparency. Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552488#msg

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Yeah, the all thing is not this. The transparent proxy is the last thing i want to know. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552500#msg-552500

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
so please clarify your question cause I don't understand anything and I'm not the only one. cheers On Fri, Aug 24, 2012 at 10:27 AM, hapr...@serverphorums.com wrote: Yeah, the all thing is not this. The transparent proxy is the last thing i want to know. --- posted at http

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
I said it very clearly, that i have found how to make it transparent, and i said also the exact way to do it. I want help with the set up of the reverse proxy. This... Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552583#msg-552583

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread Baptiste
On Fri, Aug 24, 2012 at 1:15 PM, hapr...@serverphorums.com wrote: I said it very clearly, that i have found how to make it transparent, No you didn't... But maybe my english understanding is too bad :) and i said also the exact way to do it. I want help with the set up of the reverse proxy

Re: HAproxy as a reverse+transparent proxy help (pfsense)

2012-08-24 Thread haproxy
Yes and i am asking how to set up haproxy to works as a reverse proxy. Because haproxy can do load balance too. Regards, --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,552462,552625#msg-552625

Re: proxy protocol and websockets

2012-08-07 Thread Willy Tarreau
Hi Joe, On Mon, Aug 06, 2012 at 04:45:21PM -0700, Joe Williams wrote: Best I can tell this is specifically due to having http-server-close enabled in my defaults section. Commenting that out seems to fix this issue. I assume the connection gets killed just after the upgrade is completed and

Re: proxy protocol and websockets

2012-08-06 Thread Joe Williams
to setup stud, haproxy (1.5-dev7) and a backend web sockets server using proxy protocol to communicate between stud and haproxy. It seems like my requests are making it to the backend server but the client never receives anything. This is the only thing I ever see in the logs

Re: proxy protocol and websockets

2012-08-04 Thread joseph williams
On Aug 3, 2012, at 9:33 PM, Willy Tarreau w...@1wt.eu wrote: Hi Joe, On Fri, Aug 03, 2012 at 03:54:35PM -0700, Joe Williams wrote: List, I am attempting to setup stud, haproxy (1.5-dev7) and a backend web sockets server using proxy protocol to communicate between stud and haproxy

proxy protocol and websockets

2012-08-03 Thread Joe Williams
List, I am attempting to setup stud, haproxy (1.5-dev7) and a backend web sockets server using proxy protocol to communicate between stud and haproxy. It seems like my requests are making it to the backend server but the client never receives anything. This is the only thing I ever see

Re: proxy protocol and websockets

2012-08-03 Thread Willy Tarreau
Hi Joe, On Fri, Aug 03, 2012 at 03:54:35PM -0700, Joe Williams wrote: List, I am attempting to setup stud, haproxy (1.5-dev7) and a backend web sockets server using proxy protocol to communicate between stud and haproxy. It seems like my requests are making it to the backend server

Re: Postfix 2.10 introduces support for the PROXY protocol

2012-06-29 Thread Baptiste
Hi all, The blog article about it: http://blog.exceliance.fr/2012/06/30/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/ I'll come later with a longer article on spam fighting using HAProxy and postfix and the proxy protocol :) Cheers

[PATCH] DOC: specify the default value for maxconn in the context of a proxy

2012-06-27 Thread Vincent Bernat
Default value for maxconn in the context of a proxy is 2000 and is unrelated to any other value (like global ulimit-n or global maxconn). Without an explicit a user may think that the default value is either no limit or equal to the global maxconn value. --- doc/configuration.txt |2 ++ 1

Re: [PATCH] DOC: specify the default value for maxconn in the context of a proxy

2012-06-27 Thread Willy Tarreau
On Wed, Jun 27, 2012 at 05:18:30PM +0200, Vincent Bernat wrote: Default value for maxconn in the context of a proxy is 2000 and is unrelated to any other value (like global ulimit-n or global maxconn). Without an explicit a user may think that the default value is either no limit or equal

<    5   6   7   8   9   10   11   12   >