<?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: DMZ NAT question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910652#M956452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By acomiskey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Another way of doing this is simply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.200.0 192.168.200.0 255.255.255.0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have this static statement in my config then I don't need to worry about bypassing NAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 15:54:57 GMT</pubDate>
    <dc:creator>qbakies11</dc:creator>
    <dc:date>2008-01-24T15:54:57Z</dc:date>
    <item>
      <title>DMZ NAT question</title>
      <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910648#M956448</link>
      <description>&lt;P&gt;I am configuring a new ASA with a DMZ for my web server.  I need to have certain websites able to pass traffic to SQL servers on the inside interface and people from the inside able to hit websites on the web server, but I want to make sure that the IPs of the traffic being passed between the DMZ and the Inside are their actual IPs (not NAT'd).  Do I need to create a 'no-nat' access list statement for this and place it in a NAT statement for the DMZ?  Would the following work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside is 192.168.200.0/21&lt;/P&gt;&lt;P&gt;DMZ is 192.168.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.200.0 255.255.248.0 192.168.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (dmz) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (dmz) 10 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 10 interface&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:53:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910648#M956448</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2019-03-11T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ NAT question</title>
      <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910649#M956449</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 believe the access-list should be the other way around:&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.0.0 255.255.255.0 192.168.200.0 255.255.248.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow traffic from the DMZ to be exempted from the NAT translation when their destination is the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve two way traffic between DMZ and inside do:&lt;/P&gt;&lt;P&gt;access-list nonat1 permit ip 192.168.200.0 255.255.248.0 192.168.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list nonat2 permit ip 192.168.0.0 255.255.255.0 192.168.200.0 255.255.248.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (dmz) 0 access-list nonat1 &lt;/P&gt;&lt;P&gt;nat (dmz) 0 access-list nonat2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it should also have&lt;/P&gt;&lt;P&gt;global (dmz) 10 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH and please rate if it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paulo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910649#M956449</guid>
      <dc:creator>pjhenriqs</dc:creator>
      <dc:date>2008-01-24T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ NAT question</title>
      <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910650#M956450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can have 2 nat exempt statements for the same interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way of doing this is simply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.200.0 192.168.200.0 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:38:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910650#M956450</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-01-24T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ NAT question</title>
      <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910651#M956451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad...damn copy+paste &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I meant was:&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat1 &lt;/P&gt;&lt;P&gt;nat (dmz) 0 access-list nonat2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can have two nat exempt statements that do not conflict (and that make sense) applied on the same interface. I have it in one of my configurations and working ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:46:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910651#M956451</guid>
      <dc:creator>pjhenriqs</dc:creator>
      <dc:date>2008-01-24T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ NAT question</title>
      <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910652#M956452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By acomiskey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Another way of doing this is simply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.200.0 192.168.200.0 255.255.255.0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have this static statement in my config then I don't need to worry about bypassing NAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:54:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910652#M956452</guid>
      <dc:creator>qbakies11</dc:creator>
      <dc:date>2008-01-24T15:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ NAT question</title>
      <link>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910653#M956453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. That's all you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-nat-question/m-p/910653#M956453</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-01-24T16:02:57Z</dc:date>
    </item>
  </channel>
</rss>

