30 Jul
2018
30 Jul
'18
11:50 a.m.
On Jul 30, 2018, at 10:43 AM, Dean Smith <dean@eatworms.org.uk> wrote:
For network load balancing reasons, I would like the radius packets to have a good spread of source ports. Radperf (version 1.1b) appears to use the same source port for each test run. I there a way to have it use a random port for each request?
No. If it sends a lot of packets, it will open new source ports. But not a lot. To do proper RADIUS load balancing, you should load balance on the contents of the RADIUS packets. Not on network ip/port. Alan DeKok.