Skip to content

Instantly share code, notes, and snippets.

@beskhlibnyi
Last active April 20, 2022 14:36
Show Gist options
  • Save beskhlibnyi/d6bff3e4ba50487ec5c6df3b2f565e51 to your computer and use it in GitHub Desktop.
Save beskhlibnyi/d6bff3e4ba50487ec5c6df3b2f565e51 to your computer and use it in GitHub Desktop.
CheckPoint SNX install instruction for Ubuntu (tested on 18.04)

PREPARING

$ sudo apt-get update
$ sudo apt-get install libstdc++5:i386 libx11-6:i386 libpam0g:i386
$ wget https://starkers.keybase.pub/snx_install_linux30.sh?dl=1 -O snx_install.sh
$ chmod a+rx snx_install.sh
$ sudo ./snx_install.sh

FIRST METHOD

for vpn connection opening use:

$ snx -s YOUR_VPN_SERVER -u YOUR_CHECKPOINT_USERNAME

SECOND METHOD

create and open the next file:

$ touch ~/.snxrc
$ vi ~/.snxrc

with the following data:

server IP_ADRESS_OF_YOUR_VPN_SERVER
username YOUR_CHECKPOINT_USER
reauth yes

then for vpn connection opening just type:

$ snx

for connection closing type:

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