<?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: VPN &amp;amp; MTU - Fragmentation R81.20 in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212619#M35192</link>
    <description>&lt;P&gt;I dont even see that parameter as available..&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;[Expert@CP-FW-01:0]# fw ctl get int sim_ipsec_dont_fragment&lt;BR /&gt;Get operation failed: failed to get parameter sim_ipsec_dont_fragment&lt;BR /&gt;get: Operation failed&lt;BR /&gt;Killed&lt;BR /&gt;[Expert@CP-FW-01:0]#&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 17:21:04 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2024-04-29T17:21:04Z</dc:date>
    <item>
      <title>VPN &amp; MTU - Fragmentation R81.20</title>
      <link>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212553#M35188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are facing fragmentation issue on a Full Check Point topology&lt;/P&gt;&lt;P&gt;This setup is enabled on all Firewalls. MSS is defined to 1360 on all interfacs&lt;/P&gt;&lt;P&gt;&lt;EM&gt;echo 'fw_clamp_vpn_mss=1' &amp;gt;&amp;gt; $FWDIR/boot/modules/fwkern.conf&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;echo 'sim_clamp_vpn_mss=1' &amp;gt;&amp;gt; $PPKDIR/conf/simkern.conf&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All TCP connections seems to be ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our issue is related to RADIUS (EAP) traffic accros the tunnel. EAP needs fragementation but the negociation is dropped. if we reaplced the VPN tunnel with another vendor we are not gettng any problem so this lead to confirm that it's a Check Point issue / configuration&lt;/P&gt;&lt;P&gt;We tried to enable Fast_Accel to make sure nothing is dropped&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm intending to enable this parameter as I don't know if default value is 0 or 1 in R81.20 ? Does anyboday has any experience with this ?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sim_ipsec_dont_fragment=1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 13:41:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212553#M35188</guid>
      <dc:creator>CP-NDA</dc:creator>
      <dc:date>2024-04-29T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: VPN &amp; MTU - Fragmentation R81.20</title>
      <link>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212619#M35192</link>
      <description>&lt;P&gt;I dont even see that parameter as available..&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;[Expert@CP-FW-01:0]# fw ctl get int sim_ipsec_dont_fragment&lt;BR /&gt;Get operation failed: failed to get parameter sim_ipsec_dont_fragment&lt;BR /&gt;get: Operation failed&lt;BR /&gt;Killed&lt;BR /&gt;[Expert@CP-FW-01:0]#&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:21:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212619#M35192</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-04-29T17:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: VPN &amp; MTU - Fragmentation R81.20</title>
      <link>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212620#M35193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found a way to check. You need to add the -a parameter as it's an SXL param&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;fw ctl get int sim_ipsec_dont_fragment -a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Value is set to 1 by default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:22:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212620#M35193</guid>
      <dc:creator>CP-NDA</dc:creator>
      <dc:date>2024-04-29T17:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: VPN &amp; MTU - Fragmentation R81.20</title>
      <link>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212621#M35194</link>
      <description>&lt;P&gt;Ah, good catch&lt;/P&gt;
&lt;P&gt;Yes, just verified it is 1&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:23:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/VPN-amp-MTU-Fragmentation-R81-20/m-p/212621#M35194</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-04-29T17:23:48Z</dc:date>
    </item>
  </channel>
</rss>

