<?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: NAT in a VPN tunnel in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263173#M44505</link>
    <description>&lt;P&gt;In case debug is needed, below is easiest:&lt;/P&gt;
&lt;P&gt;vpn debug trunc&lt;/P&gt;
&lt;P&gt;vpn debug ikeon&lt;/P&gt;
&lt;P&gt;-generate traffic&lt;/P&gt;
&lt;P&gt;vpn debug ikeoff&lt;/P&gt;
&lt;P&gt;Look for iked* and vpnd* files in $FWDIR/log dir&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 02:02:55 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2025-11-19T02:02:55Z</dc:date>
    <item>
      <title>NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262976#M44472</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a question about NAT in a VPN tunnel. So far I don’t have any experience with this in a Check Point environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Current situation: There is already an existing VPN tunnel, and we want to make a server on our side available to the remote side, but have it hidden behind a different IP address using NAT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How should the NAT rule be configured in Check Point for this? And what happens first: the decryption of the VPN traffic or the NAT processing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Remote Server -&amp;gt; Remote GW — VPN Tunnel—&amp;gt; CP GW -&amp;gt; local Server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NAT Rule:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;src: any| dst: nat ip | dst Port | Transl src: orig | transl dst: IP local srv | transl dst Port : 443.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2025 16:40:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262976#M44472</guid>
      <dc:creator>Romaryo</dc:creator>
      <dc:date>2025-11-16T16:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262978#M44473</link>
      <description>&lt;P&gt;Hey Roman,&lt;/P&gt;
&lt;P&gt;Technically, decryption will happen first, then NAT, Make sure to enable nat inside vpn community if its needed. Rule itself may look like below:&lt;/P&gt;
&lt;H3 data-start="1190" data-end="1214"&gt;&lt;STRONG data-start="1194" data-end="1214"&gt;Original packet:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1215" data-end="1365"&gt;
&lt;LI data-start="1215" data-end="1263"&gt;
&lt;P data-start="1217" data-end="1263"&gt;Src: &lt;EM data-start="1222" data-end="1238"&gt;Remote network&lt;/EM&gt; (or “Any” if you prefer)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1264" data-end="1339"&gt;
&lt;P data-start="1266" data-end="1339"&gt;Dst: &lt;STRONG data-start="1271" data-end="1339"&gt;NAT IP (the external-looking IP you want the remote side to hit)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1340" data-end="1365"&gt;
&lt;P data-start="1342" data-end="1365"&gt;Port: 443 (or any port)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="1367" data-end="1386"&gt;&lt;STRONG data-start="1371" data-end="1386"&gt;Translated:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL data-start="1387" data-end="1537"&gt;
&lt;LI data-start="1387" data-end="1418"&gt;
&lt;P data-start="1389" data-end="1418"&gt;Translated Source: &lt;EM data-start="1408" data-end="1418"&gt;Original&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1419" data-end="1472"&gt;
&lt;P data-start="1421" data-end="1472"&gt;Translated Destination: &lt;STRONG data-start="1445" data-end="1472"&gt;Real internal server IP&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1473" data-end="1537"&gt;
&lt;P data-start="1475" data-end="1537"&gt;Translated Service: &lt;EM data-start="1495" data-end="1505"&gt;original&lt;/EM&gt; (or mapped to 443 if different)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-start="1539" data-end="1551"&gt;Example:&lt;/H3&gt;
&lt;DIV class="_tableContainer_1rjym_1"&gt;
&lt;DIV class="group _tableWrapper_1rjym_13 flex w-fit flex-col-reverse" tabindex="-1"&gt;
&lt;TABLE class="w-fit min-w-(--thread-content-width)" data-start="1553" data-end="1812"&gt;
&lt;THEAD data-start="1553" data-end="1633"&gt;
&lt;TR data-start="1553" data-end="1633"&gt;
&lt;TH data-start="1553" data-end="1568" data-col-size="sm"&gt;Original Src&lt;/TH&gt;
&lt;TH data-start="1568" data-end="1583" data-col-size="sm"&gt;Original Dst&lt;/TH&gt;
&lt;TH data-start="1583" data-end="1593" data-col-size="sm"&gt;Service&lt;/TH&gt;
&lt;TH data-start="1593" data-end="1606" data-col-size="sm"&gt;Xlated Src&lt;/TH&gt;
&lt;TH data-start="1606" data-end="1619" data-col-size="sm"&gt;Xlated Dst&lt;/TH&gt;
&lt;TH data-start="1619" data-end="1633" data-col-size="sm"&gt;Xlated Svc&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY data-start="1720" data-end="1812"&gt;
&lt;TR data-start="1720" data-end="1812"&gt;
&lt;TD data-start="1720" data-end="1735" data-col-size="sm"&gt;Remote LAN&lt;/TD&gt;
&lt;TD data-col-size="sm" data-start="1735" data-end="1758"&gt;10.10.10.10 (NAT IP)&lt;/TD&gt;
&lt;TD data-col-size="sm" data-start="1758" data-end="1764"&gt;443&lt;/TD&gt;
&lt;TD data-col-size="sm" data-start="1764" data-end="1775"&gt;Original&lt;/TD&gt;
&lt;TD data-col-size="sm" data-start="1775" data-end="1805"&gt;192.168.50.20 (Real server)&lt;/TD&gt;
&lt;TD data-col-size="sm" data-start="1805" data-end="1812"&gt;443&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 16 Nov 2025 17:02:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262978#M44473</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-16T17:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262981#M44474</link>
      <description>&lt;P&gt;Hi Andy!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the very detailed reply! I’ll try to set it up and test it tomorrow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2025 18:22:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262981#M44474</guid>
      <dc:creator>Romaryo</dc:creator>
      <dc:date>2025-11-16T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262982#M44475</link>
      <description>&lt;P&gt;Great! Message me directly if you are allowed to do remote, we can use zoom, I use my free account for that, since teams has lots of restrictions these days.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2025 18:37:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/262982#M44475</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-16T18:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263087#M44493</link>
      <description>&lt;P&gt;Hi Andy! Ok, thanks for your offer! We have a technical meeting with the application developers today – they need to explain to us in detail the technical requirements and what exactly they need from the tunnel. I’ll get back to you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 07:07:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263087#M44493</guid>
      <dc:creator>Romaryo</dc:creator>
      <dc:date>2025-11-18T07:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263102#M44499</link>
      <description>&lt;P&gt;Sounds good.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 11:27:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263102#M44499</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-18T11:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263152#M44502</link>
      <description>&lt;P&gt;Extra tip for encryption domains, make sure you add real ip and nat ip that is assigned to your network in your local encryption domain. Add remote NAT ip range to remote peer encryption domain. (depends if remote peer also is natting)&lt;/P&gt;
