Archive for the ‘SNX’ Category
here is the step by step to get the SNX web vpn working on ubuntu :
1- get the SNX archive on checkpoint, go checkpoint website download section and get “SNX R66 HFA 01 For Linux 800004013 “
2- install the package (#./snx_install.sh)
you will probably get an error message : snx: symbol lookup error: snx: undefined symbol: cerr
3- you need a special library to get the snx client working : libstdc++2.10-glibc2.2.
download
4- install it with dpkg (#dpkg -i libstdc++2.10-glibc2.2)
5- update your env variable : #LD_PRELOAD=/usr/lib/libstdc++-libc6.2-2.so.3 snx
6- then you should be able to use the snx client (from CLI)