Changes

Jump to navigation Jump to search
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 &
   Line 16: Line 20:  
* Connect the access-point/router, with the RADIUS server machine, through a ethernet cable.
 
* Connect the access-point/router, with the RADIUS server machine, through a ethernet cable.
 
* Through the RADIUS server machine, open the browser, type in the access-point/router IP address, and configure it for WPA/WPA2-Enterprise authentication. A sample screenshot is presented below
 
* Through the RADIUS server machine, open the browser, type in the access-point/router IP address, and configure it for WPA/WPA2-Enterprise authentication. A sample screenshot is presented below
 +
 +
 
**[[File:router_configuration.png]]
 
**[[File:router_configuration.png]]
 +
 +
 
* Note that, you may only need to enter the "Radius Server IP Address" ("192.168.1.3" in the screenshot). The "Radius Server Port", and "Share Secret" are the default ones (at least for a default setup of freeradius).
 
* Note that, you may only need to enter the "Radius Server IP Address" ("192.168.1.3" in the screenshot). The "Radius Server Port", and "Share Secret" are the default ones (at least for a default setup of freeradius).
 +
 +
 +
 +
 +
 +
    
== Connecting a client - TLS-based authentication ==
 
== Connecting a client - TLS-based authentication ==
Line 30: Line 44:  
* 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:TLS_authentication.png]]
 
** [[File:TLS_authentication.png]]
 +
 +
 +
* NOTES
 +
** If either of "User Certificate", or "Private Key" is in ".p12" format, both these entries should be EXACTLY equal, since the ".p12" certificate contains both.
 +
** 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 !!??
 +
 +
 +
 +
 +
    
== 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
 +
** The above configuration is a minimalistic configuration. However, the parameters-cum-secrets modal-dialog, has been modelled on nm-applet.
1

edit

Navigation menu