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

Ajay Garg (talk | contribs)
No edit summary
Nitika (talk | contribs)
 
(4 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 55: Line 53:
** For entering the "User certificate", "CA certificate" and "Private Key", you will be taken to the "Journal-Chooser". You may use the certificates that were retrieved earlier.
** For entering the "User certificate", "CA certificate" and "Private Key", you will be taken to the "Journal-Chooser". You may use the certificates that were retrieved earlier.


== 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 !!??




Line 63: Line 70:
== Connecting a client - TTLS-based authentication ==
== 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 (thanks to Anish, for showing me this minimal configuration)
* 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:TTLS_authentication.png]]
** [[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.
== Connecting a client - PEAP-based authentication ==
* Navigate to the "Neighbourhood view" on the XO.
* Click on the network-icon, and enter the parameters, as seen in the following screenshot.
** [[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.