PreviousNext
JavaScript must be enabled to correctly display this content
Enabling RadSec on FreeRADIUS Server
Follow the below steps to enable RadSec on FreeRADIUS Server:
This is a basic FreeRADIUS configuration example added for reference only.
Caution:
Consult your vendor documentation or your IT team to enable and configure RadSec on your RADIUS server.
Before making any configuration changes, stop the radiusd service:
systemctl stop radiusd
Enable the TLS virtual server:
cd /etc/raddb/sites-enabled
ln -s ../sites-available/tls
Copy your certificates under default directory (for example: /etc/raddb/certs/ directory).
Edit the /etc/raddb/sites-available/tls configuration file and add the certificate paths for private_key_file, certificate_file, ca_file inside the tls {} block under both the sections: listen {} and home_server tls {}.
Edit the tls virtual server configuration in the /etc/raddb/sites-available/tls file, in order to add definitions for the clients by extending the clients radsec {} section.