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
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