Features/WPA-WPA2-Enterprise-Network-Connections/Testing: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Setting up a RADIUS server == | == Setting up a RADIUS server (on a dedicated machine) == | ||
* Install "freeradius" rpm package | * Install "freeradius" rpm package | ||
** 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 | ||
**[[Media:original_clients.doc]] | **[[Media:original_clients.doc]] |
Revision as of 09:53, 14 December 2011
Setting up a RADIUS server (on a dedicated machine)
- Install "freeradius" rpm package
- 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/users", to configure a username-password pair for authentication. Sample files are present at
- Start the server, by issuing the following command
- sudo /usr/sbin/radiusd -X &