<?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 Nat Query - ASA 8.4(3) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194385#M361822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni, it really appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 11:44:52 GMT</pubDate>
    <dc:creator>Anukalp S</dc:creator>
    <dc:date>2013-02-19T11:44:52Z</dc:date>
    <item>
      <title>Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194379#M361816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have currently upgraded 8.4(3) version on my ASA and want to configure NAT. I have some internal networks 192.168.85.0/24, 192.168.81.0/24 &amp;amp; 192.168.91.0/24. I want these networks to be natted with single ip 172.25.16.10 for destination 10.110.30.0/24 &amp;amp; 10.110.31.0/24. Could anyone share command config.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:02:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194379#M361816</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2019-03-12T01:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194380#M361817</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 configuration should be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network SOURCE-NETWORKS&lt;/P&gt;&lt;P&gt; network-object 192.168.85.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 192.168.81.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 192.168.91.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network DESTINATION-NETWORKS&lt;/P&gt;&lt;P&gt; network-object 10.110.30.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.110.31.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT-IP-ADDRESS&lt;/P&gt;&lt;P&gt; host 172.25.16.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic SOURCE-NETWORKS PAT-IP-ADDRESS destination static DESTINATION-NETWORKS DESTINATION-NETWORKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SOURCE-NETWORKS = Is the object-group defining the source addresses for the NAT configuration&lt;/LI&gt;&lt;LI&gt;DESTINATION-NETWORKS = Is the object-group defining the destination networks for which the NAT translation will be done&lt;/LI&gt;&lt;LI&gt;PAT-IP-ADDRESS = is the object that defines the PAT IP address to be used for translation&lt;/LI&gt;&lt;LI&gt;nat = Specifies the NAT configuration using the previously configured object-groups and object&lt;/LI&gt;&lt;LI&gt;"inside" and "outside" = Define the source and destination interfaces of the NAT (can be anything else ofcourse)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Names of the "object-group" or "object network" can be anything you see fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully the information was helpfull &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&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, 18 Feb 2013 19:08:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194380#M361817</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-18T19:08:28Z</dc:date>
    </item>
    <item>
      <title>Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194381#M361818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks lot, Jouni..could you help me on other query that is not related to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below config of ASA 8.2(5) .As i am running&amp;nbsp; 8.4(3) so want below conifg of 8.2(5) into 8.4(3). That would really be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list www extended permit tcp host 10.110.120.20 any eq www&lt;/P&gt;&lt;P&gt;access-list www extended permit tcp host 10.110.120.20 any eq https&lt;/P&gt;&lt;P&gt;access-list www extended permit tcp host 10.110.120.32 any eq www&lt;/P&gt;&lt;P&gt;access-list www extended permit tcp host 10.110.120.32 any eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 2 141.15.114.93 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:18:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194381#M361818</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-18T19:18:22Z</dc:date>
    </item>
    <item>
      <title>Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194382#M361819</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;Configuration for that should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network SOURCE-HOSTS&lt;/P&gt;&lt;P&gt; network-object host 10.110.120.20&lt;/P&gt;&lt;P&gt; network-object host 10.110.120.32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service SERVICE-WWW&lt;/P&gt;&lt;P&gt; service tcp destination eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service SERVICE-HTTPS&lt;/P&gt;&lt;P&gt; service tcp destination eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT-ADDRESS&lt;/P&gt;&lt;P&gt; host 141.15.114.93&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic SOURCE-HOSTS PAT-ADDRESS service SERVICE-WWW SERVICE-WWW&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic SOURCE-HOSTS PAT-ADDRESS service SERVICE-HTTPS SERVICE-HTTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SOURCE-HOSTS = Is the object-group that defines the source hosts for which this NAT configuration will be applied&lt;/LI&gt;&lt;LI&gt;PAT-ADDRESS = Is the object that defines the PAT address used for the translation&lt;/LI&gt;&lt;LI&gt;SERVICE-WWW and SERVICE-HTTPS = Are the objects that define the destination services for which this PAT translation will be done&lt;/LI&gt;&lt;LI&gt;nat = Is the actual NAT configuration that translates the SOURCE-HOSTS to PAT-ADDRESS when the destination IP address is anything (though behind "outside" interface) and the service is either TCP/80 or TCP/443&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested this on my home ASA (with different public IP addresses ofcourse) but it seemed to work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to rate all helpfull answers and mark the question as answered if it answered your question &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;Or ask more if needed.&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, 18 Feb 2013 19:41:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194382#M361819</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-18T19:41:51Z</dc:date>
    </item>
    <item>
      <title>Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194383#M361820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Jouni...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a question about destination. As per your config, Source address getting PAT but there is no config for destination "any". Is it automatic assume destination any if we dont mention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 11:24:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194383#M361820</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-19T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194384#M361821</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;To my understanding this is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice though that we use the interface "outside" as the destination interface in the start of the NAT configuration. This in its part limits the destination networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA softwares all the way from 8.3(1) to 8.4(5) have gone through changes to how the NAT handles these things. I always seem to forget these things and need to refresh information. &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 11:33:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194384#M361821</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-19T11:33:15Z</dc:date>
    </item>
    <item>
      <title>Nat Query - ASA 8.4(3)</title>
      <link>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194385#M361822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni, it really appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 11:44:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-query-asa-8-4-3/m-p/2194385#M361822</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2013-02-19T11:44:52Z</dc:date>
    </item>
  </channel>
</rss>

