<?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: ASA 8.3 Single Host - Multiple PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434992#M645454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a new object for each static pat or it will overwrite. You can have the same host each object though.&amp;nbsp; Just call the object with a diff. name.&amp;nbsp; You need as many objects as there are going to be static PATs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You may find these links useful: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-9129"&gt;https://supportforums.cisco.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;8.3 nat video: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-12324"&gt;https://supportforums.cisco.com/docs/DOC-12324&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 21:51:16 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-08-06T21:51:16Z</dc:date>
    <item>
      <title>ASA 8.3 Single Host - Multiple PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434989#M645443</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After battling with, and eventually learning from the ASA 8.3 NAT configuration, I have stumbled over another hurdle which is causing me some confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PAT working quite well for one host. That is, OUTSIDE:2202 ---&amp;gt; INSIDE_HOST:2202. See below for config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running ASA 8.3.(2) and ASDM 6.2.(3) on a ASA 5505&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network LXSERVER &lt;BR /&gt; host 10.2.2.2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_access_in extended permit tcp any host 10.2.2.2 eq 2202&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network LXSERVER&lt;/P&gt;&lt;P&gt; nat (DMZ,OUTSIDE) static interface service tcp ssh 2202&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all working like a dream but when I tried to add another static NAT rule from the outside interface to the same host on a different port, the new rule overwrote the old one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network LXSERVER&lt;/P&gt;&lt;P&gt; nat (DMZ,OUTSIDE) static interface service tcp ftp 2121&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my question is, how do I configure multiple static PATs for one internal host from the OUTSIDE inteface.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please note that I have only a single public IP address which is received via DHCP.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:22:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434989#M645443</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2019-03-11T18:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.3 Single Host - Multiple PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434990#M645448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example. I hope this is what you are trying to accomplish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-family: monospace; font-size: 12px; white-space: pre-wrap; word-wrap: break-word;"&gt; object service FTP_PASV_PORT_RANGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; service tcp &lt;B&gt;source&lt;/B&gt; range 65000 65004&lt;BR /&gt; &lt;BR /&gt; object network HOST_FTP_SERVER&lt;BR /&gt;&amp;nbsp; host 192.168.10.100&lt;BR /&gt; &lt;BR /&gt; nat (Inside,outside) source static HOST_FTP_SERVER interface service&lt;BR /&gt;FTP_PASV_PORT_RANGE FTP_PASV_PORT_RANGE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ciscoasa(config)# sh xlate&lt;BR /&gt;1 in use, 6 most used&lt;BR /&gt;TCP PAT from Inside:HOST_FTP_SERVER 65000-65004 to outside:10.10.10.1&lt;BR /&gt;65000-65004 flags sr idle 47:51:27 timeout 0:00:00&lt;BR /&gt;&lt;BR /&gt;-KS&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 21:43:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434990#M645448</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-08-06T21:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.3 Single Host - Multiple PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434991#M645452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help, althouh it is not entirely what I am after, although I think it will work for what I am after temporarily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was looking for was to use a discontiguous port range, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2202 --&amp;gt; 22&lt;/P&gt;&lt;P&gt;2121 --&amp;gt; 21&lt;/P&gt;&lt;P&gt;8080 --&amp;gt; 80&lt;/P&gt;&lt;P&gt;4443 --&amp;gt; 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 21:48:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434991#M645452</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2010-08-06T21:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.3 Single Host - Multiple PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434992#M645454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a new object for each static pat or it will overwrite. You can have the same host each object though.&amp;nbsp; Just call the object with a diff. name.&amp;nbsp; You need as many objects as there are going to be static PATs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You may find these links useful: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-9129"&gt;https://supportforums.cisco.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;8.3 nat video: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-12324"&gt;https://supportforums.cisco.com/docs/DOC-12324&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 21:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434992#M645454</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-08-06T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.3 Single Host - Multiple PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434993#M645455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers for that KS, I had feared that was the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 21:53:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-single-host-multiple-pat/m-p/1434993#M645455</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2010-08-06T21:53:47Z</dc:date>
    </item>
  </channel>
</rss>

