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 <span class="plainlinks">[http://freeradius.org/ FreeRADIUS]</span>. Some successful examples of its usage include many Fortune-500 companies, Tier 1 ISPs and <span class="plainlinks">[http://www.eduroam.org/ eduroam]</span>. FreeRADIUS includes a RADIUS server, a BSD licensed client library, a PAM library, and an Apache module.
  
  
Line 18: Line 18:
 
  # apt-get install freeradius freeradius-utils freeradius-mysql
 
  # apt-get install freeradius freeradius-utils freeradius-mysql
  
 +
 +
 +
FreeRADIUS developer web page:
 +
# <span class="plainlinks">[http://deployingradius.com/documents/configuration/pap.html FreeRADIUS configuration]</span>
  
  
 
Interesting Web pages:
 
Interesting Web pages:
# [http://ubuntuforums.org/showthread.php?t=2070298 Freeradius + Coova-Chill + daloRADIUS]
+
# <span class="plainlinks">[http://ubuntuforums.org/showthread.php?t=2070298 Freeradius + Coova-Chill + daloRADIUS]</span>
# [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]
+
# <span class="plainlinks">[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]</span>
# [http://abechik.wordpress.com/2007/03/15/freeradius-disconnected-user-when-time-limit-exceed/ Freeradius: Disconnected user when time limit exceed]
+
# <span class="plainlinks">[http://abechik.wordpress.com/2007/03/15/freeradius-disconnected-user-when-time-limit-exceed/ Freeradius: Disconnected user when time limit exceed]</span>
# [http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx How to create a bootable USB stick on OS X]
+
# <span class="plainlinks">[http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx How to create a bootable USB stick on OS X]</span>
  
  
 
ASA 5505 and FreeRADIUS
 
ASA 5505 and FreeRADIUS
# [https://supportforums.cisco.com/discussion/10784486/asa5500-aaa-server-group-radius-freeradius-auth]
+
# <span class="plainlinks">[https://supportforums.cisco.com/discussion/10784486/asa5500-aaa-server-group-radius-freeradius-auth]</span>
# [http://evilrouters.net/2008/11/19/configuring-freeradius-to-support-cisco-aaa-clients/]
+
# <span class="plainlinks">[http://evilrouters.net/2008/11/19/configuring-freeradius-to-support-cisco-aaa-clients/]</span>
# [http://openblocks.plathome.co.jp/support/cookbook/08.html]
+
# <span class="plainlinks">[http://openblocks.plathome.co.jp/support/cookbook/08.html]</span>
  
 
Return to [[Nextelco:Application_Server|Application Server]] page.
 
Return to [[Nextelco:Application_Server|Application Server]] page.
  
 
Return to [[Nextelco:Technology|Technology]] page.
 
Return to [[Nextelco:Technology|Technology]] page.

Revision as of 12:28, 6 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 the version 2.1.12 is already built and prepared. We are going to use the oldest version due to its stability and easy configuration.


Installation

The installation of FreeRADIUS is as easy as using the next command:

# apt-get install freeradius freeradius-utils freeradius-mysql


FreeRADIUS developer web page:

  1. FreeRADIUS configuration


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


ASA 5505 and FreeRADIUS

  1. [1]
  2. [2]
  3. [3]

Return to Application Server page.

Return to Technology page.