<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Check Point Endpoint Security VPN on Linux in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/200127#M37541</link>
    <description>&lt;P&gt;I am wondering whether it is possible to connect to this VPN on Linux (Mint in my case). I need it for work.&lt;/P&gt;&lt;P&gt;On the Official Website (&lt;A href="https://www.checkpoint.com/quantum/remote-access-vpn/#downloads" target="_blank" rel="noopener"&gt;https://www.checkpoint.com/quantum/remote-access-vpn/#downloads&lt;/A&gt;), there isn't a Linux Client.&lt;/P&gt;&lt;P&gt;My company provided me with a .p12 certificate file, protected by a password that I have.&lt;BR /&gt;They also provided me with the server address/gateway. That's all.&lt;/P&gt;&lt;P&gt;I tried connecting via SNX (command and output below):&lt;/P&gt;&lt;P&gt;➜ VPN Folder: snx -s &amp;lt;gateway&amp;gt; -c &amp;lt;filename&amp;gt;.p12&lt;BR /&gt;Check Point's Linux SNX&lt;BR /&gt;build 800008304&lt;BR /&gt;Please enter the certificate's password:&lt;BR /&gt;&lt;BR /&gt;SNX: Authentication failed&lt;/P&gt;&lt;P&gt;The password for the certificate is correct 100%, but I am still getting Authentication failed, which is weird.&lt;/P&gt;&lt;P&gt;Does anyone know why this might be happening, or some alternative to get it working? Is it even possible or will I have to get a Windows machine for this?&lt;BR /&gt;&lt;BR /&gt;I also found this, but idk whether it could be useful (could not get it working either): &lt;A href="https://hub.docker.com/r/kedu/snx-checkpoint-vpn#with-username-and-certificate" target="_blank" rel="noopener"&gt;https://hub.docker.com/r/kedu/snx-checkpoint-vpn#with-username-and-certificate&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I also tried to use strongSwan instead of SNX, but could not get that working either.&lt;BR /&gt;&lt;BR /&gt;I also tried cpyvpn (&lt;A class="" href="https://gitlab.com/cpvpn/cpyvpn" target="_blank" rel="noopener"&gt;https://gitlab.com/cpvpn/cpyvpn&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;I installed it with: pip install cpyvpn&lt;BR /&gt;Then did: cp_client -c /path/to/cert.p12 &amp;lt;gateway&amp;gt;&lt;BR /&gt;&lt;BR /&gt;and got error:&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):File "/home/&amp;lt;user&amp;gt;/.local/bin/cp_client", line 8, in &amp;lt;module&amp;gt;sys.exit(main())File "/home/&amp;lt;user&amp;gt;/.local/lib/python3.8/site-packages/cpyvpn/client.py", line 474, in mainoptions.defhandler = utils.client_setup(options)File "/home/&amp;lt;user&amp;gt;/.local/lib/python3.8/site-packages/cpyvpn/utils.py", line 288, in client_setupctx.load_cert_chain(options.user_cert, password=ask_cert_pwd)ssl.SSLError: [SSL] PEM lib (_ssl.c:4046)&lt;/P&gt;</description>
    <pubDate>Sun, 10 Dec 2023 20:18:36 GMT</pubDate>
    <dc:creator>ElhanM</dc:creator>
    <dc:date>2023-12-10T20:18:36Z</dc:date>
    <item>
      <title>Check Point Endpoint Security VPN on Linux</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/200127#M37541</link>
      <description>&lt;P&gt;I am wondering whether it is possible to connect to this VPN on Linux (Mint in my case). I need it for work.&lt;/P&gt;&lt;P&gt;On the Official Website (&lt;A href="https://www.checkpoint.com/quantum/remote-access-vpn/#downloads" target="_blank" rel="noopener"&gt;https://www.checkpoint.com/quantum/remote-access-vpn/#downloads&lt;/A&gt;), there isn't a Linux Client.&lt;/P&gt;&lt;P&gt;My company provided me with a .p12 certificate file, protected by a password that I have.&lt;BR /&gt;They also provided me with the server address/gateway. That's all.&lt;/P&gt;&lt;P&gt;I tried connecting via SNX (command and output below):&lt;/P&gt;&lt;P&gt;➜ VPN Folder: snx -s &amp;lt;gateway&amp;gt; -c &amp;lt;filename&amp;gt;.p12&lt;BR /&gt;Check Point's Linux SNX&lt;BR /&gt;build 800008304&lt;BR /&gt;Please enter the certificate's password:&lt;BR /&gt;&lt;BR /&gt;SNX: Authentication failed&lt;/P&gt;&lt;P&gt;The password for the certificate is correct 100%, but I am still getting Authentication failed, which is weird.&lt;/P&gt;&lt;P&gt;Does anyone know why this might be happening, or some alternative to get it working? Is it even possible or will I have to get a Windows machine for this?&lt;BR /&gt;&lt;BR /&gt;I also found this, but idk whether it could be useful (could not get it working either): &lt;A href="https://hub.docker.com/r/kedu/snx-checkpoint-vpn#with-username-and-certificate" target="_blank" rel="noopener"&gt;https://hub.docker.com/r/kedu/snx-checkpoint-vpn#with-username-and-certificate&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I also tried to use strongSwan instead of SNX, but could not get that working either.&lt;BR /&gt;&lt;BR /&gt;I also tried cpyvpn (&lt;A class="" href="https://gitlab.com/cpvpn/cpyvpn" target="_blank" rel="noopener"&gt;https://gitlab.com/cpvpn/cpyvpn&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;I installed it with: pip install cpyvpn&lt;BR /&gt;Then did: cp_client -c /path/to/cert.p12 &amp;lt;gateway&amp;gt;&lt;BR /&gt;&lt;BR /&gt;and got error:&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):File "/home/&amp;lt;user&amp;gt;/.local/bin/cp_client", line 8, in &amp;lt;module&amp;gt;sys.exit(main())File "/home/&amp;lt;user&amp;gt;/.local/lib/python3.8/site-packages/cpyvpn/client.py", line 474, in mainoptions.defhandler = utils.client_setup(options)File "/home/&amp;lt;user&amp;gt;/.local/lib/python3.8/site-packages/cpyvpn/utils.py", line 288, in client_setupctx.load_cert_chain(options.user_cert, password=ask_cert_pwd)ssl.SSLError: [SSL] PEM lib (_ssl.c:4046)&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 20:18:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/200127#M37541</guid>
      <dc:creator>ElhanM</dc:creator>
      <dc:date>2023-12-10T20:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point Endpoint Security VPN on Linux</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/237599#M46138</link>
      <description>&lt;P&gt;yo tambine e tratado pero parece que no exite alguna solucion para linux&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2025 05:20:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/237599#M46138</guid>
      <dc:creator>mmmfeaasdf</dc:creator>
      <dc:date>2025-01-05T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point Endpoint Security VPN on Linux</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/237646#M46149</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/122922"&gt;@mmmfeaasdf&lt;/a&gt;&amp;nbsp;Just a note, this board is in English. We have a Spanish space too, just in case&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 07:56:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Check-Point-Endpoint-Security-VPN-on-Linux/m-p/237646#M46149</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2025-01-06T07:56:13Z</dc:date>
    </item>
  </channel>
</rss>

