<?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 ASA 8.4 NAT subnets? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924329#M436295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean if they were both identical like 73.11.200.88/29 and 192.168.0.88/29?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the ASA would automatically assign .88 to .88, and .89 to .89, etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2012 17:22:02 GMT</pubDate>
    <dc:creator>swagoner1</dc:creator>
    <dc:date>2012-05-22T17:22:02Z</dc:date>
    <item>
      <title>ASA 8.4 NAT subnets?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924326#M436291</link>
      <description>&lt;P&gt;Need to setup some static NATs for some networks and IP ranges. Rather than setting up 50+ individual NAT rules I'm thinking 8.3 or 8.4 supports snat for networks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;73.11.200.88/29 and 192.168.0.64/29&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;73.11.200.88 would always be static NAT for 192.168.0.64&lt;/P&gt;&lt;P&gt;73.11.200.89 would always be static NAT for 192.168.0.65&lt;/P&gt;&lt;P&gt;73.11.200.90 would always be static NAT for 192.168.0.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct that this can be done with 1 NAT rule instead of multiple?&lt;/P&gt;&lt;P&gt;Can it also be done with object groups? Assuming the number of objects in each group is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the time.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:09:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924326#M436291</guid>
      <dc:creator>swagoner1</dc:creator>
      <dc:date>2019-03-11T23:09:54Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 NAT subnets?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924327#M436293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can't achieve the below with one statement, you have to create an object group for each static NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;73.11.200.88 would always be static NAT for 192.168.0.64&lt;/P&gt;&lt;P&gt;73.11.200.89 would always be static NAT for 192.168.0.65&lt;/P&gt;&lt;P&gt;73.11.200.90 would always be static NAT for 192.168.0.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network ip-1&lt;/P&gt;&lt;P&gt;host 192.168.0.64&lt;/P&gt;&lt;P&gt;nat (dmz,outside) static 73.11.200.88&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network ip-2&lt;/P&gt;&lt;P&gt;host 192.168.0.65&lt;/P&gt;&lt;P&gt;nat (dmz,outside) static 73.11.200.89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network ip-3&lt;/P&gt;&lt;P&gt;host 192.168.0.66&lt;/P&gt;&lt;P&gt;nat (dmz,outside) static 73.11.200.90&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:10:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924327#M436293</guid>
      <dc:creator>siddhartham</dc:creator>
      <dc:date>2012-05-22T17:10:23Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 NAT subnets?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924328#M436294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Sid says there is no way you can do a static nat like that, unless you do like ( subnet to subnet object)&lt;/P&gt;&lt;P&gt; 192.168.1.1-73.11.200.1&lt;/P&gt;&lt;P&gt; 192.168.1.2-73.11.200.2&lt;/P&gt;&lt;P&gt; 192.168.1.3-73.11.200.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not the way you want it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate all the helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:18:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924328#M436294</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-05-22T17:18:30Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 NAT subnets?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924329#M436295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean if they were both identical like 73.11.200.88/29 and 192.168.0.88/29?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the ASA would automatically assign .88 to .88, and .89 to .89, etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924329#M436295</guid>
      <dc:creator>swagoner1</dc:creator>
      <dc:date>2012-05-22T17:22:02Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 NAT subnets?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924330#M436296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the example that will explain it to you.. This is on 8.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 4.0.0.0 192.168.12..0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this the ASA will do a one to one mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what you will need to do on 8.4 as well, how do you do it using the same&amp;nbsp; ( subnets)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:35:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-subnets/m-p/1924330#M436296</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-05-22T17:35:35Z</dc:date>
    </item>
  </channel>
</rss>

