<?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: Configure NAT with multiple ports in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/149205#M49752</link>
    <description>&lt;P&gt;Cool, I create 5 nat rules and working as expected , but is good to know this option to future implementations.&lt;/P&gt;&lt;P&gt;Thanks a lot for your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andres Padilla&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 18:06:10 GMT</pubDate>
    <dc:creator>Apadilla</dc:creator>
    <dc:date>2017-03-23T18:06:10Z</dc:date>
    <item>
      <title>Configure NAT with multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/148753#M49641</link>
      <description>&lt;P&gt;Hello ocmmunity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if it is possible to do this in the firewall ?&lt;/P&gt;&lt;P&gt;Name:&amp;nbsp; NAT 1&lt;BR /&gt;Source Zone: INTERNET&lt;BR /&gt;Destination Zone: INTERNET&lt;BR /&gt;Source Address: IP_Public&lt;BR /&gt;Destination Address: 1.1.1.1&lt;BR /&gt;Service: icmp, tcp/5551, tcp/22, tcp/4443, udp/500, udp/4500&lt;BR /&gt;Destination Translation:Device (10.140.2.1)&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;I know that Destination nat is one - to - one,&amp;nbsp; so in this case&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I will need to perform one NAT rule to each service. Correct ? In this case, one to allow port 5551, other to allow port 22, etc.&lt;/P&gt;&lt;P&gt;2. Is poosible that&amp;nbsp;all these rules have the same Destination Address (Destination Address: 1.1.1.1) and same Destination traslation (Destination Translation:Device (10.140.2.1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I have 3 security rules where I'm allowing&amp;nbsp; these services.&lt;/P&gt;&lt;P&gt;3.1. Rule 1&amp;nbsp; allow the app "icmp",&lt;/P&gt;&lt;P&gt;3.2&amp;nbsp; Rule 2&amp;nbsp; allow ports 5551, 22 &amp;amp; 4443,&lt;/P&gt;&lt;P&gt;3.3&amp;nbsp; Rule 3&amp;nbsp; allow ports udp500 / udp4500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Andres&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 23:35:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/148753#M49641</guid>
      <dc:creator>Apadilla</dc:creator>
      <dc:date>2017-03-21T23:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configure NAT with multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/148789#M49647</link>
      <description>&lt;P&gt;If you want to NAT ICMP (or any protocol other than UDP or TCP) you need to use any as service. So I suggest 1 NAT rule with any as a service and do your filtering with firewall rules (which is a good idea in any case).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 07:57:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/148789#M49647</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2017-03-22T07:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configure NAT with multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/148794#M49650</link>
      <description>&lt;P&gt;You can combine all the UDP and TCP ports in one single NAT policy, you only need to add a port to the destination translation if you want to change the destination, eg. change incoming port 4443 to 443 on the webserver, but if the destination port does not need to change you can leave the translation port field empty&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="many services nat.png"&gt;&lt;img src="https://live.paloaltonetworks.com/skins/images/2F2A72B3BE70ACC5EBC3E1D7685F5297/responsive_peak/images/image_not_found.png" alt="many services nat.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the only 'problem' is that ICMP can only be NATed through an 'any' policy so you'll either need to skip ICMP or create an 'any' policy and then filter based on security policies&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 09:14:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/148794#M49650</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2017-03-22T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configure NAT with multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/149205#M49752</link>
      <description>&lt;P&gt;Cool, I create 5 nat rules and working as expected , but is good to know this option to future implementations.&lt;/P&gt;&lt;P&gt;Thanks a lot for your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andres Padilla&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 18:06:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configure-nat-with-multiple-ports/m-p/149205#M49752</guid>
      <dc:creator>Apadilla</dc:creator>
      <dc:date>2017-03-23T18:06:10Z</dc:date>
    </item>
  </channel>
</rss>

