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
en:dpi:dpi_components:radius:radius_install [2025/08/29 09:24] – [Installation and Update] elena.krasnobryzhen:dpi:dpi_components:radius:radius_install [2025/08/29 09:36] (current) – [Installation on a Separate Server or VM] elena.krasnobryzh
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>