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

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_components:radius:radius_install [2025/08/29 09:23] elena.krasnobryzhen:dpi:dpi_components:radius:radius_install [2025/12/08 12:03] (current) – [Minimum Hardware Requirements] elena.krasnobryzh
Line 6: Line 6:
   - RAM — from 1 GB   - RAM — from 1 GB
   - SSD — 50 GB   - SSD — 50 GB
-  - Operating System — [[en:veos:installation|VEOS]]+  - Operating System — [[en:veos:installation|VEOS]]\\ :!: When selecting hardware, take into account the information in [[en:veos:changelogs]].
   - Network Interface Card (NIC) — 2 ports, for SSH management (+ optional IPFIX sending) and for receiving RADIUS traffic   - Network Interface Card (NIC) — 2 ports, for SSH management (+ optional IPFIX sending) and for receiving RADIUS traffic
  
 ===== Installation and Update ===== ===== Installation and Update =====
-The component is included in the standard SCAT software package. If used on the same server as SCAT, no additional installation is required.+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: Further updates are performed in the standard way:
Line 23: Line 23:
 rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm</code> rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm</code>
   - Install FastRADIUS <code>yum install fastradius</code>   - Install FastRADIUS <code>yum install fastradius</code>
-  - Verify that the service starts <code>service fastradius start</code>+  - Start the service <code>systemctl start fastradius</code>
   - Enable service autostart at boot<code>systemctl enable fastradius</code>   - Enable service autostart at boot<code>systemctl enable fastradius</code>
 +  - Check the status (should be running)<code>systemctl status fastradius</code>