Features/WPA-WPA2-Enterprise-Network-Connections/Testing: Difference between revisions

Ajay Garg (talk | contribs)
No edit summary
Nitika (talk | contribs)
 
(2 intermediate revisions by one other user not shown)
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
** sudo yum install freeradius  
** sudo yum install freeradius  
* Stop the server (if running)
** sudo killall radiusd
* 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]]
Line 10: Line 12:
**[[Media:modified_users.doc]]
**[[Media:modified_users.doc]]
**[[Media:diff_users.doc]]
**[[Media:diff_users.doc]]
* Start the server, by issuing the following command
*Fedora 17 users, please run the following command, before starting the radius server:
**sudo mv /etc/raddb/modules/dhcp_sqlippool ~
* 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 ==