Skip to content

Instantly share code, notes, and snippets.

@unstppbl
Last active August 15, 2021 13:54
Show Gist options
  • Save unstppbl/c4a05fcf16f7d0f9ee466397fadf5b7c to your computer and use it in GitHub Desktop.
Save unstppbl/c4a05fcf16f7d0f9ee466397fadf5b7c to your computer and use it in GitHub Desktop.
Fedora 34 snx installation

Install few required packages to run SNX

sudo dnf install -y java-1.8.0-openjdk.x86_64 icedtea-web.x86_64 libstdc++.i686 libX11.i686 libpamtest.i686 libnsl.i686
sudo dnf install compat-libstdc++-33.i686 --releasever 30

Install snx_linux.sh

Download snx_linux_30.sh file from Checkpoint URL: https://dl3.checkpoint.com/paid/72/72c2c91791690927da0586ec873430cf/snx_install_linux30.sh?HashKey=1603971253_4c1ac35db21425fb73a79bccf775b006&xtn=.sh

sudo sh snx_install_linux30.sh

Connect to VPN

snx -s <servername> -u <username>

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