<?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 Port Address Translation question in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559527#M113463</link>
    <description>&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;Thank you so much for your help.&amp;nbsp; I have the NAT/Port solution functioning properly now.&amp;nbsp; I overlooked your advice on setting the Destination Port only in the service object.&amp;nbsp; This was my issue as I had a dumb moment when I set it up.&amp;nbsp; I fixated on the NAT rule being incorrect that I did not look at the Service Object after I created it.&amp;nbsp; I have the proper port numbers in the NAT rule, along with the allowed service in the security rule as well as the source IP address of the vendor that will need to access the devices.&amp;nbsp; Thank you again for your input.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 15:09:27 GMT</pubDate>
    <dc:creator>JohnSturk</dc:creator>
    <dc:date>2023-09-26T15:09:27Z</dc:date>
    <item>
      <title>Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559203#M113412</link>
      <description>&lt;P&gt;This configuration issue seems like it should be very easy to figure, but I have not performed this in the past and I cannot seem to figure it out.&lt;/P&gt;
&lt;P&gt;We will have multiple devices on the trusted network, and I need to NAT them all to a single Public IP address using a different port number for each private device.&amp;nbsp; All devices will utilize port 443 internally, but I need to do the port translation on the firewall.&amp;nbsp; The devices are not capable of changing the service port number for HTTPS or HTTP.&amp;nbsp; I have tried configuration info I have found in the support documents, but everything I see is just changing the port, from say port 443 to 8080 on the firewall and the end device is configured to utilize port 8080 for HTTPS.&amp;nbsp; The configuration screenshots below are the current NAT and Security Policy and this works as far as just plain NAT is concerned.&amp;nbsp; I need to be able to translate a port number such as 8080 coming in on the untrusted side to port 443 on the trusted side.&amp;nbsp; Any help is appreciated.&amp;nbsp; Thank you&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="JohnSturk_0-1695407774096.png" style="width: 765px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/53949iD65007CFD0587260/image-dimensions/765x65/is-moderation-mode/true?v=v2" width="765" height="65" role="button" title="JohnSturk_0-1695407774096.png" alt="JohnSturk_0-1695407774096.png" /&gt;&lt;/span&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="JohnSturk_1-1695407912202.png" style="width: 677px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/53950iC414F1453E76549B/image-dimensions/677x53/is-moderation-mode/true?v=v2" width="677" height="53" role="button" title="JohnSturk_1-1695407912202.png" alt="JohnSturk_1-1695407912202.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>Fri, 22 Sep 2023 18:41:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559203#M113412</guid>
      <dc:creator>JohnSturk</dc:creator>
      <dc:date>2023-09-22T18:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559218#M113415</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/52660"&gt;@JohnSturk&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have done all the hard work!&amp;nbsp; You only need the ports now.&amp;nbsp; Here is a document that is a good start, but missing a couple of items.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/networking/nat/nat-configuration-examples/destination-nat-with-port-translation-example" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/networking/nat/nat-configuration-examples/destination-nat-with-port-translation-example&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The NAT example should have an object tcp-80 (or service-http) for the Original Packet Service.&amp;nbsp; It is very important when you create service objects for NAT that you specify the destination only, and not the source.&amp;nbsp; (Unless, of course, you are NATing source ports which is uncommon.)&lt;/LI&gt;
&lt;LI&gt;I would not leave the security policy rule service to any.&amp;nbsp; I would put it tcp-8080 or service-http in that example.&amp;nbsp; I believe the service in the security policy rule is pre-NAT like the IP.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 21:18:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559218#M113415</guid>
      <dc:creator>TomYoung</dc:creator>
      <dc:date>2023-09-22T21:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559527#M113463</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;Thank you so much for your help.&amp;nbsp; I have the NAT/Port solution functioning properly now.&amp;nbsp; I overlooked your advice on setting the Destination Port only in the service object.&amp;nbsp; This was my issue as I had a dumb moment when I set it up.&amp;nbsp; I fixated on the NAT rule being incorrect that I did not look at the Service Object after I created it.&amp;nbsp; I have the proper port numbers in the NAT rule, along with the allowed service in the security rule as well as the source IP address of the vendor that will need to access the devices.&amp;nbsp; Thank you again for your input.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 15:09:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559527#M113463</guid>
      <dc:creator>JohnSturk</dc:creator>
      <dc:date>2023-09-26T15:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559553#M113466</link>
      <description>&lt;P&gt;You're welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen that many times with customers.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 17:00:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/559553#M113466</guid>
      <dc:creator>TomYoung</dc:creator>
      <dc:date>2023-09-26T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/1252431#M126295</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/52660"&gt;@JohnSturk&lt;/a&gt;&amp;nbsp;I know this post is several years old, but could you post updated screenshots of your solution? I'm looking at the same setup and given that the device is named ALGO in your setup, I think I may be trying to accomplish the same thing you did. We're trying to allow vendor access to our various ALGO paging adapters using a single IP.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 13:02:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/1252431#M126295</guid>
      <dc:creator>craig.paluszcyk</dc:creator>
      <dc:date>2026-04-17T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/1252438#M126297</link>
      <description>&lt;P&gt;This is the service I created&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="JohnSturk_0-1776433084910.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71251i53687951911EE602/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnSturk_0-1776433084910.png" alt="JohnSturk_0-1776433084910.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;NA&lt;/P&gt;
&lt;P&gt;NAT rule&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnSturk_1-1776433172198.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71252iA37CD5E5CCC90E8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnSturk_1-1776433172198.png" alt="JohnSturk_1-1776433172198.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Security rule&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnSturk_2-1776433250186.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71253iA448C974B2244A66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnSturk_2-1776433250186.png" alt="JohnSturk_2-1776433250186.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 13:41:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/1252438#M126297</guid>
      <dc:creator>JohnSturk</dc:creator>
      <dc:date>2026-04-17T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Static Port Address Translation question</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/1252443#M126298</link>
      <description>&lt;P&gt;Thanks. You've at least confirmed that my rules are set up correctly. I thought maybe the ports I was trying to use were the problem, but even trying 8501 isn't working for me. If I remove the port on the translation and the service port, it works fine. With those in place, it doesn't work.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="service.png" style="width: 348px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71254i4A9FB64E5B2ACC0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="service.png" alt="service.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nat.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71255i417F14B9D525B378/image-size/large?v=v2&amp;amp;px=999" role="button" title="nat.png" alt="nat.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="security.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71256iD1A40779E8CEBDF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="security.png" alt="security.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 15:26:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/static-port-address-translation-question/m-p/1252443#M126298</guid>
      <dc:creator>craig.paluszcyk</dc:creator>
      <dc:date>2026-04-17T15:26:41Z</dc:date>
    </item>
  </channel>
</rss>

