<?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: NoNat between dmz and inside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309232#M858149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"But you still have to apply the nat exemption to an interface, does that mean that it doesn't matter which interface you apply it to? "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming when you say this you mean either the inside or dmz interface because obviously if you applied it to a totally different interface it would not have the effect you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for applying it to either the inside or dmz interface, to be honest i have ever only applied it on the higher security interface, in this case the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 20:32:36 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2009-09-02T20:32:36Z</dc:date>
    <item>
      <title>NoNat between dmz and inside</title>
      <link>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309229#M858146</link>
      <description>&lt;P&gt;Do I need two statements to disable nat between the inside and dmz networks, one for each interface? &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:11:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309229#M858146</guid>
      <dc:creator>jcw009</dc:creator>
      <dc:date>2019-03-11T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: NoNat between dmz and inside</title>
      <link>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309230#M858147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, nat exemption is bidirectional so you can either do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside net = 192.168.5.0/24&lt;/P&gt;&lt;P&gt;dmz net = 172.16.5.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) static NAT translation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.5.0 192.168.5.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will allow internal hosts to access DMZ hosts and DMZ hosts to access internal hosts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) access-list NONAT permit ip 192.168.5.0 255.255.255.0 172.16.5.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list NONAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technically speaking only 2 is actually not doing NAT but 1) would achieve the same result for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 19:57:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309230#M858147</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-09-02T19:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: NoNat between dmz and inside</title>
      <link>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309231#M858148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, as long as there is the 'destination' (per the nonat acl) network somewhere on another interface, it doesn't matter which interface it's on for the nat exemption to work. Correct? Because once the traffic passes through the nat 'engine', then it just gets routed to the appropriate interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you still have to apply the nat exemption to an interface, does that mean that it doesn't matter which interface you apply it to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I'm overthinking this and missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 20:15:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309231#M858148</guid>
      <dc:creator>jcw009</dc:creator>
      <dc:date>2009-09-02T20:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: NoNat between dmz and inside</title>
      <link>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309232#M858149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"But you still have to apply the nat exemption to an interface, does that mean that it doesn't matter which interface you apply it to? "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming when you say this you mean either the inside or dmz interface because obviously if you applied it to a totally different interface it would not have the effect you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for applying it to either the inside or dmz interface, to be honest i have ever only applied it on the higher security interface, in this case the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 20:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-between-dmz-and-inside/m-p/1309232#M858149</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-09-02T20:32:36Z</dc:date>
    </item>
  </channel>
</rss>

