Search code examples
proxyrulesradiusfreeradius

Implementing Proxy RADIUS server


I have a proxy RADIUS server and a Home RADIUS server to perform WPA2 authentication. The proxy server forwards all the requests to the Home server, which then performs authentication of the clients.

My question - Is it possible for the Proxy RADIUS server to filter the requests (based on some rules) before forwarding them to the Home AAA?

Thanks in advance!


Solution

  • Yes, see man rlm_attr_filter, you want to insert the module call into the pre-proxy section.