Re: Help with UDP load balancing passive health checks

2022-02-24 Thread Pawel Fraczek
aurov wrote: > > > On 23 Feb 2022, at 06:45, Pawel Fraczek wrote: > > > > Hi, I'm trying to building a syslog load balancer and I'm running into > issues with the failover of UDP messages. TCP works just fine, when the > server goes down, all messages failover

Help with UDP load balancing passive health checks

2022-02-22 Thread Pawel Fraczek
Hi, I'm trying to building a syslog load balancer and I'm running into issues with the failover of UDP messages. TCP works just fine, when the server goes down, all messages failover to the active server. But with UDP, that does not happen. Maybe someone can point me to what I'm doing wrong. Below