Features/WPA-WPA2-Enterprise-Network-Connections/Testing: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
== Setting up a RADIUS server (on a dedicated machine) == | == Setting up a RADIUS server (on a dedicated machine) == | ||
* Install "freeradius" rpm package | * Install "freeradius" rpm package | ||
* Stop the server (if running) | |||
** sudo killall radiusd | |||
** sudo yum install freeradius | ** sudo yum install freeradius | ||
* Modify "/etc/raddb/clients.conf", to include the name of the network access-point/router. Sample files are present at | * Modify "/etc/raddb/clients.conf", to include the name of the network access-point/router. Sample files are present at | ||
| Line 12: | Line 14: | ||
* Start the server, by issuing the following command | * Start the server, by issuing the following command | ||
** sudo /usr/sbin/radiusd -X & | ** sudo /usr/sbin/radiusd -X & | ||
== Setting up the access-point / router == | == Setting up the access-point / router == | ||