<?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 Beginer NAT question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922443#M458385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GTG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah that is how it use to be in OS versions earlier then 8.3.&amp;nbsp; Now they require the object-groups and is a little different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kimberly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2012 23:06:12 GMT</pubDate>
    <dc:creator>Kimberly Adams</dc:creator>
    <dc:date>2012-03-08T23:06:12Z</dc:date>
    <item>
      <title>Beginer NAT question</title>
      <link>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922441#M458380</link>
      <description>&lt;P&gt;I've got an ASA 5510 running 8.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a host on an inside interface, with a static NAT configured on the ASA. The inbound/return half of the NAT doesn't appear to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config summary:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network nat-test&lt;/P&gt;&lt;P&gt; host 192.168.100.98&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit icmp any host 1.1.1.1&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 1.1.1.1 eq ssh &lt;/P&gt;&lt;P&gt;object network nat-test&lt;/P&gt;&lt;P&gt; nat (phone-support,outside) static 1.1.1.1&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run a ping from the host (192.168.100.98) to something on the outside (1.2.3.4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running captures, I can see the outbound ping leaving, having been NATed OK. I can see the reply coming back in to the outside interface with the correct IP address, but I never get the final NATed packet appear on the inside interface. The packet just disappears inside the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure I've had this before, but I can't for the life of me remember what was wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone put me out of my misery ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GTG&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:39:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922441#M458380</guid>
      <dc:creator>Gordon Ross</dc:creator>
      <dc:date>2019-03-11T22:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Beginer NAT question</title>
      <link>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922442#M458383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorted it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;object network nat-test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; host 192.168.100.98&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;object network nat-test-outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; host 1.1.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;access-list outside_in extended permit icmp any object nat-test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;access-list outside_in extended permit tcp any object nat-test eq ssh &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;object network nat-test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;nat (inside,outside) source static nat-test nat-test-outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;access-group outside_in in interface outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you have to use "objects" for both sides of the NAT, *AND* use the inside object on the ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always thought ACLs came before NAT...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GTG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 22:40:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922442#M458383</guid>
      <dc:creator>Gordon Ross</dc:creator>
      <dc:date>2012-03-08T22:40:09Z</dc:date>
    </item>
    <item>
      <title>Beginer NAT question</title>
      <link>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922443#M458385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GTG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah that is how it use to be in OS versions earlier then 8.3.&amp;nbsp; Now they require the object-groups and is a little different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kimberly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 23:06:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/beginer-nat-question/m-p/1922443#M458385</guid>
      <dc:creator>Kimberly Adams</dc:creator>
      <dc:date>2012-03-08T23:06:12Z</dc:date>
    </item>
  </channel>
</rss>

