Installing the IBM Security Verify Gateway for RADIUS server on Linux
Use this task to download and install the IBM® Security Verify Gateway for RADIUS from the App Exchange.
Procedure
- Locate and Download the latest IBM Security Verify Gateway for RADIUS application from
the App Exchange. This application consists of a .zip file that contains both the Windows installer, a readme file, and .zip files that contain the installer packages for the supported versions of Linux®.
- Go to https://exchange.xforce.ibmcloud.com/hub.
- Log in to the App Exchange.
- Search for IBM Security Verify Gateway.
- Select IBM Security Gateway for RADIUS.
- Download the application.
- Decompress the IBMSecurityGatewayforRADIUS_version.zip file.
- Decompress the linux_radius.zip file.
- Select the .zip file for your operating system and extract the
files.
- Install by using the .rpm files.
- Install the IBM Auth API for Verify. Issue the following
command.
rpm -i ibm-auth-api-{version}._64.rpm
- Install the IBM RADIUS module for Verify. Issue the
following command.
rpm -i ibm-radius-{version}.x86_64.rpm
Note:- Use the rpm -U command to upgrade to newer versions of the packages.
- Replace x86_64 in the package name with the CPU architecture that is being used, such as s390x or ppc64le.
- Install the IBM Auth API for Verify. Issue the following
command.
- Install by using the .deb files.
- Install the IBM Auth API for Verify. Issue the following
command.
dpkg -i ibm-auth-api-{version}.x86_64.deb
- Install the IBM RADIUS module for Verify. Issue the
following command.
dpkg -i ibm-radius-{version}.x86_64.deb
- Install the IBM Auth API for Verify. Issue the following
command.
A Linux service is set up for the /opt/ibm/ibm_radius/ibm_radius_64 executable program with name
ibm_radius_64
. See the Linux systemctl command. - Install by using the .rpm files.