<?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 Re: correction layer - clarification on the work in Hyperscale Firewall (Maestro)</title>
    <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249716#M3452</link>
    <description>&lt;P&gt;Hey, Lari! Thank you very much for your explanation about NAT!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you also explain in detail how and which CoreXL instances are involved in the correction layer traffic processing?&lt;/P&gt;</description>
    <pubDate>Fri, 23 May 2025 12:26:09 GMT</pubDate>
    <dc:creator>yura_k</dc:creator>
    <dc:date>2025-05-23T12:26:09Z</dc:date>
    <item>
      <title>correction layer - clarification on the work</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249008#M3421</link>
      <description>&lt;P&gt;Hey, Maestro Masters!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;From a great presentation by&amp;nbsp;&lt;SPAN class=""&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Lari_Luoma&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;A href="https://community.checkpoint.com/t5/Maestro/Maestro-Masters-2025-Quantum-Maestro-Architectures-and/m-p/248873#M3414" target="_blank" rel="noopener"&gt;https://community.checkpoint.com/t5/Maestro/Maestro-Masters-2025-Quantum-Maestro-Architectures-and/m-p/248873#M3414&lt;/A&gt;)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SGM where the initial Client to Server (C2S) packets are distributed becomes &lt;STRONG&gt;the owner &lt;/STRONG&gt;of the connection in the connections table.&lt;/LI&gt;&lt;LI&gt;The owner calculates the SGM who will get the return packets of the connection. This SGM is called a&lt;STRONG&gt; target&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;If the target is different from the owner, the connection is determined &lt;STRONG&gt;asymmetric,&lt;/STRONG&gt; and the owner synchronizes connection to the target.&lt;/LI&gt;&lt;LI&gt;Target SGM won’t process packets it receives but sends them to the owner for processing.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you tell us a little bit more about how the correction works? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I may be wrong, but while doing some debugging I noticed a pattern that correction occurs if an asymmetric session is handled by a fw_worker instance with the same number on both owner SGM and target SGM. If asymmetric session on target SGM is assigned to a different fw_worker instance number from owner, then such connection will be dropped by the target and no correction occurs.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 16:52:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249008#M3421</guid>
      <dc:creator>yura_k</dc:creator>
      <dc:date>2025-05-14T16:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: correction layer - clarification on the work</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249062#M3431</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;Correction happens in environments where outgoing and incoming packets are distributed using a different IP-address. In practice this means NAT. Consider the following example:&lt;BR /&gt;&lt;BR /&gt;Client with IP-address 10.1.1.10 communicates with a server in the Internet with IP-address 123.123.123.123. Of course the 10-network cannot be routed in the internet, so the traffic is natted by the Maestro security group to IP-address 222.222.222.222.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;By default the distribution mode is auto-topology, which means that the internal interfaces are in user mode (packets are distributed to the SGMs based on the destination IP-address) and the external interfaces in network mode (packets are distributed using the source IP-address).&lt;BR /&gt;&lt;BR /&gt;Considering the example above and assuming that the security group is in default setting, the outgoing packets would be distributed based on the destination IP-address. When the server responds to the connection, the external interface is in network mode and the packets are distributed based on the source IP-address. Source for return packets is the same as the destination for outgoing packets, so this means that the distribution is symmetric and there is no correction.&lt;BR /&gt;&lt;BR /&gt;Now if you change the outgoing interface also to user mode, the return packets would be distributed based on the destination IP-address. Destination IP in natted environments is the NAT-IP. This would send the return packets to a different SGM. This SGM would receive the packets from the MHO, but not process them. It would simply send them to the original owner for processing. This means that there is an "extra hop" inside the Maestro system every time correction kicks in. In busy environments there is always some correction, but the recommendation is to keep it to minimum as large numbers of corrected traffic can cause some performance degradation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 04:38:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249062#M3431</guid>
      <dc:creator>Lari_Luoma</dc:creator>
      <dc:date>2025-05-15T04:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: correction layer - clarification on the work</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249716#M3452</link>
      <description>&lt;P&gt;Hey, Lari! Thank you very much for your explanation about NAT!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you also explain in detail how and which CoreXL instances are involved in the correction layer traffic processing?&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 12:26:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249716#M3452</guid>
      <dc:creator>yura_k</dc:creator>
      <dc:date>2025-05-23T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: correction layer - clarification on the work</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249724#M3453</link>
      <description>&lt;UL&gt;
&lt;LI&gt;In most cases, the CCL performs correction at the &lt;STRONG&gt;CoreXL SND&lt;/STRONG&gt; (Secure Network Dispatcher) level, which is part of SecureXL.&lt;/LI&gt;
&lt;LI&gt;When a packet for an existing connection arrives at the "wrong" member (not the owner), SecureXL (SND) detects this and &lt;STRONG&gt;forwards ("corrects") the packet to the owner member&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;This correction is done &lt;STRONG&gt;before the packet reaches the Firewall or other inspection engines&lt;/STRONG&gt;, minimizing latency and maximizing performance.&lt;/LI&gt;
&lt;LI&gt;The correction is transparent to the network and ensures that all packets for a connection are handled consistently.&lt;/LI&gt;
&lt;LI&gt;For some traffic types (e.g., Dynamic Routing, VPN, encrypted connections), correction may occur at the Firewall or SecureXL level, depending on the information required to identify the connection.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Even though we try to eliminate performance impact of correction as explained above, I have seen in several occasions where fixing distribution to be symmetric for certain traffic also improves performance. It depends on the traffic and some traffic seems to have more impact on performance when corrected than some other.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 14:52:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/correction-layer-clarification-on-the-work/m-p/249724#M3453</guid>
      <dc:creator>Lari_Luoma</dc:creator>
      <dc:date>2025-05-23T14:52:06Z</dc:date>
    </item>
  </channel>
</rss>

