Forked from egobude/install_netextender_ubuntu_64_bit
Created
March 30, 2020 23:31
-
-
Save asdf8601/dfb2462058834fefd9ffce2eabea1eac to your computer and use it in GitHub Desktop.
Install NetExtender | Ubuntu 64 Bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. go to https://sslvpn.demo.sonicwall.com/cgi-bin/welcome | |
2. log in with demo/password | |
3. click on NetExtender icon, this will download a tar.gz with the client | |
4. sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.6 | |
5. sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.6 | |
6. un-tar the client, make install script executable and launch install |
sudo apt-get update
sudo apt-get install default-jre
java -version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.sonicwall.com/support/knowledge-base/how-can-i-download-and-install-netextender-on-linux/180105195559153/