Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:dpi:dpi_components:radius:radius_install [2018/03/19 12:09] – created lexx26 | en:dpi:dpi_components:radius:radius_install [2025/08/29 09:36] (current) – [Installation on a Separate Server or VM] elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | {{indexmenu_n> | ||
| + | ===== Minimum Hardware Requirements ===== | ||
| + | FastRADIUS can be installed on a SCAT server or on a dedicated server or VM. | ||
| + | - CPU — 2 cores | ||
| + | - RAM — from 1 GB | ||
| + | - SSD — 50 GB | ||
| + | - Operating System — [[en: | ||
| + | - Network Interface Card (NIC) — 2 ports, for SSH management (+ optional IPFIX sending) and for receiving RADIUS traffic | ||
| + | ===== Installation and Update ===== | ||
| + | The component is included in the standard SSG software package. If used on the same server as SSG, no additional installation is required. | ||
| + | |||
| + | Further updates are performed in the standard way: | ||
| + | < | ||
| + | yum update fastradius | ||
| + | </ | ||
| + | ==== Installation on a Separate Server or VM ==== | ||
| + | - Configure precise time synchronization via the ntpd service. NTPD configuration file: ''/ | ||
| + | systemctl restart chronyd | ||
| + | timedatectl</ | ||
| + | - Connect the vasexperts repository < | ||
| + | rpm -Uvh http:// | ||
| + | - Install FastRADIUS < | ||
| + | - Start the service < | ||
| + | - Enable service autostart at boot< | ||
| + | - Check the status (should be running)< | ||