Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| radius:rad_overview [2024/02/11 20:36] – system | radius:rad_overview [2024/02/13 15:21] (current) – [Edit - Panel] system | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ----- | ----- | ||
| - | * RADIUSdesk is a modern | + | * RADIUSdesk is a modern |
| - | * This page will serve as an overview. | + | * This page is intended to give you an overview. |
| - | * The components are then discussed | + | * The components are described |
| ====== Components of the RADIUS server ====== | ====== Components of the RADIUS server ====== | ||
| - | + | <panel type=" | |
| - | * When a RADIUS client contacts RADIUSdesk the following components | + | {{: |
| + | </ | ||
| + | * When a RADIUS client contacts RADIUSdesk, the following components | ||
| ===== RADIUS Client ===== | ===== RADIUS Client ===== | ||
| - | * RADIUS | + | * RADIUS |
| - | * We use a server wide common | + | * We use a server-wide shared secret and then identify a RADIUS |
| - | * This allows the server to process requests even if the incoming IP Address | + | * This allows the server to process requests even if the incoming IP address |
| ===== RADIUS User (Authentication) ===== | ===== RADIUS User (Authentication) ===== | ||
| - | * RADIUS | + | * The RADIUS |
| - | * RADIUSdesk | + | * RADIUSdesk |
| * Permanent Users | * Permanent Users | ||
| * Vouchers | * Vouchers | ||
| * BYOD | * BYOD | ||
| - | * For the Authentication | + | * For authentication |
| + | |||
| + | ===== 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. | ||
| + | |||