Xavier <[EMAIL PROTECTED]> wrote: > My radiusd is used as a proxy and send request to a load-balancer (LVS). > But all packets are forwarded with the same source port (8002) and the LVS is > unable to load-balance. Any suggestion or a patch to generate a random port?
Why would this be necessary? Why can't the load-balancer do something intelligent? In order for FreeRADIUS to send proxied requests from random ports, it would have to open, and listen on, *many* sockets. This gets expensive. It also doesn't add anything to the server, and just makes it slower and more complicated. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
