====== 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 — [[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: yum update fastradius ==== 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 yum install chrony -y systemctl restart chronyd timedatectl :!: When running the ''timedatectl'' command, the ''System clock synchronized'' parameter must have the value ''yes'' - Connect the vasexperts repository 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 - Install FastRADIUS yum install fastradius - Start the service systemctl start fastradius - Enable service autostart at bootsystemctl enable fastradius - Check the status (should be running)systemctl status fastradius