To install DualShield RADIUS Server from a Linux console, execute the following commands:using Linux console:
Copy the link address for the latest version of DualShield Radius server from our support page... https://support.deepnetsecurity.com/visit.asp?pg=download/dualshield/radius-server
4. Paste the link into the wget command for example.
| Code Block | ||
|---|---|---|
| ||
wget https://download.deepnetsecurity.com/dualshield6/Radius-Server/setup-dual-radius-7.3.0.0502.bin |
5. Execute the commands below to change and make the file executable
- Grant the execution permission for DualShield RADIUS installer: chmod a+x setupdualradiusxxx.bin
- Start the installation: ./setupdualradiusxxx.bin -- -console
in which xxx is the version and build number.
...

