Hardware Requirements, Installation, and Update [Документация VAS Experts]

Differences

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

Link to this comparison view

Next revision
Previous revision
en:dpi:dpi_components:radius:radius_install [2018/03/19 12:09] – created lexx26en: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:
-====== Installation ======+====== Hardware Requirements, Installation, and Update ====== 
 +{{indexmenu_n>2}} 
 +===== 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:veos:installation|VEOS]] 
 +  - 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:
 +<code>
 +yum update fastradius
 +</code>
 +==== Installation on a Separate Server or VM ====
 +  - Configure precise time synchronization via the ntpd service. NTPD configuration file: ''/etc/sysconfig/ntpd''. To do this, install the precise time service <code>yum install chrony -y
 +systemctl restart chronyd
 +timedatectl</code> :!: When running the ''timedatectl'' command, the ''System clock synchronized'' parameter must have the value ''yes''
 +  - Connect the vasexperts repository <code>rpm --import http://vasexperts.ru/centos/RPM-GPG-KEY-vasexperts.ru
 +rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm</code>
 +  - Install FastRADIUS <code>yum install fastradius</code>
 +  - Start the service <code>systemctl start fastradius</code>
 +  - Enable service autostart at boot<code>systemctl enable fastradius</code>
 +  - Check the status (should be running)<code>systemctl status fastradius</code>