Skip to content

Instantly share code, notes, and snippets.

@JoeX2
Forked from lolotux/snx_install.sh
Created May 26, 2017 07:09
Show Gist options
  • Select an option

  • Save JoeX2/f537eacdbaad8e824495a7954aeaca2c to your computer and use it in GitHub Desktop.

Select an option

Save JoeX2/f537eacdbaad8e824495a7954aeaca2c to your computer and use it in GitHub Desktop.
Checkpoint SNX VPN client installation shell script
# 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/
@JoeX2

JoeX2 commented May 26, 2017

Copy link
Copy Markdown
Author

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.

@erzads

erzads commented Apr 12, 2019

Copy link
Copy Markdown

I know it's been a long time, but do you have a newer snx version?

@mossad-zika

Copy link
Copy Markdown

@erzads same question

@JoeX2

JoeX2 commented Mar 15, 2020

Copy link
Copy Markdown
Author

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