Difference between revisions of "Nextelco:AAA"

From its-wiki.no
Jump to: navigation, search
(AAA server)
Line 9: Line 9:
 
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.
  
 +
 +
Interesting Web pages:
 +
# [http://ubuntuforums.org/showthread.php?t=2070298 Freeradius + Coova-Chill + daloRADIUS]
 +
# [http://prabhpal.wordpress.com/2013/11/05/settings-data-limits-traffic-quota-volume-quota-download-limits-more-than-higher-than-4gb-for-users-using-freeradius-coovachilli/ CoovaChilli v1.3.0 & Freeradius v2.2.0 – Working]
 +
# [http://abechik.wordpress.com/2007/03/15/freeradius-disconnected-user-when-time-limit-exceed/ Freeradius: Disconnected user when time limit exceed]
 +
# [http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx How to create a bootable USB stick on OS X]
  
 
Return to [[Nextelco:Technology|Technology]] page.
 
Return to [[Nextelco:Technology|Technology]] page.

Revision as of 11:21, 25 May 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.


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.