INTEGRA-X User Manual
FUNCTIONAL DESCRIPTION
SAF Tehnika JSC
102
FTP area has a number of sub-directories separating every sub-function:
cfg
For uploading configuration files.
firmware
For uploading firmware files. For more information see System
Firmware upgrade and CLI commands of Over The Air
Configuration in page 33.
lic
For uploading license files. For more information see System
License management in page 33.
mdm
For service use only.
misc
For service use only.
After finishing your work with FTP directory, deactivate it by CLI command system service ftp
disable .
RADIUS authentication
Configuration of the Radius server authentication
The configuration of the FreeRADIUS software based in Linux system (Ubuntu) is given as an
example. Keep in mind that there could be differences in command syntax and file locations
between FreeRADIUS software versions.
1)
Add new user data to the users configuration file:
/etc/freeradius/users
Add the following line to the users` list:
user_1 Cleartext-Password := “pass_1”
where
user_1
is a user name and
pass_1
is a password.
Figure 5-4 RADIUS configuration example
2)
Add client (Integra) data editing the clients configuration file:
/etc/freeradius/clients.conf
Add the following lines specifying Integra IP address and the RADIUS secret:
client 192.168.205.10 {
secret = radiuspass_1
}
where
192.168.205.10
is the IP address of Integra,
radiuspass_1
is the RADIUS secret
word.
Figure 5-5 RADIUS configuration example
3)
Restart FreeRADIUS.