<?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: TYPICAL NAT QUESTIONS in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614696#M121468</link>
    <description>&lt;P&gt;If you remove Bi-Directional check from Source NAT policy, then that policy will do specified Source NAT policy only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2024 07:33:09 GMT</pubDate>
    <dc:creator>SutareMayur</dc:creator>
    <dc:date>2024-10-25T07:33:09Z</dc:date>
    <item>
      <title>TYPICAL NAT QUESTIONS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/612032#M120812</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a web server in DMZ with private ip address 192.168.10.100/24 and I would like all the traffic from outside should come to this server. My public ip is 1.1.1.2/255.255.255.248 which will bind to 192.168.10.100&lt;BR /&gt;&lt;BR /&gt;To perfom this I can create a destination rule&lt;/P&gt;
&lt;P&gt;FROM TO Source Destination Destination Translation Address (Static)&lt;BR /&gt;Untrust--&amp;gt; Untrust--&amp;gt; Any--&amp;gt; 1.1.1.2 192.168.10.100&lt;/P&gt;
&lt;P&gt;The above rule will work correctly. My question is if i create Rules below what will happen&lt;/P&gt;
&lt;P&gt;FROM TO Source Destination Source Translation Address (Static)&lt;BR /&gt;Untrust--&amp;gt; DMZ Any 192.168.10.100 1.1.1.2&lt;/P&gt;
&lt;P&gt;BI DIRECTIONAL checked&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;FROM TO Source Destination Source Translation Address (Static)&lt;BR /&gt;DMZ--&amp;gt; Untrust--&amp;gt; 192.168.10.100 Any 1.1.1.2&lt;/P&gt;
&lt;P&gt;BI DIRECTIONAL checked&lt;/P&gt;
&lt;P&gt;Will the above rule work and if it works is it a correct way to do this ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 12:34:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/612032#M120812</guid>
      <dc:creator>calabilla</dc:creator>
      <dc:date>2024-10-22T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: TYPICAL NAT QUESTIONS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/613858#M121227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/359975715"&gt;@calabilla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bi-Directional static NAT option can be used when creating the Source NAT policy only. With bi-directional static NAT option checked, firewall will perform both Source NAT as well as Destination NAT translations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With this option. when traffic is coming from your inside/DMZ server going towards internet, source IP will get NAT with given public IP. At the same time, if traffic is hitting public IP from internet ( from untrust zone ), then destination IP will be NAT with the given inside/DMZ IP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your examples, below example looks appropriate configuration of Source NAT with bi-directional checked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FROM TO Source Destination Source Translation Address (Static)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;DMZ--&amp;gt; Untrust--&amp;gt; 192.168.10.100 Any 1.1.1.2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BI DIRECTIONAL checked&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In below case, you have marked private IP as a part of Untrust zone. Ideally, untrust zone should be the public IP from where internet traffic will come.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FROM TO Source Destination Source Translation Address (Static)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Untrust--&amp;gt; DMZ Any 192.168.10.100 1.1.1.2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BI DIRECTIONAL checked&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bi-directional NAT configuration has very specific use cases where it is must to enable it. I have seen most of it's use cases in Audio/Video traffic flows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClWBCA0" target="_self"&gt;Palo Alto KB article on Bi-Directional Static NAT&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;
&lt;P&gt;If you still have any queries, feel free to ask.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 14:40:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/613858#M121227</guid>
      <dc:creator>SutareMayur</dc:creator>
      <dc:date>2024-10-23T14:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: TYPICAL NAT QUESTIONS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614021#M121296</link>
      <description>&lt;P&gt;The rule is this way&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CHECK THE BELOW AND LET ME KNOW WILL IT WORK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SourceZone &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination Zone &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Source&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translation Address (Static)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Untrust &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; DMZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 192.168.10.100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.2&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BI DIRECTIONAL checked&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 11:55:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614021#M121296</guid>
      <dc:creator>calabilla</dc:creator>
      <dc:date>2024-10-24T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: TYPICAL NAT QUESTIONS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614380#M121403</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/359975715"&gt;@calabilla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I mentioned earlier, Bi-Directional static NAT applies to only Source NAT translations. Here in your examples, you are doing destination NAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SutareMayur_0-1729770761272.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/63464i36EA847638EB724A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="SutareMayur_0-1729770761272.png" alt="SutareMayur_0-1729770761272.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally your Bi-Directional Static NAT should look like this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Here, consider WAN zone as Untrust.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SutareMayur_1-1729770905610.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/63465i291B88574135682B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="SutareMayur_1-1729770905610.png" alt="SutareMayur_1-1729770905610.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 11:55:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614380#M121403</guid>
      <dc:creator>SutareMayur</dc:creator>
      <dc:date>2024-10-24T11:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: TYPICAL NAT QUESTIONS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614434#M121410</link>
      <description>&lt;P&gt;I never knew that Bidirectional NATworks with only Source NAT.&lt;/P&gt;
&lt;P&gt;what will happen if i remove bidirectional check mark ? how would the NAT WORK in this scenario.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 16:16:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614434#M121410</guid>
      <dc:creator>calabilla</dc:creator>
      <dc:date>2024-10-24T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: TYPICAL NAT QUESTIONS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614696#M121468</link>
      <description>&lt;P&gt;If you remove Bi-Directional check from Source NAT policy, then that policy will do specified Source NAT policy only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 07:33:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/typical-nat-questions/m-p/614696#M121468</guid>
      <dc:creator>SutareMayur</dc:creator>
      <dc:date>2024-10-25T07:33:09Z</dc:date>
    </item>
  </channel>
</rss>

