<?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 L2TP Remote Access VPN - Can't Connect on SMB 2550 R82.00.10 in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279943#M14076</link>
    <description>&lt;P&gt;I have configured a Remote Access VPN in my Check Point Firewall 2550 using L2TP. I also setup the VPN on my windows laptop. But whenever I am trying to connect, the connection failed. I already double checked the configuration and settings. I also checked the logs from my firewall. I see Key Exchange logs and Informational Exchange Received Deleted IKE-SA from Peer. Is there any way to check the L2TP settings of my firewall?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2026 05:35:55 GMT</pubDate>
    <dc:creator>CEEJAY</dc:creator>
    <dc:date>2026-07-21T05:35:55Z</dc:date>
    <item>
      <title>L2TP Remote Access VPN - Can't Connect on SMB 2550 R82.00.10</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279943#M14076</link>
      <description>&lt;P&gt;I have configured a Remote Access VPN in my Check Point Firewall 2550 using L2TP. I also setup the VPN on my windows laptop. But whenever I am trying to connect, the connection failed. I already double checked the configuration and settings. I also checked the logs from my firewall. I see Key Exchange logs and Informational Exchange Received Deleted IKE-SA from Peer. Is there any way to check the L2TP settings of my firewall?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 05:35:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279943#M14076</guid>
      <dc:creator>CEEJAY</dc:creator>
      <dc:date>2026-07-21T05:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: L2TP Remote Access VPN - Can't Connect on SMB 2550 R82.00.10</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279974#M14077</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/112446"&gt;@CEEJAY&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That screenshot is really useful — it narrows this down a lot. Two details stand out:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The log carries an &lt;STRONG&gt;IKE phase2 message ID&lt;/STRONG&gt;, so Phase 1 completed and the failure is at/after &lt;STRONG&gt;Phase 2&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Interface direction: inbound&lt;/STRONG&gt; means the &lt;STRONG&gt;Delete IKE-SA is coming from the peer&lt;/STRONG&gt; — i.e. your &lt;STRONG&gt;Windows client&lt;/STRONG&gt; is tearing the SA down, not the appliance rejecting it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;"Client deletes the SA right after Phase 2 completes" is a well-documented L2TP behaviour, and there's an SK that matches it exactly.&lt;/P&gt;&lt;H3&gt;Most likely cause: NAT-T (sk98656)&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;sk98656&lt;/STRONG&gt; describes precisely this: &lt;EM&gt;"When NAT-T is used, the L2TP client sends a 'delete' packet after every successful Phase 2 completion."&lt;/EM&gt; The cause is that &lt;STRONG&gt;Windows by default does not support IPsec NAT-T when the VPN server is behind a NAT device&lt;/STRONG&gt; (also shows as &lt;STRONG&gt;error 809&lt;/STRONG&gt; on the client).&lt;/P&gt;&lt;P&gt;Fix, on the &lt;STRONG&gt;Windows client&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open regedit as Administrator&lt;/LI&gt;&lt;LI&gt;Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent&lt;/LI&gt;&lt;LI&gt;Create a new &lt;STRONG&gt;DWORD (32-bit)&lt;/STRONG&gt; value named &lt;STRONG&gt;AssumeUDPEncapsulationContextOnSendRule&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Set the value to &lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Reboot&lt;/STRONG&gt; the machine, then retry the connection&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;(Microsoft reference: kb926179.) If your 2550 sits behind any NAT — or the laptop is behind NAT — this is very likely your issue.&lt;/P&gt;&lt;H3&gt;Second thing to check: Phase 2 encryption (sk87523)&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;sk87523&lt;/STRONG&gt; (the official L2TP-on-Spark guide) has an important note: &lt;EM&gt;"Starting from the R81.10.10 Jumbo Hotfix and higher versions, the Remote Access Encryption algorithm for phase 2 was changed from 3DES to &lt;STRONG&gt;AES-256&lt;/STRONG&gt;. As a result, selecting the Data encryption setting as &lt;STRONG&gt;'Require encryption (disconnect if server declines)'&lt;/STRONG&gt; in the Windows OS Client will result in L2TP connection failure."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You're on &lt;STRONG&gt;R82.00.10&lt;/STRONG&gt;, so you're on AES-256 for Phase 2. So on the Windows client make sure:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Data encryption → "Optional encryption (connect even if no encryption)"&lt;/STRONG&gt; (not &lt;EM&gt;Require encryption&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Authentication → only "Unencrypted password (PAP)"&lt;/STRONG&gt;, clear all other options&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Alternatively, if the client can't do AES-256, you can change the appliance advanced setting &lt;EM&gt;"Remote Access VPN - Encryption algorithm used for phase 2"&lt;/EM&gt; to AES-128.&lt;/P&gt;&lt;H3&gt;To answer your actual question — where to check the L2TP settings on the firewall&lt;/H3&gt;&lt;P&gt;In the Spark &lt;STRONG&gt;WebUI&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Left panel → &lt;STRONG&gt;VPN&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Remote Access&lt;/STRONG&gt; section → &lt;STRONG&gt;Blade Control&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;VPN Remote Access Control&lt;/STRONG&gt; must be &lt;STRONG&gt;On&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Under &lt;EM&gt;VPN Remote Access users can connect via&lt;/EM&gt;, the &lt;STRONG&gt;Windows VPN Client&lt;/STRONG&gt; checkbox must be selected&lt;/LI&gt;&lt;LI&gt;On the &lt;EM&gt;Windows VPN Client&lt;/EM&gt; line, the &lt;STRONG&gt;L2TP Pre-Shared Key&lt;/STRONG&gt; link shows/sets the PSK — this must match exactly what's configured on the Windows client&lt;/LI&gt;&lt;LI&gt;On that same line there's a &lt;STRONG&gt;"How to connect"&lt;/STRONG&gt; link — it opens an &lt;EM&gt;L2TP VPN Client Usage&lt;/EM&gt; popup with the exact server IP, PSK and settings to use on the Windows side. That's the fastest way to confirm the firewall side matches the client side.&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;One more thing worth ruling out&lt;/H3&gt;&lt;P&gt;If anyone has applied the &lt;STRONG&gt;CVE-2026-50751&lt;/STRONG&gt; mitigations (sk185033) on this appliance, be aware they can break L2TP by design:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Option 1 ("remove support for legacy Remote Access clients") is explicitly documented to prevent &lt;STRONG&gt;StrongSWAN, L2TP and legacy clients&lt;/STRONG&gt; from connecting.&lt;/LI&gt;&lt;LI&gt;Option 2 for Spark sets &lt;EM&gt;Device &amp;gt; Advanced Settings &amp;gt; Remote Access VPN - Encryption Method&lt;/EM&gt; to &lt;STRONG&gt;IKEv2&lt;/STRONG&gt; — and &lt;STRONG&gt;L2TP/IPsec is IKEv1-based&lt;/STRONG&gt;, so it would stop working.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Worth a quick check of that advanced setting if the mitigations were applied recently.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Suggested order:&lt;/STRONG&gt; apply the sk98656 registry fix + reboot → set Data encryption to &lt;EM&gt;Optional&lt;/EM&gt; and PAP-only → retest. If it still fails, check the Encryption Method advanced setting for the IKEv2 mitigation.&lt;/P&gt;&lt;P&gt;References: sk98656, sk87523, sk185033.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Jorge Dias Junior&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 12:22:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279974#M14077</guid>
      <dc:creator>jorgeluiznim</dc:creator>
      <dc:date>2026-07-21T12:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: L2TP Remote Access VPN - Can't Connect on SMB 2550 R82.00.10</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279977#M14078</link>
      <description>&lt;P&gt;Nice Job!&lt;BR /&gt;Congratulations!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 12:37:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/L2TP-Remote-Access-VPN-Can-t-Connect-on-SMB-2550-R82-00-10/m-p/279977#M14078</guid>
      <dc:creator>Max_Leorne</dc:creator>
      <dc:date>2026-07-21T12:37:15Z</dc:date>
    </item>
  </channel>
</rss>

