<?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: Port masking in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/589#M451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to accomplish this?&lt;/P&gt;&lt;P&gt;I'm quite sure that I haven't seen such option so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static NAT translation (port forwarding) is already implemented and it works, but only one the default destination port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2012 16:28:27 GMT</pubDate>
    <dc:creator>damir_porobic</dc:creator>
    <dc:date>2012-06-22T16:28:27Z</dc:date>
    <item>
      <title>Port masking</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/587#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to implement port masking on a PA-200?&lt;/P&gt;&lt;P&gt;I have an application that comes from the internet on a different destination port than the default port and I need the PA to change this port back to default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Http requests come to the PA on the port 1234 and the PA forwards this request to the server on the inside network but the port has to be 80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Damir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 15:52:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/587#M449</guid>
      <dc:creator>damir_porobic</dc:creator>
      <dc:date>2012-06-22T15:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Port masking</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/588#M450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a NAT policy. Just a change of the destination port in the rule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 16:23:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/588#M450</guid>
      <dc:creator>mharding</dc:creator>
      <dc:date>2012-06-22T16:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Port masking</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/589#M451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to accomplish this?&lt;/P&gt;&lt;P&gt;I'm quite sure that I haven't seen such option so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static NAT translation (port forwarding) is already implemented and it works, but only one the default destination port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 16:28:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/589#M451</guid>
      <dc:creator>damir_porobic</dc:creator>
      <dc:date>2012-06-22T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Port masking</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/590#M452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should help: &lt;A href="https://live.paloaltonetworks.com/docs/DOC-1481"&gt; NAT Configuration&lt;/A&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: Arial; color: #000000;"&gt;This common design is required when the site has a single public IP address&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: Arial; color: #000000;"&gt;for a number of services that are provided by different systems internally. This is also referred to as port forwarding or Virtual IP’s (VIP’s). Note that in this scenario the internal web server is running on port 8080 rather then on the traditional port 80.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the original packet tab, you define the service as the destination port the external users will be connecting to. In the translated packet tab, you check the destination address translation box, and define the destination IP and port. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the original packet is 1.1.1.1:1234 and then you translate it to 172.16.1.1:80.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 16:41:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/590#M452</guid>
      <dc:creator>mharding</dc:creator>
      <dc:date>2012-06-22T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Port masking</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/591#M453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I'll try that and let you know if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 17:05:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-masking/m-p/591#M453</guid>
      <dc:creator>damir_porobic</dc:creator>
      <dc:date>2012-06-22T17:05:43Z</dc:date>
    </item>
  </channel>
</rss>

