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
 
* Stop the server (if running)
 
* Stop the server (if running)
 
** sudo killall radiusd  
 
** sudo killall radiusd  
** 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/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 12: 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 &
  
1

edit

Navigation menu