LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-14-2016, 11:16 AM   #1
GabiAPF
LQ Newbie
 
Registered: Jun 2011
Posts: 23

Rep: Reputation: Disabled
Question Check Point SNX (Linux VPN client)


I have installed the Check Point VPN client, but I am unable to connect to a server. I get the following message when running snx 181.30.128.30 -u <username>:

Quote:
Check Point's Linux SNX
build 800005013
Please enter your password:

SNX: Connection aborted.
The log located in in ~/snx.elg contains the following:

Quote:
[14 Nov 14:04:03] snx: starting debug - Mon Nov 14 14:04:03 2016

[14 Nov 14:04:09] snx_browser::snx_browser(): called
[14 Nov 14:04:09] snx_browser::auth: entering
[14 Nov 14:04:09] gwinfo:gwinfo: entered!0x9348fb0
[14 Nov 14:04:09] CP_gethostbyname: Failed to resolve hostname ''
[14 Nov 14:04:09] creating the ssl layer
[14 Nov 14:04:09] talkssl::talkssl(): entered with chunk=512, opaque=f7278008, link_established=80d3db0, link_failure=80d3d90, packet_receive=80d3d60, verify_gw=80d3dd0
[14 Nov 14:04:09] talkssl::set_sslalg: setting ssl alg to 2
[14 Nov 14:04:09] connecting
[14 Nov 14:04:09] talkssl:: init_ssl_neg: using 3DES
[14 Nov 14:04:09] ckpSSLctx_New: prefs = 1a
[14 Nov 14:04:09] CkpRegDir: Environment variable CPDIR is not set.
[14 Nov 14:04:09] GenerateGlobalEntry: Unable to get registry path
[14 Nov 14:04:09] isExist: ProxyEntity didn't initiated yet
[14 Nov 14:04:09] talkssl::start_async: no input
[14 Nov 14:04:09] talkssl:: init_ssl_neg: failed to connect
[14 Nov 14:04:09] snx_browser::Failure: entering with code: 3
[14 Nov 14:04:09] got link down!- exit
[14 Nov 14:04:09] snx: quit.
[14 Nov 14:04:09] snx_browser::~snx_browser: called
[14 Nov 14:04:09] talkssl::~talkssl: delete link
[14 Nov 14:04:09] talkssl::~talkssl: end
[14 Nov 14:04:09] done
Could anyone please help me figure out what the problem is?

Thanks in advance.

Last edited by GabiAPF; 11-15-2016 at 05:24 AM.
 
Old 03-14-2020, 08:08 PM   #2
lfnando
LQ Newbie
 
Registered: Mar 2020
Posts: 2

Rep: Reputation: Disabled
Update your snx version

I was taken the same error. Then I updated my snx to version 800008073 and it's working fine!
 
Old 03-16-2020, 11:01 AM   #3
GabiAPF
LQ Newbie
 
Registered: Jun 2011
Posts: 23

Original Poster
Rep: Reputation: Disabled
Question

First of all, thank you for your reply, lfnando. Could you please tell me where I can download build 800008073? So far I have only been able to find build 800007075, which produces the same error as the old one.
 
Old 03-21-2020, 10:28 AM   #4
lfnando
LQ Newbie
 
Registered: Mar 2020
Posts: 2

Rep: Reputation: Disabled
I've got it in the company's intranet.
Do u still have the same error?

Try this:

https://unix.stackexchange.com/quest...e-command-line
 
Old 03-25-2020, 06:06 AM   #5
GabiAPF
LQ Newbie
 
Registered: Jun 2011
Posts: 23

Original Poster
Rep: Reputation: Disabled
Thanks for trying to help, but that is exactly what I tried last time and I am still getting the same error. It would be great if you could help me get the version you are using.
 
Old 03-25-2020, 09:18 AM   #6
jessicabrobert
LQ Newbie
 
Registered: Mar 2020
Location: New Jersey
Posts: 3

