Skip to content

Instantly share code, notes, and snippets.

@Fahl-Design
Forked from rkueny/snx_install.sh
Last active February 4, 2024 15:46
Show Gist options
  • Save Fahl-Design/ad288cdfe6cb23cf25790a2493ddff4a to your computer and use it in GitHub Desktop.
Save Fahl-Design/ad288cdfe6cb23cf25790a2493ddff4a to your computer and use it in GitHub Desktop.
Checkpoint SNX VPN client installation shell script
echo "goto https://support.checkpoint.com/results/download/22824 and download installer"
# sudo ldd /usr/bin/snx
# prepare i386 (runtime..)
sudo dpkg --add-architecture i386
cat /var/lib/dpkg/arch
sudo apt update
sudo apt install libpam0g:i386 libx11-6:i386 libstdc++6:i386 libstdc++5:i386 libnss3-tools
# https://support.checkpoint.com/results/download/22824
chmod +x snx_install_linux30.sh
sudo ./snx_install_linux30.sh
echo "try to connect now"
#snx -s 127.0.0.1 -u myuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment