<?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 Forwarding in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24682#M17979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/docs/DOC-1517"&gt;Understanding PAN-OS NAT&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 19:03:38 GMT</pubDate>
    <dc:creator>Retired Member</dc:creator>
    <dc:date>2014-06-03T19:03:38Z</dc:date>
    <item>
      <title>Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24681#M17978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a webpage to display the video stream of two of our IP Cameras.&lt;/P&gt;&lt;P&gt;The page works perfectly from inside the network but not from outside the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to set up some kind of port forwarding rule on my Palo Alto and then program that into the web page, but am not sure how to accomplish this on the Palo Alto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:58:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24681#M17978</guid>
      <dc:creator>mabernathy</dc:creator>
      <dc:date>2014-06-03T18:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24682#M17979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/docs/DOC-1517"&gt;Understanding PAN-OS NAT&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:03:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24682#M17979</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2014-06-03T19:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24683#M17980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I am still not sure what I am supposed to do here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:28:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24683#M17980</guid>
      <dc:creator>mabernathy</dc:creator>
      <dc:date>2014-06-03T19:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24684#M17981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll want to create a Destination NAT rule using the doc that was linked. If you're trying to do port forwarding, you would just need to specify what port (service) it is coming in on, and what port you want it to go to internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you want to translate port 80 hitting your public IP of 192.0.2.50 to port 8080 on your internal server address of 172.16.1.1:&lt;/P&gt;&lt;P&gt;Original Packet Tab&lt;/P&gt;&lt;P&gt;Source Zone: Untrust&lt;/P&gt;&lt;P&gt;Destination Zone: Untrust&lt;/P&gt;&lt;P&gt;Destination Interface: Any (or the public interface)&lt;/P&gt;&lt;P&gt;Service: Define a new service or use the pre-configured "service-http"&lt;/P&gt;&lt;P&gt;Source Address: Any (or a list of IPs you want to connect &lt;STRONG&gt;from&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Destination Address: 192.0.2.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Translated Packet Tab:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Address Translation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;None&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Destination Address Translation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Translated Address: 172.16.1.1&lt;/P&gt;&lt;P&gt;Translated Port: 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll also need an associated security rule to allow the traffic from the Untrust zone to the Trust zone, destination IP is 192.0.2.50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:34:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24684#M17981</guid>
      <dc:creator>gwesson</dc:creator>
      <dc:date>2014-06-03T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24685#M17982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see that example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/message/28667"&gt;Re: Destination NAT/PAT clarification&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:34:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24685#M17982</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2014-06-03T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24686#M17983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check NAT and PAT rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style=": ; color: #333333; font-family: 'Georgia','serif'; text-decoration: underline;"&gt;Dynamic NAT translation using IP and port&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;&lt;BR /&gt; To enable one single routed interface IP address to be reused for translation several time, the layer4 information is attached to the source address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;This can be easily done in web interface, in CLI however it is quite hard to find the hierarchy. NAT is under the &lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #333333;"&gt;rulebase&lt;/SPAN&gt;&lt;/CODE&gt; &lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;hierarchy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #333333; font-family: 'Georgia','serif'; text-decoration: underline;"&gt;How to configure dynamic port NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050&amp;gt; configure&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;Entering configuration mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# edit rulebase nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit rulebase nat]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# set rules trust-to-untrust description "Dynamic PAT"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit rulebase nat]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# admin@PA-5050# set rules trust-to-untrust from trust to untrust destination any service any source any source-translation dynamic-ip-and-port interface-address interface ethernet1/1 ip 200.1.1.1/30&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit rulebase nat]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# commit&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;....55%99%.....100%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;Configuration committed successfully&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;Interface ethernet1/1 has no virtual-router configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;Interface ethernet1/2 has no virtual-router configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit rulebase nat]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #333333; font-family: 'Georgia','serif'; text-decoration: underline;"&gt;Setup virtual-router to route packets&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;&lt;BR /&gt; &lt;SPAN style="background: white;"&gt;Create static default route by first creating virtual router, treat virtual-router like a router process, you need to include interfaces that is available for virtual-router. the virtual-router is located under &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #333333; background: white;"&gt;network&lt;/SPAN&gt;&lt;/CODE&gt; &lt;SPAN style="font-family: 'Georgia','serif'; color: #333333; background: white;"&gt;hierarchy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit rulebase nat]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# top&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# set network virtual-router static-route interface ethernet1/1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# set network virtual-router static-route interface ethernet1/2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;Take note that &lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #333333;"&gt;static-route&lt;/SPAN&gt;&lt;/CODE&gt; &lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;is a name I defined for virtual-router, there is a &lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #333333;"&gt;default&lt;/SPAN&gt;&lt;/CODE&gt; &lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;profile which you can use if you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;Define the default routes with the &lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #333333;"&gt;static-route&lt;/SPAN&gt;&lt;/CODE&gt; &lt;SPAN style="font-family: 'Georgia','serif'; color: #333333;"&gt;profile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# set network virtual-router static-route routing-table ip static-route static-default-route interface ethernet1/1 nexthop ip-address 200.1.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050# commit&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;....55%99%.....100%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;Configuration committed successfully&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;[edit]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;admin@PA-5050#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Georgia','serif'; color: #333333; background: white;"&gt;Take note that &lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #333333; background: white;"&gt;static-default-route&lt;/SPAN&gt;&lt;/CODE&gt; &lt;SPAN style="font-family: 'Georgia','serif'; color: #333333; background: white;"&gt;is the routing-table profile I have created, you can create any name you want&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:21:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24686#M17983</guid>
      <dc:creator>Satish</dc:creator>
      <dc:date>2014-06-05T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24687#M17984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://live.paloaltonetworks.com/u1/11884"&gt;gwesson&lt;/A&gt; - This is exactly what I was looking for while migrating config from Juniper to PAN firewall &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; :smileycheck:. Can I use security policy based on app-id e.g. web-browsing for http or do I need to use service since service has been used in NAT policy configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 07:44:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24687#M17984</guid>
      <dc:creator>Sly_Cooper</dc:creator>
      <dc:date>2014-06-10T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24688#M17985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use either or both. If you use application, it's more broad and covers more than just a port. You can use a service- (port-) based policy if you want to make it work more like a basic firewall. In general I use applications since it gives much more coverage. You can even use both (or the "application-default" service) if you want to lock it down even further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no restrictions though, the NAT and Security policies are independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 16:09:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-forwarding/m-p/24688#M17985</guid>
      <dc:creator>gwesson</dc:creator>
      <dc:date>2014-06-10T16:09:23Z</dc:date>
    </item>
  </channel>
</rss>

