Axel, Am 10.08.20 um 19:02 schrieb Axel DUMAS: > Can I ask my question here ? Or do I have to write it in an other place ?
This is the appropriate place. However I must admit that your email looked like spam based off the Subject at a first glance. > In order to test load-balancing, in the config file of HAProxy, I wrote > theses two things : > *frontend* java_srv > *bind* 192.168.0.19:26001 > *mode* tcp > *default_backend* all_java_srv > > *backend* all_java_srv > *balance* roundrobin > *mode* tcp > *server* srv_1 192.168.0.19:26001 Can you please give your *literal* configuration instead of just the options you consider important? And please give the configuration in the original format without the asterisks in there. > Some fast exchanges seems to be made between the IoT device and my > server, but when it have to wait, the connection is cut and the device > is disconnected. Any error messages? Did you enable logging in HAProxy (you should)? Can you provide a log message? Best regards Tim Düsterhus

