Difference between revisions of "Nextelco:AAA"

From its-wiki.no
Jump to: navigation, search
Line 7: Line 7:
  
  
One of the most widely deployed RADIUS server in the world is [http://freeradius.org/ FreeRADIUS]. Some successful examples of its usage include many Fortune-500 companies, Tier 1 ISPs and [http://www.eduroam.org/ eduroam]. FreeRADIUS includes a RADIUS server, a BSD licensed client library, a PAM library, and an Apache module.
+
One of the most widely deployed RADIUS server in the world is [http://freeradius.org/ FreeRADIUS.] Some successful examples of its usage include many Fortune-500 companies, Tier 1 ISPs and [http://www.eduroam.org/ eduroam]. FreeRADIUS includes a RADIUS server, a BSD licensed client library, a PAM library, and an Apache module.
 +
 
 +
 
 +
== FreeRADIUS ==
 +
In this section we are going to explain how to install and configure FreeRADIUS. Currently, version 3 of FreeRADIUS is available. However, in the repositories of Debian 7.5 there is version 2.1.12 already prepared.
  
  

Revision as of 14:28, 2 July 2014

AAA server

The AAA server, also known as RADIUS server, provides end-users and devices Authentication, Authorization and Accounting. It is specially necessary to manage who or what users or devices have access to the network and which kind of service should the network provide them.


Currently, AAA servers communicate using the RADIUS protocol, that is why they are also known as RADIUS servers. However, future AAA servers are expected to use a successor protocol to RADIUS known as Diameter.


One of the most widely deployed RADIUS server in the world is FreeRADIUS. Some successful examples of its usage include many Fortune-500 companies, Tier 1 ISPs and eduroam. FreeRADIUS includes a RADIUS server, a BSD licensed client library, a PAM library, and an Apache module.


FreeRADIUS

In this section we are going to explain how to install and configure FreeRADIUS. Currently, version 3 of FreeRADIUS is available. However, in the repositories of Debian 7.5 there is version 2.1.12 already prepared.


Interesting Web pages:

  1. Freeradius + Coova-Chill + daloRADIUS
  2. CoovaChilli v1.3.0 & Freeradius v2.2.0 – Working
  3. Freeradius: Disconnected user when time limit exceed
  4. How to create a bootable USB stick on OS X

Return to Technology page.