<?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 Natting in 8.4 Software ver. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127177#M357222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, i miss that one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for NO NAT, you can use (inside, any) or (inside,Interface Name here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (DMZ,Outside), this mean no dynamic NAT added on other interfaces (but only the outside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MKD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 16:07:21 GMT</pubDate>
    <dc:creator>mkdccie</dc:creator>
    <dc:date>2013-02-04T16:07:21Z</dc:date>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127170#M357215</link>
      <description>&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; Hi..Can anyone please share 8.4 version config of below 8.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list www_http extended permit tcp host 192.168.183.202 any eq www&lt;BR /&gt;access-list www_http extended permit tcp host 192.168.183.202 any eq https&lt;BR /&gt;access-list www_http extended permit tcp host 192.168.183.196 any eq www&lt;BR /&gt;access-list www_http extended permit tcp host 192.168.183.196 any eq https&lt;/P&gt;&lt;P&gt;nat (inside) 3 access-list www_http&lt;/P&gt;&lt;P&gt;global (outside) 3 61.144.128.140 netmask 255.255.255.255&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:55:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127170#M357215</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2019-03-12T00:55:17Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127171#M357216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Anukalp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network obj-192.168.183.202&lt;/P&gt;&lt;P&gt;description Inside IP&lt;/P&gt;&lt;P&gt;network-object host 192.168.183.202&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network obj-61.144.128.140&lt;/P&gt;&lt;P&gt;description Ouside IP&lt;/P&gt;&lt;P&gt;network-object host 61.144.128.140&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;/P&gt;&lt;P align="left"&gt;object service obj-tcp-eq-80&lt;/P&gt;&lt;P&gt;service tcp destination eq 80&lt;/P&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;&lt;P&gt;nat (inside,outside) source static obj-192.168.183.202 obj-192.168.183.202 destination static obj-61.144.128.140 &lt;/P&gt;&lt;P&gt;obj-61.144.128.140 &lt;SPAN style="font-size: 10pt; font-family: Arial; "&gt;service obj-tcp-eq-80 obj-tcp-eq-80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so the same for the rest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rate if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MKD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:28:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127171#M357216</guid>
      <dc:creator>mkdccie</dc:creator>
      <dc:date>2013-02-01T16:28:07Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127172#M357217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to your config source ip 192.168.183.202 is not natting with 61.144.128.140, but it is being destined to 61.144.128.140.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my config, source 192.168.183.202 destined to any should be natted with 61.144.128.140.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:41:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127172#M357217</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-01T16:41:00Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127173#M357218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The nat rule itself should look like this (using objects, Mohammed provided):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic obj-192.168.183.202 obj-61.144.128.140 pat-pool POOL service obj-tcp-eq-80 obj-tcp-eq-80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network POOL&lt;/P&gt;&lt;P&gt; host&amp;nbsp; 61.144.128.140&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 20:08:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127173#M357218</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-02-01T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127174#M357219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there should be Dynamic NAT as per your config but have still confusion about command "pat-pool POOL". what its does? Does it use here for destination "any".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 07:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127174#M357219</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-02T07:14:59Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127175#M357220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 08:12:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127175#M357220</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-02-02T08:12:58Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127176#M357221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Andrew for helping me out..&lt;/P&gt;&lt;P&gt;Could you also tell about below NATexempt commands, means difference b/w them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,any) source static obj-192.168.0.0 obj-192.168.0.0 destination static obj-192.168.0.0 obj-192.168.0.0 no-proxy-arp&lt;/P&gt;&lt;P&gt; nat (DMZ,outside) source static obj-192.168.159.0 obj-192.168.159.0 destination static obj-192.168.0.0 obj-192.168.0.0 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both NAT command are using here for NAT exemption but why there is "nat (inside,any)" and "nat (DMZ,outside)". Why there is not like same i.e.nat (DMZ,any) like as nat (inside,any)". or nat (inside,outside)" like as nat (DMZ,outside).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 09:22:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127176#M357221</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-02T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127177#M357222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, i miss that one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for NO NAT, you can use (inside, any) or (inside,Interface Name here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (DMZ,Outside), this mean no dynamic NAT added on other interfaces (but only the outside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MKD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:07:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127177#M357222</guid>
      <dc:creator>mkdccie</dc:creator>
      <dc:date>2013-02-04T16:07:21Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127178#M357223</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;My question is that..why (DMZ, any) is not using here like (inside,any) even though both nat commands are for "NO NAT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,any) source static obj-192.168.0.0 obj-192.168.0.0 destination static obj-192.168.0.0 obj-192.168.0.0 no-proxy-arp&lt;/P&gt;&lt;P&gt;nat (DMZ,outside) source static obj-192.168.159.0 obj-192.168.159.0 destination static obj-192.168.0.0 obj-192.168.0.0 no-proxy-arp route-lookup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 20:36:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127178#M357223</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-04T20:36:51Z</dc:date>
    </item>
    <item>
      <title>Natting in 8.4 Software ver.</title>
      <link>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127179#M357224</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'm not sure if the configurations you are referring to are some NAT configuration that the ASA has converted from "old" software to new software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally I would think the "any" keyword would be used in the NAT configurations when you want to apply certain kind of NAT towards all other interfaces on the ASA. I try to avoid it as much as I can and be more specific.The reason for this is that it might possibly cause problems and make the configuration hard to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have had NAT0 / NAT Exempt style configurations on your "old" software ASA then they are probably almost always related to VPN Client or L2L VPN connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would thefore suggest always using both the source and destination interface in your configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont get the idea of the first NAT configuration as the source and destination networks are the same. And even more so I dont get the idea when I look at the next NAT configuration that refers to the same network as the destination network and its on the "outside" (While it was the sourced from the "inside" in the previous command)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 21:09:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-in-8-4-software-ver/m-p/2127179#M357224</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-04T21:09:26Z</dc:date>
    </item>
  </channel>
</rss>