&lt;P&gt;what the the_rock states is true, other way around is first NAT then encryption (from local to remote peer)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 20:48:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263152#M44502</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2025-11-18T20:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263158#M44503</link>
      <description>&lt;P&gt;Yes sir! Definitely always a good idea to add natted IP in vpn domain as well.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 22:04:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263158#M44503</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-18T22:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263173#M44505</link>
      <description>&lt;P&gt;In case debug is needed, below is easiest:&lt;/P&gt;
&lt;P&gt;vpn debug trunc&lt;/P&gt;
&lt;P&gt;vpn debug ikeon&lt;/P&gt;
&lt;P&gt;-generate traffic&lt;/P&gt;
&lt;P&gt;vpn debug ikeoff&lt;/P&gt;
&lt;P&gt;Look for iked* and vpnd* files in $FWDIR/log dir&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 02:02:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263173#M44505</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-11-19T02:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263183#M44506</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/73547"&gt;@Lesley&lt;/a&gt;&amp;nbsp; Ok, this is roughly how I imagined it. I’m waiting for confirmation from the DevOps team and then I will test it. Many thanks for your tip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 05:37:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/263183#M44506</guid>
      <dc:creator>Romaryo</dc:creator>
      <dc:date>2025-11-19T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/267279#M44948</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;Thank you very much for your support!&lt;BR /&gt;Our application developers have finally tested the tunnel.&lt;BR /&gt;Everything worked well, and I learned something new.&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 09:27:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/267279#M44948</guid>
      <dc:creator>Romaryo</dc:creator>
      <dc:date>2026-01-14T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: NAT in a VPN tunnel</title>
      <link>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/267308#M44955</link>
      <description>&lt;P&gt;Glad you got it working.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 12:02:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/NAT-in-a-VPN-tunnel/m-p/267308#M44955</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-01-14T12:02:20Z</dc:date>
    </item>
  </channel>
</rss>

