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:24] – [Installation and Update] 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
  
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>