Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Image Modified

4. Paste the link into the wget command for example.

Code Block
themeDJango
wget https://download.deepnetsecurity.com/dualshield6/Radius-Server/setup-dual-radius-7.3.0.0502.bin


Execute the command below to change and make the file executable

Code Block
languagebash
themeDJango
chmod a+x ./setup-dual-radius-XXXX.YYYY.bin

in which XXXX is the version number and YYYY is the build number.


Finally, execute the command below to start the installation process 

Code Block
languagebash
themeDJango
sudo ./setupdualshield-XXXX.YYYY.bin -- -console 





Execute the command 5. Execute the commands below to change and make the file executable

...