Radius Gateways
You can access this page from the Configuration > Gateway tab. On this page, you can manage all your Radius gateways and view your gateway list. In this list, you can view the Gateway Name, Version, and Status values of each Radius gateway. In the top right corner, you can quickly switch between Radius, LDAP, and Proxy gateways and update the gateway list by clicking the refresh button next to it.

You can review, edit, download, or delete the RADIUS gateway from the menu on the right side of the RADIUS gateway. You can also filter the RADIUS gateways using the search box.
To edit a Radius gateway, click the Edit option from the menu on the right side of the gateway. This will redirect you to the Edit page. The Edit page has the following three main sections:
Overview: Displays detailed information about the RADIUS gateway, but does not allow editing in this field.

Settings: You can edit the RADIUS gateway's Name, Description, SAM, Host IP Address, Authentication Port, and Accounting Port values.

Radius Clients: In this section, you can manage your Radius clients and view your client list. In this list, you can view the Name, IP Address, and Secret Key values of each RADIUS client. You can edit or delete the RADIUS client from the menu on the right side of the RADIUS client. You can also filter the RADIUS clients using the search box.
To edit a RADIUS client, click the Edit option from the menu on the right side of the RADIUS client. This will open the Edit screen. In this screen, you can edit the RADIUS client's Name, IP Address, and Secret Key values.

To create a new RADIUS client, click the Add Radius Client button on the top right corner. This will open the creation screen. Fill in the fields on the screen and then click the Save button. Then, the RADIUS client will be successfully created.

On the Edit page, you can download or delete the RADIUS gateway via the Actions button on the top-right corner.
You can also download the Radius gateway in two different formats: Full Setup: By clicking this option, you will be directed to a link where you can download the Mirket Radius Setup file created for the gateway. You can download the Mirket Radius Setup file via this link. Config: By clicking this option, a script related to the gateway will be displayed from the config file of the Radius Setup. The config file will automatically start downloading once this option is selected.
How to activate Radius Gateway: You can download the config file and replace the existing one in the Radius Setup, or copy the displayed script code and paste it into the config file of the Radius Setup. Then start the Mirket Radius Service.
To create a new Radius gateway, click the Add Radius Gateway button on the top right corner. Fill in the fields on the screen that will appear according to the description below:

Name: Enter the name of the gateway. Description: Enter a description for the gateway. Sam Value: Enter the SAM value of the gateway. In Mirket, user identification is done using the SAM (Security Account Manager) name. This is preferred over the standard username. This username is used for authentication and access controls. Host IP Address: Enter the IP address of the server where the gateway is installed. Auth Port: Enter the authentication port value you set for the gateway. The default value is 1812. Acc Port: Enter the accounting port value you specified for the gateway. The default value is 1813.
Note: After filling in these fields, you must create a RADIUS client for the RADIUS gateway you are creating.
To create a RADIUS client for the gateway, click the Add Radius Client option at the bottom of the screen. Then, fill in the fields that appear according to the description below:
Radius Client: Enter the name of the client. IP Address: Enter the IP address that the client will use to communicate with the gateway. Secret Key: Enter the secret key that the client will use to communicate with the gateway.
After filling in the required fields, click the Save button. Then, the RADIUS gateway will be successfully created.
Created Radius Gateways are listed in the Configuration > Gateway tab.
RADIUS Gateway Installation
To install Radius Gateway, follow these steps:
Click on Download > Full Setup from the menu on the right side of your Radius Gateway.
This will take you to the download page for the Radius Gateway. From there, download the 'MirketRadiusSetup' file.
Transfer the downloaded setup file to the target server for installation. Then, open the setup file’s directory.
Run the 'javaJDKmsi.msi' file to install OpenJDK.
After downloading OpenJDK, run the ‘install.bat’ file as administrator.
The Mirket Radius Gateway Service has been successfully installed. Then, press 'Enter' to close the installation screen.
Now, let's proceed with configuring your Mirket Radius Gateway. Please follow the steps below for the configuration:
Click on Download > Config from the menu on the right side of your Radius Gateway in the Mirket Portal.
Note: The configuration process can be performed in two different ways here:
Copying Configuration Code
Click on the ‘Copy’ option at the bottom of the configuration screen to copy the script contents of the config file.
Navigate to the
C:\MirketRadius
directory and open the ‘config.json’ file.Paste the copied script into the file, then save and close it.
Restart the ‘Mirket Radius Gateway Service’.
Replacing the Configuration File
After clicking the option, the ‘config.json’ file will be downloaded automatically.
Navigate to the
C:\MirketRadius
directory.Replace the downloaded ‘config.json’ file with the existing one in this directory.
Restart the ‘Mirket Radius Gateway Service’.
Last updated