haproxy + tproxy problem

2015-01-26 Thread Zbyněk Rozman
Hi, we are currently facing problem with connection clogging with this configuration. The client after a while (random number of requests ~few hundreds) reaches timeout connect settings on backend server - proxy returns 503 Service Unavailable No server is available to handle this request.

Problem with string negation in httpcheck-expect

2015-01-26 Thread Sébastien ROHAUT
Hi, We're encountering a problem with a http-check expect ! string. here is a sample of our check url : { hostname:toto, type:backend, isHealthy:true, healthStatus:Healthy, healthyServices:2, unhealthyServices:0, services:[{ name:Elasticsearch, isServiceHealthy:true,

Re: haproxy + tproxy problem

2015-01-26 Thread Zbyněk Rozman
Hi Babtiste, yes we do have change that: [root@srvA ~]# cat /etc/sysconfig/network-scripts/route-eth0 default via 192.168.1.254 dev eth0 table 700 [root@srvA ~]# cat /etc/sysconfig/network-scripts/rule-eth0 from 192.168.1.1 lookup 700 The setup is working just fine, for a while. When we try

Re: haproxy + tproxy problem

2015-01-26 Thread Baptiste
Hi Zbynek, Have you changed the default gateway of your server? traffic from server to client must pass through HAProxy box. In your case, I guess HAProxy sends a SYN to the server and the servers sends the S/A to the client directly, bypassing HAProxy. Baptiste On Mon, Jan 26, 2015 at 1:24

[SPAM] Profitez des soldes sur boxers, caleçons et chaussettes des 40 plus grandes marques

2015-01-26 Thread Solendro.com
Title: ★C'EST LES SOLDES ! Jusqu'à -50% sur Calvin Klein, Diesel, Ralph Lauren, HOM...★ Cliquez ici pour lire cet e-mail dans votre navigateur.

Re: haproxy + tproxy problem

2015-01-26 Thread Baptiste
what does dmesg says then? Or errors logged by HAProxy? You may have some iptables issues or source port exhaustion. Baptiste On Mon, Jan 26, 2015 at 2:53 PM, Zbyněk Rozman zbynek.roz...@stable.cz wrote: Hi Babtiste, yes we do have change that: [root@srvA ~]# cat

Enjoy your travel and life by WorldVentures

2015-01-26 Thread Steven
Hi, friend WorldVentures is a lifestyle company that markets travel-related products. Combining the power of the Internet with the time-tested strength of word-of-mouth marketing, WorldVentures is a leader in the leisure travel industry. WorldVentures Marketing LLC is a privately held company

[no subject]

2015-01-26 Thread Aaron Golub
Hi, We're having a strange problem with cookies being set and I'm hoping someone can help diagnose whats happening here. So we our http and https frontends set up like this: #- # frontend section describes a set of listening sockets accepting client connections.

Forum Access Request

2015-01-26 Thread BGaudreault Brian
Hello, Can I gain access to your forum to get assistance with our new HAProxy 1.5.10 redundant setup? Thanks, BRIAN GAUDREAULT System Administrator EDRhttp://edrnet.com/ SMART DATA. SMARTER WORKFLOW. Direct: +1(203)882-6924 | Main: +1-800-352-0050 | edrnet.comhttp://edrnet.com/

Re: Stick tables, good guys, bad guys, and NATs

2015-01-26 Thread Yuan Long
I am in the same fix. No matter what we try, the data to address is the real laptop/desktop/cellphone/server count. That count is skewed as soon as there are a hundred laptops/desktops behind a router. Best I heard is from Willy himself, suggestion to use base32+src. At the cost of losing plain

Re: Problem with string negation in httpcheck-expect

2015-01-26 Thread Baptiste
Le 26 janv. 2015 13:43, Sébastien ROHAUT sebastien.rohaut@gmail.com a écrit : Hi, We're encountering a problem with a http-check expect ! string. here is a sample of our check url : { hostname:toto, type:backend, isHealthy:true, healthStatus:Healthy, healthyServices:2,

professional manufacturer of RFID smart card,tags, reader

2015-01-26 Thread poshtenda
Dear Sir/Madam Plastic Printed Card, RFID Card, NFC Card, Contact IC Card, RFID Prelam/Inlay, and RFID keyfob, epoxy tag, label,readers. POSHTENDA is one of biggest professional manufacturer in RFID smart card /TAG Technologies with high quality and low cost.

Cookies not being set consistently

2015-01-26 Thread Aaron Golub
Hi, Sorry for re-posting...I didn't realize I had setn my previous question without a subject: We're having a strange problem with cookies being set and I'm hoping someone can help diagnose whats happening here. So we our http and https frontends set up like this:

Url load balancer

2015-01-26 Thread mohammad Atiyat
Dear support, I want to test HAproxy on windows server 2008R2? The following is an example configuration section that is needed for setting up an Apache load balancer for a three-instance : we need to Configure URL load balancer to balance traffic to 3 instances as below ;

Re: Test

2015-01-26 Thread Maxence Bitterli
Ups sorry, I just wanted to get the automatic email to subscribe to this ml v.v #noobspotted Maxence BITTERLI @dgamax maxence.me / maxence.ovh On Mon, Jan 26, 2015 at 10:05 AM, Maxence Bitterli dga...@gmail.com wrote: Bob Maxence BITTERLI @dgamax maxence.me / maxence.ovh

tt calculation

2015-01-26 Thread Laurent Dormoy
Hi, According to the haproxy doc, Td = Tt - (Tq + Tw + Tc + Tr) But in my haproxy HTTP logs, Td is always equal to 0 (meaning that Tt = Tq + Tw + Tc + Tr) The reverse proxy serves clients all over Europe and keep-alive is not enabled. Can someone explain me this ? I use v1.4.24-2 Thanks,

Re: Problem with string negation in httpcheck-expect

2015-01-26 Thread Cyril Bonté
Hi Sébastien and Baptiste, Le 26/01/2015 23:12, Baptiste a écrit : Le 26 janv. 2015 13:43, Sébastien ROHAUT sebastien.rohaut@gmail.com mailto:sebastien.rohaut@gmail.com a écrit : (...) For the http-check, we want to test the value of healthStatus, which can be Healthy, Unhealthy,