Features/WPA-WPA2-Enterprise-Network-Connections/Testing: Difference between revisions
No edit summary |
|||
(3 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 == | ||
Line 60: | Line 58: | ||
== Connecting a client - | == Connecting a client - LEAP-based authentication == | ||
* Help required !!!! | |||
* We have not been able to set-up a LEAP-authentication-supported access-point / router. | |||
* Any CISCO guys !!?? | |||
== Connecting a client - TTLS-based authentication == | |||
* Navigate to the "Neighbourhood view" on the XO. | * Navigate to the "Neighbourhood view" on the XO. | ||
* Click on the network-icon, and enter the parameters, as seen in the following screenshot. | * Click on the network-icon, and enter the parameters, as seen in the following screenshot (thanks to Anish, for showing me this minimal configuration). | ||
** [[File: | ** [[File:TTLS_authentication.png]] | ||
* NOTES | |||
** The above configuration is a minimalistic configuration. However, the parameters-cum-secrets modal-dialog, has been modelled on nm-applet. | |||
Line 73: | Line 83: | ||
== Connecting a client - | |||
== Connecting a client - PEAP-based authentication == | |||
* Navigate to the "Neighbourhood view" on the XO. | * Navigate to the "Neighbourhood view" on the XO. | ||
* Click on the network-icon, and enter the parameters, as seen in the following screenshot | * Click on the network-icon, and enter the parameters, as seen in the following screenshot. | ||
** [[File: | ** [[File:PEAP_authentication.png]] | ||
* NOTES | * NOTES | ||
** The above configuration is a minimalistic configuration. However, the parameters-cum-secrets modal-dialog, has been modelled on nm-applet. | ** The above configuration is a minimalistic configuration. However, the parameters-cum-secrets modal-dialog, has been modelled on nm-applet. |