1
|
Add the RADIUS client entry into the file /etc/freeradius/clients.conf:
|
Client <IP address> {
: Secret = “<password>”
}
Where <IP address> should be replaced with the IP address of the RADIUS Server and <password> should be replaced with the server password.
2
|
Add the user information into the file /etc/freeradius/users:
|
user_name Cleartext-Password := “<password>”
Where <password> should be replaced with the server password.
3
|
Run the command sudo feeradius -X from the command line to start freeradius.
|