FreeRADIUS with GAiA
Informational
FreeRADIUS server
Copy /etc/radius-dictionaries/dictionary.checkpoint file from Gaia OS to /etc/freeradius/ on FreeRADIUS server.
Add this line to /etc/freeradius/dictionary:
"$INCLUDE /etc/freeradius/dictionary.checkpoint"
To add users edit the /etc/freeradius/users file.
-Use "Tab" key and not "Space" on rows following a username.
-Use comma "," after each command except the last command in the file.
Syntax of this file (if syntax is wrong, service will fail to start):
Example of syntax:
Cleartext-Password := vpn123,
CP-Gaia-User-Role = adminRole,
CP-Gaia-SuperUser-Access = 1
Restart the service:
service freeradius restart