On Tue, Jul 21, 2015 at 6:25 PM, Thibault LABRUT
<[email protected]> wrote:
> Hello,
>
> I implemented the tcp flow at my haproxy .
>
> The problem is that since haproxy service stops after 5 minutes.
>
> I have seen rine especially in logs except this:

> kernel: Traps : haproxy [ 11939 ] Common IP protection : 7fe1ddc19f1a sp :
> 7fff12c2d580 error: 0 in haproxy [ + 7fe1ddbd5000 b6000 ]
>
> haproxy - systemd -wrapper : haproxy - systemd -wrapper : exit , haproxy RC = > 0
>
> Here is a sample configuration:
>
>
> frontend tcp_33101
>
> fashion tcp
>
> tcplog option
>
> option tcpka
>
> capture request header Host len 200
>
> bind 192.168.100.98:33101
>
> default_backend prod_tools_tcp_33101
>
>
>
> backend prod_tools_tcp_33101
>
> fashion tcp
>
> tcplog option
>
> option tcpka
>
> server srv- prod_tools_tcp_33101-01 XXX.XXX.XXX.XXX:33101 check weight 100
>
>
> Best regards,
>
>
> Thibault


Hi Thibault,

What troubleshooting steps have you already performed?
Have you dug into systemd?

NOTE: Please don't use a translator with your HAProxy configuration.
That's why now, haproxy is in "fashion tcp" instead of "mode tcp".

Baptiste

Reply via email to