<?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 Hi in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698252#M191251</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I would agree that in the beginning static NAT seems to be backwards.&lt;/P&gt;
&lt;P&gt;For your questions in the second part you will need to do just as you did in the first part: Matching the source in the object and then translating it. You can't just switch the place out "outside" and "dmz1", it has to match where the traffic is coming from.&lt;/P&gt;

&lt;PRE&gt;
object network OUTSIDE-HOST_LOCAL
 host 10.10.10.210

object network OUTSIDE-HOST_GLOBAL
 host 10.10.1.10
 nat (outside,dmz1) static OUTSIDE-HOST_LOCAL&lt;/PRE&gt;

&lt;P&gt;(I am assuming that the outside host's real address is 10.10.10.210 and that the inside subnet is 10.10.1.0/24)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2015 16:58:05 GMT</pubDate>
    <dc:creator>Henrik Grankvist</dc:creator>
    <dc:date>2015-05-25T16:58:05Z</dc:date>
    <item>
      <title>ASA Auto Object Static NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698251#M191250</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Ive been trying to learn some more about NAT configuration on the ASA. I have a lab set up with an ASA and Im configuring Auto NAT object NAT (section2 of the NAT table). This question is really about configuring the direction (outside,dmz1) or (dmz1,outside) in the NAT statement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm configuring a&amp;nbsp;static NAT connection from the outside to a DMZ server. The traffic flow or direction is from the outside interface to the dmz1 interface. If I configure object NAT as below in I can ping the DMZ1 server via the mapped static&amp;nbsp;address 10.10.10.204 from a host on the outside. In my way of thinking the syntax appears backwards as the traffic flow is from the outside to DMZ1,&amp;nbsp;however the cisco&amp;nbsp;example Ive been working from shows to configure as below and it works, so this configuration must be&amp;nbsp;bi directional outside-dmz1 and dmz1-outside.&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa# sh run object&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;!&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;object network vpcs4&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;host 10.10.4.10&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;object network static-nat-10.10.10.204&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;host 10.10.10.204&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa# sh nat&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;Auto NAT Policies (Section 2)&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;1 (dmz1) to (outside) source static vpcs4 10.10.10.204 &amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 6&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;2 (inside) to (outside) source dynamic 10-10-3-0 pat-pool-100-110 &amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa# sh run nat&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;!&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;object network vpcs4&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;nat (dmz1,outside) static 10.10.10.204&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;object network 10-10-3-0&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;nat (inside,outside) dynamic pat-pool-100-110&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;If I configure the auto object NAT as below (the reverse of above) which to me is more in line with the traffic flow from outside to dmz1 the same ping test from the outside to dmz1 fail, the firewall denies the connectivity. There's an ACL in place to permit traffic. Just wanted to know if its possible to configure the NAT statement (outside,dmz1) and have it work?&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa(config-network-object)# sh access-list&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;access-list outside-access-in line 1 extended permit ip any any log informational interval 300 (hitcnt=6) 0xe0ba389d&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa(config-network-object)# %ASA-3-106014: Deny inbound icmp src outside:10.10.1.10 dst outside:10.10.10.204 (type 8, code 0)&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;%ASA-3-106014: Deny inbound icmp src outside:10.10.1.10 dst outside:10.10.10.204 (type 8, code 0)&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;%ASA-3-106014: Deny inbound icmp src outside:10.10.1.10 dst outside:10.10.10.204 (type 8, code 0)&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;%ASA-3-106014: Deny inbound icmp src outside:10.10.1.10 dst outside:10.10.10.204 (type 8, code 0)&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&lt;SPAN style="font-family: Menlo; font-size: 13px; line-height: normal;"&gt;ciscoasa# sh run object&lt;/SPAN&gt;object&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;network static-nat-10.10.10.204&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;host 10.10.10.204&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;object network vpcs4&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;host 10.10.4.10&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa(config-network-object)# sh nat&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;Auto NAT Policies (Section 2)&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;1 (outside) to (dmz1) source static static-nat-10.10.10.204 vpcs4 &amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;ciscoasa(config-network-object)# sh run nat&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;!&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;object network static-nat-10.10.10.204&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;nat (outside,dmz1) static vpcs4&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;Any guidance would be appreciated..&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;Andy&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo; min-height: 15px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: 0px; font-size: 13px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:59:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698251#M191250</guid>
      <dc:creator>networkwise</dc:creator>
      <dc:date>2019-03-12T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698252#M191251</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I would agree that in the beginning static NAT seems to be backwards.&lt;/P&gt;
&lt;P&gt;For your questions in the second part you will need to do just as you did in the first part: Matching the source in the object and then translating it. You can't just switch the place out "outside" and "dmz1", it has to match where the traffic is coming from.&lt;/P&gt;

&lt;PRE&gt;
object network OUTSIDE-HOST_LOCAL
 host 10.10.10.210

object network OUTSIDE-HOST_GLOBAL
 host 10.10.1.10
 nat (outside,dmz1) static OUTSIDE-HOST_LOCAL&lt;/PRE&gt;

&lt;P&gt;(I am assuming that the outside host's real address is 10.10.10.210 and that the inside subnet is 10.10.1.0/24)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2015 16:58:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698252#M191251</guid>
      <dc:creator>Henrik Grankvist</dc:creator>
      <dc:date>2015-05-25T16:58:05Z</dc:date>
    </item>
    <item>
      <title>Hello Henrik,Thanks for your</title>
      <link>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698253#M191252</link>
      <description>&lt;P&gt;Hello Henrik,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I think problem is me and my incorrect understanding of the syntax.&lt;/P&gt;&lt;P&gt;Im going to experiment some more here to see if I can get a better understanding.&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2015 21:30:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-auto-object-static-nat-question/m-p/2698253#M191252</guid>
      <dc:creator>networkwise</dc:creator>
      <dc:date>2015-05-25T21:30:26Z</dc:date>
    </item>
  </channel>
</rss>

