-
-
Save JoeX2/f537eacdbaad8e824495a7954aeaca2c to your computer and use it in GitHub Desktop.
Checkpoint SNX VPN client installation shell script
This file contains 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
# To have script anywhere, anytime, ever, everybody | |
mkdir temp && cd temp | |
# for linux 'amd64' architecture install those packages: | |
sudo apt-get install libx11-6:i386 libpam0g:i386 libstdc++5:i386 lib32z1 lib32ncurses5 | |
wget https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh | |
sudo sh snx_install.sh | |
cd .. && rm -rf temp/ |
I know it's been a long time, but do you have a newer snx version?
@erzads same question
No Sorry.
I no longer have customers using this VPN product. So I have not used the script for for time. And I can not really test it up against real solutions anymore.
I think it is unfortunate that Check Point doesn't just put it on their website.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated to work on my Ubuntu 17.04
Removed unnecessary package version dependency that Ubuntu doesn't have and fixed sudo line so that it works.