<?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 Static translation - will this be a problem? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185945#M861014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, is it better for me to list all of my private networks into my dmz networks to keep from having to use statics?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.125.0.0 255.255.0.0 10.45.136.0.0&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.125.0.0 255.255.0.0 10.45.137.0.0&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.125.0.0 255.255.0.0 10.45.138.0.0&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 172.20.0.0 255.255.0.0 10.45.135.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll still need to nat 10.125.x.x and 172.x.x.x traffic to the internet, so I would need to specify what network not to nat to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2009 12:45:32 GMT</pubDate>
    <dc:creator>John Blakley</dc:creator>
    <dc:date>2009-04-10T12:45:32Z</dc:date>
    <item>
      <title>ASA Static translation - will this be a problem?</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185942#M860997</link>
      <description>&lt;P&gt;My DMZ is 10.45.136.0, 10.45.137.0, and 10.45.138.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My inside is 10.0.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will I have a problem if I have my static nat stated as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz1) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or will this work in translating everything correctly? I'm trying to figure out if I should create static nat for every subnet I truly do have instead of trying to combine all of them in one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:16:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185942#M860997</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2019-03-11T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Static translation - will this be a problem?</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185943#M861001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From memory i think you should be fine with this. However if it doesn't work then you could do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list in_to_dmz permit ip any 10.145.136.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list in_to_dmz permit ip any 10.145.137.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list in_to_dmz permit ip any 10.145.138.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list in_to_dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 21:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185943#M861001</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-04-09T21:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Static translation - will this be a problem?</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185944#M861010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John/John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of your methods will work (I've used both before).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However using a 10/8 static will use identity NAT whereas nat 0 ACL will do NAT exemption.  I prefer to use NAT exemption because it's a bit neater and it won't show up in "sh xlate".  If you're using identity NAT you can't see the wood for the trees when trying to get a quick view of all your current NATs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seeing as NAT exemption bypasses NAT all together perhaps it saves on system resources too???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:39:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185944#M861010</guid>
      <dc:creator>JamesLuther</dc:creator>
      <dc:date>2009-04-10T12:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Static translation - will this be a problem?</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185945#M861014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, is it better for me to list all of my private networks into my dmz networks to keep from having to use statics?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.125.0.0 255.255.0.0 10.45.136.0.0&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.125.0.0 255.255.0.0 10.45.137.0.0&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.125.0.0 255.255.0.0 10.45.138.0.0&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 172.20.0.0 255.255.0.0 10.45.135.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll still need to nat 10.125.x.x and 172.x.x.x traffic to the internet, so I would need to specify what network not to nat to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:45:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185945#M861014</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-04-10T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Static translation - will this be a problem?</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185946#M861015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could specify all the inside networks if you wanted or you could just use the catch all 10.0.0.0/8 entry in your nat exemption acl's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 10.0.0.0 255.0.0.0 10.45.136.0 255.255.255.0&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"I'll still need to nat 10.125.x.x and 172.x.x.x traffic to the internet, so I would need to specify what network not to nat to."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that will be fine. Just setup NAT for this as you normally would ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface or &lt;IP address=""&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 22:12:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-translation-will-this-be-a-problem/m-p/1185946#M861015</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-04-10T22:12:34Z</dc:date>
    </item>
  </channel>
</rss>

