Setting up the Radius Accounting Server

To set up the Radius Accounting Server:
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.

 

<... GW = what? ...>

2

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.