<?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 Have you tested it without in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688815#M191318</link>
    <description>&lt;P&gt;Have you tested it without the NAT-exemptions? That's the most important question ...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2015 21:13:01 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2015-05-26T21:13:01Z</dc:date>
    <item>
      <title>Help with new code NAT statement that has no destination but translate hits</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688808#M191311</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I recently acquired a new site. The firewall is running new code NAT, and the following statement is configured:&lt;/P&gt;&lt;P&gt;object network LAN&lt;BR /&gt;&amp;nbsp;subnet 192.168.175.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static LAN&amp;nbsp;LAN no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me exactly what this is doing? The thing that is throwing me off is that this line doesn't have a destination like I'm used to seeing, but I seeing translate hits on the line.&lt;/P&gt;&lt;P&gt;FW-ITL-5505# show nat&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source static LAN LAN &amp;nbsp; no-proxy-arp route-lookup&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 3481993, untranslate_hits = 160197&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I understand the below says "Don't NAT any traffic from the LAN to REMOTE."&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static LAN LAN destination static REMOTE REMOTE no-proxy-arp route-lookup&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:59:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688808#M191311</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2019-03-12T05:59:03Z</dc:date>
    </item>
    <item>
      <title>If there is no destination in</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688809#M191312</link>
      <description>&lt;P&gt;If there is no destination in the NAT-statement, then the destination is "any". This line means: Translate any source LAN to new source LAN (effectively do not NAT) regardless of the destination if the traffic enters inside and exits outside. That's probably not what you want. Does it work as you want? Then there are probably other lines that have a higher priority.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 16:46:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688809#M191312</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-05-22T16:46:10Z</dc:date>
    </item>
    <item>
      <title>Thanks Karsten.  Here;s the</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688810#M191313</link>
      <description>&lt;P&gt;Thanks Karsten. &amp;nbsp;Here;s the full NAT table:&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static LAN LAN no-proxy-arp route-lookup&lt;BR /&gt;nat (inside,outside) source static LAN LAN destination static Rome Rome no-proxy-arp route-lookup&lt;BR /&gt;nat (inside,outside) source static LAN LAN destination static Milan Milan&amp;nbsp;no-proxy-arp route-lookup&lt;BR /&gt;nat (inside,outside) source static LAN LAN destination static Perugia&amp;nbsp;Perugia&amp;nbsp;no-proxy-arp route-lookup&lt;BR /&gt;nat (inside,outside) source static LAN LAN destination static Paris Paris&amp;nbsp;no-proxy-arp route-lookup&lt;BR /&gt;nat (inside,outside) source static LAN LAN destination static DC-INET&amp;nbsp;DC-INET&amp;nbsp;no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;So each of these lines are for a site-to-site VPN tunnel. But if I am understanding you correctly, the last 5 lines aren't doing anything because the first line is already saying "Do not NAT the LAN to &lt;STRONG&gt;any&lt;/STRONG&gt; destination, so the last five lines are never evaluated because the first line matches each time right?&lt;/P&gt;&lt;P&gt;As for the functionality, it's actually ok as we centralize our internet pipe company wide in our data center, so I don't want to NAT anything locally (since the VPN tunnel ultimately delivers INET via the DC). I just figure I'll pull out those 5 lines if they are ultimately doing nothing.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 12:40:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688810#M191313</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2015-05-23T12:40:22Z</dc:date>
    </item>
    <item>
      <title>These NAT-exemption-rules are</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688811#M191314</link>
      <description>&lt;P&gt;These NAT-exemption-rules are only needed if there is done NAT on the ASA, typically for internet-traffic. If you don't want to nat anything on the ASA you can completely remove &lt;STRONG&gt;all&lt;/STRONG&gt; NAT-entries and the ASA will route anything through.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 14:07:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688811#M191314</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-05-23T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Hi Karsten,Yeah unfortunately</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688812#M191315</link>
      <description>&lt;P&gt;Hi Karsten,&lt;/P&gt;&lt;P&gt;Yeah unfortunately&amp;nbsp;I have to NAT out one FTP&amp;nbsp;service locally on this FW:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network API-FTP&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static API-FTP-public&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So considering that config, I thought I would need to set the nonat statements shown in the NAT table in the above &amp;nbsp;post. &amp;nbsp;But I think the first line in that table takes care of everything, meaning I should be able to pull the other 5 out right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 22:10:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688812#M191315</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2015-05-23T22:10:28Z</dc:date>
    </item>
    <item>
      <title>Yes, the five statements seem</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688813#M191316</link>
      <description>&lt;P&gt;Yes, the five statements&amp;nbsp;seem to be not needed in your scenario.&lt;/P&gt;&lt;P&gt;Is the API-FTP part of the LAN network? Then I wonder why it works as the first line takes precedence oder the object-NAT.&lt;/P&gt;&lt;P&gt;But anyhow, if this is the only system needing NAT and you don't have&amp;nbsp;any more dynamic NAT-statement, then you can remove all NAT exemptions.&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 22:19:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688813#M191316</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-05-23T22:19:55Z</dc:date>
    </item>
    <item>
      <title>Karsten,Yes, the FTP server</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688814#M191317</link>
      <description>&lt;P&gt;Karsten,&lt;/P&gt;&lt;P&gt;Yes, the FTP server is on an address within the LAN of this network. &amp;nbsp;I have a /29 from the ISP, so I am using 1 address for my WAN port / vlan 2 on the ASA and using another of the publics for a static 1:1 NAT for the inside FTP server address to be seen from the outside publicly.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2015 20:58:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688814#M191317</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2015-05-26T20:58:17Z</dc:date>
    </item>
    <item>
      <title>Have you tested it without</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688815#M191318</link>
      <description>&lt;P&gt;Have you tested it without the NAT-exemptions? That's the most important question ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2015 21:13:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688815#M191318</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-05-26T21:13:01Z</dc:date>
    </item>
    <item>
      <title>Not yet. I will have to wait</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688816#M191319</link>
      <description>&lt;P&gt;Not yet.&amp;nbsp;I will have to wait until after hours just in case &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 13:32:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-code-nat-statement-that-has-no-destination-but/m-p/2688816#M191319</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2015-05-27T13:32:11Z</dc:date>
    </item>
  </channel>
</rss>

