freeRADIUS integration
TOUGHRADIUS integrates the FreeRADIUS API interface, extending its already comprehensive authentication capabilities and providing even more robust solutions to its clients. Our integration of the FreeRADIUS API allows for seamless integration with existing network infrastructures and enables us to offer a wider range of authentication options to meet the unique needs of our clients. Whether you require support for 802.1X, Wi-Fi, VPN, or other network access protocols, TOUGHRADIUS has you covered. With our advanced authentication capabilities and integration with FreeRADIUS, our clients can enjoy a secure, reliable, and efficient network management experience.
FreeRadius enables the REST Module to interface with ToughRadius and uses HTTP parameters to pass user information
Freeradius acts as the core of the RADIUS protocol processing
Toughradius acts as a function for user management, billing, device management, device configuration management, and more
Toughradius starts an HTTP server that listens for Freeradius requests and handles user authentication, billing, device management, and more
Please refer to Freeradius Official Documentation
To implement the integration of FreeRadius, you must have sufficient knowledge of FreeRadius
FreeRadius Default AuthType Configuration
Modify the freeradius configuration file, probably /etc/freeradius/3.0/users
FreeRadius client Configuration
注意: 请根据实际情况修改配置文件中的参数, 在设备中配置的 radius 密钥实际上是这里的 secret 参数
配置 freeradius sites-enabled/default
Enable the REST module in FreeRadius's configuration file, note that this configuration is just a simplified case, telling you where you should enable REST,
For more freeradius configurations, please configure them according to the actual situation
Last updated