-
-
Save rubencaro/ad4b9794fc107fb7a43b5c7016683164 to your computer and use it in GitHub Desktop.
Revisions
-
rubencaro revised this gist
Mar 15, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo dnf install -y java-1.8.0-openjdk.x86_64 icedtea-web.x86_64 libstdc++.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 -
rubencaro revised this gist
Mar 15, 2021 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,14 +2,16 @@ 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 -y install /home/users/Downloads/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 -
ikurni revised this gist
Oct 29, 2020 . 1 changed file with 1 addition and 6 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,5 @@ ### 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.8.2003/os/x86_64/Packages/compat-libstdc++-33-3.2.3-72.el7.i686.rpm -
ikurni revised this gist
Oct 29, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sudo dnf -y install /home/users/Downloads/compat-libstdc++-33-3.2.3-72.el7.i686. ### Install snx_linux.sh ### Download snx_linux_30.sh file from Checkpoint ### URL: https://dl3.checkpoint.com/paid/72/72c2c91791690927da0586ec873430cf/snx_install_linux30.sh?HashKey=1603971253_4c1ac35db21425fb73a79bccf775b006&xtn=.sh sh snx_install_linux30.sh ### Connect to VPN -
ikurni created this gist
Oct 29, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ ### Install few required packages to run SNX sudo dnf install -y java-1.8.0-openjdk.x86_66 sudo dnf install -y icedtea-web.x86_66 sudo dnf -y install libstdc++.i686 sudo dnf -y install libX11.i686 sudo dnf -y install libpamtest.i686 sudo dnf -y install libnsl.i686 ### Download compat-libstdc++ driver and install it wget https://rpmfind.net/linux/centos/7.8.2003/os/x86_64/Packages/compat-libstdc++-33-3.2.3-72.el7.i686.rpm sudo dnf -y install /home/users/Downloads/compat-libstdc++-33-3.2.3-72.el7.i686.rpm ### Install snx_linux.sh ### Download snx_linux_30.sh file from Checkpoint wget https://dl3.checkpoint.com/paid/72/72c2c91791690927da0586ec873430cf/snx_install_linux30.sh?HashKey=1603971253_4c1ac35db21425fb73a79bccf775b006&xtn=.sh sh snx_install_linux30.sh ### Connect to VPN snx -s <servername> -u <username> ## Input for prompted password