Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
radius:rad_overview [2024/02/11 20:36] systemradius:rad_overview [2024/02/13 15:21] (current) – [Edit - Panel] system
Line 6: Line 6:
 ----- -----
  
-  * RADIUSdesk is a modern front-end to FreeRADIUS. +  * RADIUSdesk is a modern frontend for FreeRADIUS. 
-  * This page will serve as an overview.  +  *  This page is intended to give you an overview.  
-  * The components are then discussed in more depth in their own dedicated pages.+  * The components are described in more detail on their own pages.
  
 ====== Components of the RADIUS server ====== ====== Components of the RADIUS server ======
- +<panel type="primary"> 
-  * When a RADIUS client contacts RADIUSdesk the following components will be involved.+{{:radius:radius_overview.png|}} 
 +</panel> 
 +  * When a RADIUS client contacts RADIUSdeskthe following components are involved.
  
 ===== RADIUS Client ===== ===== RADIUS Client =====
-  * RADIUS Clients have to be defined and added to the list of RADIUS clients that are allowed to be processed by RADIUSdesk+  * RADIUS clients must be defined and added to the list of RADIUS clients that RADIUSdesk is allowed to process
-  * We use a server wide common shared secret and then identify a RADIUS Client based on the **Nas-Identifier** attribute in the RADIUS request. +  * We use a server-wide shared secret and then identify a RADIUS client using the Nas-Identifier attribute in the RADIUS request. 
-  * This allows the server to process requests even if the incoming IP Address of the client changes.+  * This allows the server to process requests even if the incoming IP address of the client changes.
  
 ===== RADIUS User (Authentication) ===== ===== RADIUS User (Authentication) =====
-  * RADIUS Authentication request will contain username+  * The RADIUS authentication request contains user name
-  * RADIUSdesk features the following user types+  *  RADIUSdesk offers the following user types
         * Permanent Users         * Permanent Users
         * Vouchers         * Vouchers
         * BYOD         * BYOD
-  * For the Authentication to succeed, the authentication request must match one of the users defined in RADIUSdesk.+  * For authentication to be successfulthe user name in the authentication request <wrap em>must match</wrap> one of the users defined in RADIUSdesk. 
 + 
 +===== RADIUS Profile (Authorization) ===== 
 +  * Every RADIUS user must belong to a RADIUS profile. 
 +  * This profile usually determines the service that is assigned to the user when they connect to the network. 
 +  *  For example, the profile can define the bandwidth that is assigned to a PPPoE user. 
 + 
 +===== RADIUS Realm (Grouping) ===== 
 +  * Each RADIUS user must also belong to a RADIUS realm. 
 +  * Realms are a method of grouping users and can also be used to determine whether a RADIUS request must be forwarded to another RADIUS server in order to process the request. 
 +  * A realm name can therefore play a role in forwarding RADIUS traffic to other RADIUS servers. 
 + 
  
  
  
  
  • radius/rad_overview.1707676569.txt.gz
  • Last modified: 2024/02/11 20:36
  • by system