Rep: Reputation: Disabled
did you use any vpn service on linux, before?
 
Old 03-25-2020, 09:19 AM   #7
GabiAPF
LQ Newbie
 
Registered: Jun 2011
Posts: 23

Original Poster
Rep: Reputation: Disabled
Yes, I used OpenVPN and it worked fine.
 
Old 04-01-2020, 02:55 PM   #8
felipeabrao
Member
 
Registered: May 2017
Posts: 45

Rep: Reputation: Disabled
Hello GabiAPF!

Maybe you are just forgetting to use "-s" (without cotes) before the server's name. Try this:

snx -s 181.30.128.30 -u <username>

I hope it works!
 
Old 04-02-2020, 09:02 AM   #9
GabiAPF
LQ Newbie
 
Registered: Jun 2011
Posts: 23

Original Poster
Rep: Reputation: Disabled
Oh, that was it! Thank you very much!
 
Old 04-02-2020, 09:11 AM   #10
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Quote:
Originally Posted by felipeabrao View Post
Hello GabiAPF!

Maybe you are just forgetting to use "-s" (without cotes) before the server's name. Try this:

snx -s 181.30.128.30 -u <username>

I hope it works!
Since you posted this exact question in another thread, can you mark that one solved if your solution worked?
 
Old 04-02-2020, 11:39 AM   #11
felipeabrao
Member
 
Registered: May 2017
Posts: 45

Rep: Reputation: Disabled
Quote:
Originally Posted by GabiAPF View Post
Oh, that was it! Thank you very much!
You are welcome!
 
Old 04-02-2020, 11:44 AM   #12
felipeabrao
Member
 
Registered: May 2017
Posts: 45

Rep: Reputation: Disabled
Quote:
Originally Posted by sevendogsbsd View Post
Since you posted this exact question in another thread, can you mark that one solved if your solution worked?
Sorry, but the question in the other thread is different. It has to do with connecting to a Windows server from a Linux client.
 
Old 04-02-2020, 12:05 PM   #13
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Right but it was the exact same problem with the same software and scenario so I thought it was the same or related post. My apologies.
 
Old 04-02-2020, 02:01 PM   #14
felipeabrao
Member
 
Registered: May 2017
Posts: 45

Rep: Reputation: Disabled
No problem! Thank you!
 
Old 11-25-2022, 03:12 PM   #15
dmza
LQ Newbie
 
Registered: Nov 2022
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by felipeabrao View Post
Hello GabiAPF!

Maybe you are just forgetting to use "-s" (without cotes) before the server's name. Try this:

snx -s 181.30.128.30 -u <username>

I hope it works!
Hi

can I use this snx -s gateway.domain.co.za -u username because I have no idea what ip these solutions are taking about or need, I have a url to use which I use with Checkpoint vpn client on windows.

I just get connection aborted the whole time I have re- installed snx about a hundred million times by now using every single solution I can find on the internet and I cannot get it working - I am very much a linux toddler - I copy and paste and hope like hell it works - I don't understand half the techincal explanations about why I have to do the steps - so I just follw the steps as best I can - no luck so far.

somebody would literally have to be on a shared screen with me and hold my hand and dictate the entire procces or I am never going to get this working. is something like that even possible - please I am so desperate at this stage and I don't want to give up.
 
  


Reply

Tags
vpn



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Use of IPSEC in Linux when configuring network-to-network and point-to-point VPN connections LXer Syndicated Linux News 0 05-16-2012 03:51 AM
Check Point VPN Client On Centos YouNix Linux - Software 1 10-15-2010 02:38 PM
Our point to point Cisco VPN keeps going down. dougnc Linux - Networking 0 08-07-2009 11:14 AM
LXer: Linux Configure point to point tunneling PPTP VPN client for Microsoft PPTP vpn server LXer Syndicated Linux News 0 06-13-2007 08:46 AM
Configure Linux VPN Server for a Windows VPN Client xbaez Linux - Networking 4 04-28-2006 03:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration