Skip to content

Instantly share code, notes, and snippets.

@rubencaro
Forked from ikurni/install-snx-checkpoint
Last active March 15, 2021 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubencaro/ad4b9794fc107fb7a43b5c7016683164 to your computer and use it in GitHub Desktop.
Save rubencaro/ad4b9794fc107fb7a43b5c7016683164 to your computer and use it in GitHub Desktop.
How to install SNX Checkpoint VPN client in Fedora 33
### 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
### Download compat-libstdc++ driver and install it
wget https://rpmfind.net/linux/centos/7.9.2009/os/x86_64/Packages/compat-libstdc++-33-3.2.3-72.el7.i686.rpm
sudo dnf install -y ./compat-libstdc++-33-3.2.3-72.el7.i686.rpm
### Install snx_linux.sh
### Download snx_linux_30.sh file from Checkpoint
sudo ./snx_install_linux30.sh
### Connect to VPN
snx -s <servername> -u <username>
## Input for prompted password
### Disconnect from VPN
snx -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment