17 Oct
2016
17 Oct
'16
9:54 a.m.
On Oct 17, 2016, at 6:56 AM, Koos Myburgh <koos@rsaweb.co.za> wrote:
I have a problem with my freeradius config where it only proxies POD packets to the first NAS listed in the home server pool. What config do I need to change in order for the Proxy to send COA packets to the correct NAS where the device is connected to? I have looked at documentation on /etc/freeradius/sites-available/originate-coa but not sure if I am on the right track.
Read raddb/proxy.conf.
home_server_pool mobile_discon_pool { home_server = NAS1 home_server = NAS2 }
The default pool type is "fail-over". If you want it to load balance, configure it to load balance. Alan DeKok.