Difference between revisions of "Features/WPA-WPA2-Enterprise-Network-Connections/Testing"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Setting up a RADIUS server == | == Setting up a RADIUS server == | ||
* Install "freeradius" rpm package | * Install "freeradius" rpm package | ||
− | ** sudo yum install freeradius" [[Media:original_clients.doc]] | + | ** sudo yum install freeradius" |
+ | * 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:modified_clients.doc]] and [[Media:diff_clients.doc]]. | ||
+ | * Modify "/etc/raddb/users", to configure a username-password pair for authentication. Sample files are present at [[Media:original_users.doc]], [[Media:modified_users.doc]], [[Media:modified_users.doc]] | ||
+ | * Start the server, by issuing the following command | ||
+ | ** sudo /usr/sbin/radiusd -X & |
Revision as of 08:44, 14 December 2011
Setting up a RADIUS server
- 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 Media:original_clients.doc, Media:modified_clients.doc and Media:diff_clients.doc.
- Modify "/etc/raddb/users", to configure a username-password pair for authentication. Sample files are present at Media:original_users.doc, Media:modified_users.doc, Media:modified_users.doc
- Start the server, by issuing the following command
- sudo /usr/sbin/radiusd -X &