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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top