Skip to content

Instantly share code, notes, and snippets.

@egobude
Last active December 17, 2021 11:22
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 13 You must be signed in to fork a gist
  • Save egobude/10354534 to your computer and use it in GitHub Desktop.
Save egobude/10354534 to your computer and use it in GitHub Desktop.
Install NetExtender | Ubuntu 64 Bit
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
@danmoore2205
Copy link

@seggewiss any chance you could give the exact url? I'm having trouble working it out

@danmoore2205
Copy link

Never mind i was able to download "NetExtender.Linux.8.6.801.x86_64.tgz" from https://www.mysonicwall.com/muir/freedownloads and running the install script was enough for me on elementary OS hera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment