<?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 PAT 1 Public IP to Multiple Private IP's in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296669#M343099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni, something as simple as not using the right interface names&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;. My fault entirely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I know this is not possible now, but I was hoping to do more than one PAT translation as the external service needs to connect to multiple ports inside. Ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SERVER-1&lt;/P&gt;&lt;P&gt;host 10.23.1.1&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 143 1443&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 443 1143&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 993 1993&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 389 1389&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 636 1636&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet every NAT line I enter overrides the previous entry with the current one. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks yet again,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2013 13:23:59 GMT</pubDate>
    <dc:creator>Mark Cavendish</dc:creator>
    <dc:date>2013-09-12T13:23:59Z</dc:date>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296664#M343084</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am okay with doing NAT and even PAT with one different port on the outside interface to translate to a separate port on the inside host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet is it possible to do PAT on one Public IP address to multiple local IP addresses all using different ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need an external provider to connect to our individual servers on multiple sites through our ASA. Yet I don't want to lose 10-15 Public IP addresses just for this service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice or guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296664#M343084</guid>
      <dc:creator>Mark Cavendish</dc:creator>
      <dc:date>2019-03-12T02:37:32Z</dc:date>
    </item>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296665#M343086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you mean configuring Static PAT (Port Forward) for multiple Internal servers to enable inbound connectivity from the external network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I dont see any problem with achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally the configuration format depends on your ASAs software level. Software level 8.2 (and below) has a completely different configuration format compared to 8.3 (and above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets take an example with the following information&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ASA interface&lt;UL&gt;&lt;LI&gt;outside&lt;/LI&gt;&lt;LI&gt;inside&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Local IP addresses&lt;UL&gt;&lt;LI&gt;10.10.10.10&lt;/LI&gt;&lt;LI&gt;10.10.10.11&lt;/LI&gt;&lt;LI&gt;10.10.10.12&lt;/LI&gt;&lt;LI&gt;10.10.10.13&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Public IP address&lt;UL&gt;&lt;LI&gt;1.1.1.1 (not configured on the ASA interface)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Local port for all hosts&lt;UL&gt;&lt;LI&gt;TCP/3389&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;External port per host (in the above IP address order)&lt;UL&gt;&lt;LI&gt;TCP/33891&lt;/LI&gt;&lt;LI&gt;TCP/33892&lt;/LI&gt;&lt;LI&gt;TCP/33893&lt;/LI&gt;&lt;LI&gt;TCP/33894&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;NAT Configuration format for 8.2 and below software&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) tcp 1.1.1.1 33891 10.10.10.10 3389 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) tcp 1.1.1.1 33892 10.10.10.11 3389 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) tcp 1.1.1.1 33893 10.10.10.12 3389 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) tcp 1.1.1.1 33894 10.10.10.13 3389 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;NAT Configuration format for 8.3 and above software&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The new software levels changes to NAT/ACL operation means that your &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface ACL should allow connectivity to these servers using the local/real IP/port instead of the public/mapped (which is used in the 8.2 and below format)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER-1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.10.10.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 1.1.1.1 service tcp 3389 33891&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER-2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.10.10.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 1.1.1.1 service tcp 3389 33892&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER-3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.10.10.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 1.1.1.1 service tcp 3389 33893&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER-4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.10.10.13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 1.1.1.1 service tcp 3389 33894&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 10:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296665#M343086</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-12T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296666#M343090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally if you were to configure a L2L VPN between your site and the remote site then you wouldnt have to spend any public IP addressses for this purpose and furthermore you would encrypt the traffic between your 2 sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the L2L VPN setup you could also limit to which hosts the remote site could connect to. This could be done with a VPN connection specific Filter ACL or changing a global setting on the ASA which would permit using an interface ACL for this purpose just like limiting traffic coming from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 10:40:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296666#M343090</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-12T10:40:19Z</dc:date>
    </item>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296667#M343094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni for taking the time to explain that, I am pleased it can be done. We are 8.3 and I have just tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;o&lt;/STRONG&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;bject network SERVER-1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;host 10.23.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;nat (inside,outside) static 198.23.44.5 service tcp 80 8080&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Yet I get &lt;EM&gt;ERROR: % Invalid input detected at '^' marker&lt;/EM&gt; pointing to the &lt;STRONG&gt;public IP address&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;The example public IP has not been configured previously and is from our range of Public IP's not assigned to anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Am I missing something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Thanks again,&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 11:41:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296667#M343094</guid>
      <dc:creator>Mark Cavendish</dc:creator>
      <dc:date>2013-09-12T11:41:02Z</dc:date>
    </item>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296668#M343096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be no problem with the format unless I am still missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do make sure that the &lt;STRONG&gt;"host"&lt;/STRONG&gt; and &lt;STRONG&gt;"nat" &lt;/STRONG&gt;commands are entered while you are under the configuration mode for the &lt;STRONG&gt;"object network SERVER-1"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;"host"&lt;/STRONG&gt; and &lt;STRONG&gt;"nat"&lt;/STRONG&gt; commands should be located inside the &lt;STRONG&gt;"object"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also naturally make sure you use the interface names that are configured on your firewall. The &lt;STRONG&gt;"inside"&lt;/STRONG&gt; and &lt;STRONG&gt;"outside"&lt;/STRONG&gt; I used in the example are just the default ones people use in simple setups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 11:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296668#M343096</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-12T11:49:37Z</dc:date>
    </item>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296669#M343099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni, something as simple as not using the right interface names&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;. My fault entirely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I know this is not possible now, but I was hoping to do more than one PAT translation as the external service needs to connect to multiple ports inside. Ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SERVER-1&lt;/P&gt;&lt;P&gt;host 10.23.1.1&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 143 1443&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 443 1143&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 993 1993&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 389 1389&lt;/P&gt;&lt;P&gt;nat (Private,Public) static 198.23.4.5 service tcp 636 1636&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet every NAT line I enter overrides the previous entry with the current one. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks yet again,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 13:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296669#M343099</guid>
      <dc:creator>Mark Cavendish</dc:creator>
      <dc:date>2013-09-12T13:23:59Z</dc:date>
    </item>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296670#M343104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure you are not going to like the following &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; BUT....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each translation you will have to create its own &lt;STRONG&gt;"object network"&lt;/STRONG&gt; which contains the real &lt;STRONG&gt;"host"&lt;/STRONG&gt; IP address and the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I assume what you tried above was to forward several ports for a single host. Instead you will have to make 5 different &lt;STRONG&gt;"object network" + "host" + "nat"&lt;/STRONG&gt; configurations for each of those Static PAT configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know its going to be messy but at the moment there is no other cleaner way to configure this. There is no way we can group these ports together in a single "nat" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only option would be to forward a continuous range of ports. But I am not sure if that is an option in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess if you need to forward 5 ports per server and for example had 5 servers that needed those same ports forwarded then you would need 25 NAT configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 13:29:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296670#M343104</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-12T13:29:38Z</dc:date>
    </item>
    <item>
      <title>PAT 1 Public IP to Multiple Private IP's</title>
      <link>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296671#M343106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That makes perfect sense, definitely something to keep me busy&lt;SPAN __jive_emoticon_name="cry" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;. Thank you so much again for all your help, you made it really easy to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 13:36:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-1-public-ip-to-multiple-private-ip-s/m-p/2296671#M343106</guid>
      <dc:creator>Mark Cavendish</dc:creator>
      <dc:date>2013-09-12T13:36:58Z</dc:date>
    </item>
  </channel>
</rss>

