简体   繁体   English

如何开发 Radius 代理服务来拦截和路由到下划线 Radius 服务器以获取 AAA 请求

[英]How to develop Radius Proxy Service to intercept and route to underline Radius Servers for AAA requests

I am pretty new to this Radius concept.我对这个 Radius 概念还很陌生。 Need some help and ideas on how to handle the below use case and what opensource libs can be helpful.需要一些关于如何处理以下用例以及哪些开源库可以提供帮助的帮助和想法。

We have many devices that are doing RADIUS MFA with RSA SecurID, working on bringing Symantec also want to have a proxy in between these vendors to intercept & inspect Radius traffic and based on some logic want to route to Symantec or RSA for all AAA calls.我们有许多设备正在使用 RSA SecurID 执行 RADIUS MFA,致力于让 Symantec 也希望在这些供应商之间有一个代理来拦截和检查 Radius 流量,并且基于一些逻辑想要路由到 Symantec 或 RSA 以进行所有 AAA 调用。

Any help in developing this proxy will help and what are some of the opensource products I can leverage.开发此代理的任何帮助都会有所帮助,我可以利用哪些开源产品。 Want to make sure can handle the load as the number of requests could be in hundreds per/sec, and want it to be highly available.想要确保可以处理负载,因为请求数量可能是每秒数百个,并且希望它具有高可用性。

Thanks谢谢

https://github.com/layeh/radius . https://github.com/layeh/radius This lib will be a good start.这个库将是一个好的开始。 And now I am working on develping radius proxy servie with this golang lib.现在我正在使用这个 golang lib 开发 radius 代理服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM