Hi Shehan, On Fri, Jan 03, 2025 at 06:05:57PM +0000, Shehan Jayawardane wrote: > Hi Aleksandar, > > Thanks for the information. > We have gone through what you have shared. And yes, with HAproxy it is not > possible. But is it the same for HAproxy enterprise edition? Can't we load > balance Radius traffic?
Due to the UDP module I suspect it could be possible since Radius is expected to remain relatively simple, though I can't promise anything. You may want to contact someone there to know more about it (or if you want I can pass your e-mail along so that someone recontacts you). Have you considered LVS as a first approach though ? I understand that there are situations where it may not be easy to use but generally it's quite straight forward and less intrusive than a proxy for UDP services since it works at the packet or connection level. It only needs to be placed on a machine serving as the default gateway, generally in combination with keepalived for health checks (and optionally VRRP). Cheers, Willy