Difference between revisions of "Features/WPA-WPA2-Enterprise-Network-Connections/Testing"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* 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 [[Media:original_clients.doc]] | + | * 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 [[Media:original_users.doc]] | + | **[[Media:original_clients.doc]] |
+ | **[[Media:modified_clients.doc]] | ||
+ | **[[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:diff_users.doc]] | ||
* 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 & |
Revision as of 08:51, 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
- 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 &