Pergunta

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!

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top