Load Balance UDP traffic

Hello,

I’m running on the same host two openvpn servers listening on UDP and planning to use them for over 1000 clients to connect. These clients are already running and configured to connect on UDP port.
Is it possible to configure HAProxy as a Load Balancer in mode UDP and running on the same host with the openvpn servers? If this is possible how can be done?

Thank you.

Unfortunately, HAProxy doesn’t support UDP so it’s not the right tool.

I’d use LVS with keepalived or NFTABLES or PEN load balancer to name a few options…