<?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 DMZ static nat! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277517#M348098</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this everyone is doing OK and getting along with your are doing? I have this funny scenario that happened on ASA 8.4 I configured recently for DMZ static nat. See the topology attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I did configure the inside with a PAT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network INSIDE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; subnet 192.168.200.0 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is working perfectly for inside to outside, So i have this server on the dmz, some edge mail server for the client that is meant for the outside world to reach. Sure enough I was happy that with the ASA 8.4 software that doing DMZ static nat I don't have to do with ACL to allow access anymore I mean I thought that has been depricated on the 8.3 and higher release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went on configuring the DMZ static nat like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network DMZ_MAILEDGE_SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; host 172.16.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network DMZ_GLOBAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; host 1.1.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network DMZ_MAILEDGE_SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; nat (dmz,any) static DMZ_GLOBAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was happy that finally i get to feel what the new dmz config on 8.4 should feel like.....I tried pinging my dmz server from outside, no joys at all. Did all i could to do even had to cross check the internet for config samples, everything looked good. Still no joys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i though of creating an access list to permit ip from the OUTSIDE interface to the DMZ, like so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; color: #ff0000;"&gt;access-list outside_access_in extended permit ip any object DMZ_MAILEDGE_SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then did my pings started going through for me to reach the server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know it feels all weird to me, since i was expecting configs 1 and 2 to get things going for me on software 8.4 not until i had to add config 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please someone should tell me I am getting it all wrong and let me know what i did wrongly! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Teddy &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*********************************************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK i know the first part of the situation is solved and I'm grateful to Jouni who elaborated me on it. But I have yet another pending situation that I could use a help here and really wouldn't mind been told this is where i got it all wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally I could reach the Server on the DMZ from outside via the static nat. Yay!!! But I have some services that needs to be reached on the mailserver on the DMZ side of the network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Services like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; dns 53, 193&lt;/P&gt;&lt;P&gt;&amp;nbsp; smtp 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, do i place the access list to permit these service from outside to dmz like this below ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_in extended permit udp any object DMZ_MAILEDGE_SERVER eq dnsix &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_in extended permit udp any object DMZ_MAILEDGE_SERVER eq domain &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_in extended permit tcp any object DMZ_MAILEDGE_SERVER eq smtp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_dmz extended permit udp any eq dnsix object DMZ_MAILEDGE_SERVER eq dnsix &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_dmz extended permit udp any eq domain object DMZ_MAILEDGE_SERVER eq domain &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_dmz extended permit tcp any eq smtp object DMZ_MAILEDGE_SERVER eq smtp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which direction would be more appropriate to go via?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also from the front end mail server, If i try to ping the internet say a domain name like &lt;A href="https://community.cisco.com/www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;, it would only resolve the name but the ping are not going thru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice in advance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I say this not to undermine anybody's help, Jouni please if you see this I would also appreciate your contribution too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 01:57:31 GMT</pubDate>
    <dc:creator>Azubuike Obiora</dc:creator>
    <dc:date>2019-03-12T01:57:31Z</dc:date>
    <item>
      <title>DMZ static nat!</title>
      <link>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277517#M348098</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this everyone is doing OK and getting along with your are doing? I have this funny scenario that happened on ASA 8.4 I configured recently for DMZ static nat. See the topology attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I did configure the inside with a PAT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network INSIDE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; subnet 192.168.200.0 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is working perfectly for inside to outside, So i have this server on the dmz, some edge mail server for the client that is meant for the outside world to reach. Sure enough I was happy that with the ASA 8.4 software that doing DMZ static nat I don't have to do with ACL to allow access anymore I mean I thought that has been depricated on the 8.3 and higher release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went on configuring the DMZ static nat like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network DMZ_MAILEDGE_SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; host 172.16.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network DMZ_GLOBAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; host 1.1.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;object network DMZ_MAILEDGE_SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; nat (dmz,any) static DMZ_GLOBAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was happy that finally i get to feel what the new dmz config on 8.4 should feel like.....I tried pinging my dmz server from outside, no joys at all. Did all i could to do even had to cross check the internet for config samples, everything looked good. Still no joys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i though of creating an access list to permit ip from the OUTSIDE interface to the DMZ, like so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; color: #ff0000;"&gt;access-list outside_access_in extended permit ip any object DMZ_MAILEDGE_SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then did my pings started going through for me to reach the server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know it feels all weird to me, since i was expecting configs 1 and 2 to get things going for me on software 8.4 not until i had to add config 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please someone should tell me I am getting it all wrong and let me know what i did wrongly! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Teddy &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*********************************************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK i know the first part of the situation is solved and I'm grateful to Jouni who elaborated me on it. But I have yet another pending situation that I could use a help here and really wouldn't mind been told this is where i got it all wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally I could reach the Server on the DMZ from outside via the static nat. Yay!!! But I have some services that needs to be reached on the mailserver on the DMZ side of the network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Services like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; dns 53, 193&lt;/P&gt;&lt;P&gt;&amp;nbsp; smtp 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, do i place the access list to permit these service from outside to dmz like this below ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_in extended permit udp any object DMZ_MAILEDGE_SERVER eq dnsix &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_in extended permit udp any object DMZ_MAILEDGE_SERVER eq domain &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_in extended permit tcp any object DMZ_MAILEDGE_SERVER eq smtp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_dmz extended permit udp any eq dnsix object DMZ_MAILEDGE_SERVER eq dnsix &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_dmz extended permit udp any eq domain object DMZ_MAILEDGE_SERVER eq domain &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list outside_access_dmz extended permit tcp any eq smtp object DMZ_MAILEDGE_SERVER eq smtp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which direction would be more appropriate to go via?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also from the front end mail server, If i try to ping the internet say a domain name like &lt;A href="https://community.cisco.com/www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;, it would only resolve the name but the ping are not going thru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice in advance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I say this not to undermine anybody's help, Jouni please if you see this I would also appreciate your contribution too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:57:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277517#M348098</guid>
      <dc:creator>Azubuike Obiora</dc:creator>
      <dc:date>2019-03-12T01:57:31Z</dc:date>
    </item>
    <item>
      <title>DMZ static nat!</title>
      <link>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277518#M348099</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;The NAT configurations seem just fine but I would configure them the Static NAT a bit differently (doesnt mean you have to though)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would do is simply state the public IP address in the NAT configuration rather than configure &lt;STRONG&gt;"object network"&lt;/STRONG&gt; for the public IP address too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your configuration is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DMZ_MAILEDGE_SERVER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;host 172.16.1.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DMZ_GLOBAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;host 1.1.1.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DMZ_MAILEDGE_SERVER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (dmz,any) static DMZ_GLOBAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My version would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DMZ_MAILEDGE_SERVER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 172.16.1.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (dmz,any) static 1.1.1.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple reason for me would be keeping the &lt;STRONG&gt;"object network"&lt;/STRONG&gt; amount at minimum and the fact that we dont need to reference the public IP address in any ACL configurations usually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you originally saw happening with the configurations 1 and 2 configured is to be expected. You will always need the configuration 3 which is the ACL to allow the traffic from the &lt;STRONG&gt;"outside"&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface doesnt have any ACL configured then it relies on the &lt;STRONG&gt;"security-level"&lt;/STRONG&gt; alone which should be &lt;STRONG&gt;"0"&lt;/STRONG&gt;. This usually means that no traffic can enter from &lt;STRONG&gt;"outside"&lt;/STRONG&gt; to any other interface on the ASA because all the other interfaces are above &lt;STRONG&gt;"security-level 0"&lt;/STRONG&gt; and traffic is only allowed from &lt;STRONG&gt;HIGHER -&amp;gt; LOWER&lt;/STRONG&gt; when there is &lt;STRONG&gt;NO ACLs&lt;/STRONG&gt;. So the natural step to allow this traffic is to configure ACL with the appropriate rules and attach it to the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to mark a reply as the correct answer if it has answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally ask more if your question wasnt answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 14:35:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277518#M348099</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-13T14:35:58Z</dc:date>
    </item>
    <item>
      <title>DMZ static nat!</title>
      <link>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277519#M348102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your explanation! at one moment I thought I had gone loco, cos I had the thoughts that ACLs have been depricated finally on the ASA doing dmz nats. I'm fully aware of all you explained in your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do have yourself a great day and you keep being the blessing that you are to everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 15:25:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-static-nat/m-p/2277519#M348102</guid>
      <dc:creator>Azubuike Obiora</dc:creator>
      <dc:date>2013-06-13T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

