<?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: Static NAT with Port Translation in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114620#M45350</link>
    <description>&lt;P&gt;Remember to create the Policy rule to allow the traffic that is being NATed. &amp;nbsp;Your destination zone will be the DMZ, put your destination IP has to be the public IP. &amp;nbsp;In your configuration, you may run into an ssl issue. &amp;nbsp;The client are requesting a secured connection on port 443 and you are serving them a non-secured connection on port 80.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above videos will make it clear as well.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2016 13:55:57 GMT</pubDate>
    <dc:creator>DZoquier</dc:creator>
    <dc:date>2016-09-20T13:55:57Z</dc:date>
    <item>
      <title>Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114549#M45339</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;I'm migrating some NAT rules from Cisco ASA to PAN Firewall. I don't know how to migrate a static NAT with Port Translation like the follwing example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp&amp;nbsp;Public_IP&amp;nbsp;&amp;nbsp;443&amp;nbsp;Private_IP&amp;nbsp;80 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this static in ASA means the outside connection will be directed to the public IP and the port of 443 and ASA will divert the request to the private IP on port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have any on how to do over PaloAlto&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:18:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114549#M45339</guid>
      <dc:creator>Ammar</dc:creator>
      <dc:date>2016-09-20T11:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114569#M45340</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;guy helped me to understand NAT policy configuration with port translation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=aVXzzZEgIA4" target="_blank"&gt;https://www.youtube.com/watch?v=aVXzzZEgIA4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Myky&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:50:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114569#M45340</guid>
      <dc:creator>TranceforLife</dc:creator>
      <dc:date>2016-09-20T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114570#M45341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would be a destination NAT, so you would configure a NAT rule that has an original packet source &amp;amp; destination zone of 'outside' , destination address of your public IP and the port the outside user is connecting to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would then configure in the translated packet part of the rule the destination side, put in the private IP &amp;amp; port that the traffic is to be translated to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can watch this video to help as well:&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/Videos/How-to-Configure-Destination-NAT-on-the-PAN-OS-UI/ta-p/57211" target="_blank"&gt;https://live.paloaltonetworks.com/t5/Videos/How-to-Configure-Destination-NAT-on-the-PAN-OS-UI/ta-p/57211&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the security rule, you will need to use the source zone of the pre-NAT zone, in this case 'outside' and the destination zone will be the post-NAT zone, DMZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:53:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114570#M45341</guid>
      <dc:creator>bmorris1</dc:creator>
      <dc:date>2016-09-20T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114620#M45350</link>
      <description>&lt;P&gt;Remember to create the Policy rule to allow the traffic that is being NATed. &amp;nbsp;Your destination zone will be the DMZ, put your destination IP has to be the public IP. &amp;nbsp;In your configuration, you may run into an ssl issue. &amp;nbsp;The client are requesting a secured connection on port 443 and you are serving them a non-secured connection on port 80.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above videos will make it clear as well.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:55:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114620#M45350</guid>
      <dc:creator>DZoquier</dc:creator>
      <dc:date>2016-09-20T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114648#M45357</link>
      <description>&lt;P&gt;Remember to create the Policy rule to allow the traffic that is being NATed. &amp;nbsp;Your destination zone will be the DMZ, but your destination IP has to be the public IP. &amp;nbsp;In your configuration, you may run into an ssl issue. &amp;nbsp;The client are requesting a secured connection on port 443 and you are serving them a non-secured connection on port 80.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above videos will make it clear as well.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:58:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/114648#M45357</guid>
      <dc:creator>DZoquier</dc:creator>
      <dc:date>2016-09-20T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/115192#M45391</link>
      <description>&lt;P&gt;Nat Rule:&lt;/P&gt;&lt;P&gt;Source Zone: untrust&lt;/P&gt;&lt;P&gt;Dest Zone: untrust (same)&lt;/P&gt;&lt;P&gt;Dest int: none&lt;/P&gt;&lt;P&gt;Source address: any (you will filter by the security rule)&lt;/P&gt;&lt;P&gt;Dest Address: Public IP assigned to the internal server Service: http/https or whatever service you are publishing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Translated Packet&lt;/P&gt;&lt;P&gt;Source Translation: None&lt;/P&gt;&lt;P&gt;Destination Translation:Private ip of the server&lt;/P&gt;&lt;P&gt;Destinaton port: destination port of the server, if left blank it will be the same as the one specified in the "Service" above, in your case it will be the internal port where the service is responding,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sec Policy:&lt;/P&gt;&lt;P&gt;Source Zone: untrust&lt;/P&gt;&lt;P&gt;Desintation Zone: trust (or the zone where the server being published sits)&lt;/P&gt;&lt;P&gt;Destination Address: THE PUBLIC IP assigned&lt;/P&gt;&lt;P&gt;Appliatication/port:&amp;nbsp;The port that is responding externally (not the internal port where the internal server is responding)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 21:53:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/115192#M45391</guid>
      <dc:creator>myrdin</dc:creator>
      <dc:date>2016-09-21T21:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/115370#M45411</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;Thanks all for clarifying a soluton for such NAT scenario.&lt;/P&gt;&lt;P&gt;I think there sholuld be a document for different NAT scenarios to compare between ASA and PAN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:07:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/115370#M45411</guid>
      <dc:creator>Ammar</dc:creator>
      <dc:date>2016-09-22T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/562121#M113868</link>
      <description>&lt;P&gt;I am attempting to do NAT and PAT from WAN IP:4432 to Internal via a WAN IP to Internal IP:443 address. My packets are getting caught in the interzone policy. can anyone shed some light on the issue?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAT&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonSchroeder_0-1697563206642.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/54484iEF51B51408901C67/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="JasonSchroeder_0-1697563206642.png" alt="JasonSchroeder_0-1697563206642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Policy&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonSchroeder_1-1697563288748.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/54485i29E7418A57F1A0E2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="JasonSchroeder_1-1697563288748.png" alt="JasonSchroeder_1-1697563288748.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;drop&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonSchroeder_2-1697563380064.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/54486iF3B2532C46E1AC4A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="JasonSchroeder_2-1697563380064.png" alt="JasonSchroeder_2-1697563380064.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>Tue, 17 Oct 2023 17:23:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/562121#M113868</guid>
      <dc:creator>JasonSchroeder</dc:creator>
      <dc:date>2023-10-17T17:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Port Translation</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/562303#M113895</link>
      <description>&lt;P&gt;Palo Alto Engineer helped me find my error. It was when I created a custom service I put in source port instead of leaving it blank. When creating a service for NAT port translation, the source port needs to be blank:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonSchroeder_0-1697651442516.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/54524iCFE031BB208F2C74/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="JasonSchroeder_0-1697651442516.png" alt="JasonSchroeder_0-1697651442516.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you Palo support!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 17:51:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-nat-with-port-translation/m-p/562303#M113895</guid>
      <dc:creator>JasonSchroeder</dc:creator>
      <dc:date>2023-10-18T17:51:02Z</dc:date>
    </item>
  </channel>
</rss>

