<?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 Akshay, Thanks for the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763393#M177728</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi Akshay,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Thanks for the info, that seems to make sense. I think maybe it would be the lowest IP if the first connection was inbound outside -&amp;gt; dmz-interface. Perhaps the first connection to perform NAT on was from 10.1.75.33 and therefore it became the translated address, as your link states &lt;EM&gt;"The first translation is always active so both translated and remote hosts can initiate connections, but the subsequent mappings are unidirectional to the real host. "&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;If I had some equipment to test I would!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Brian&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2015 07:56:36 GMT</pubDate>
    <dc:creator>ritchieb</dc:creator>
    <dc:date>2015-10-15T07:56:36Z</dc:date>
    <item>
      <title>Static NAT with Object Group on ASA 9.1(6)</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763391#M177726</link>
      <description>&lt;P&gt;I have the following configured on an ASA FW (Version 9.1(6));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;nat (dmz-interface,outside) source static OBJECT-GROUP Nat_10.10.10.20 destination static COMPANY-A_172.16.1.0 COMPANY-A_172.16.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OBJECT-GROUP is a group, containing 3 hosts;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;object-group network OBJECT-GROUP&lt;BR /&gt;&amp;nbsp;network-object object 10.1.75.33&lt;BR /&gt;&amp;nbsp;network-object object 10.1.75.34&lt;BR /&gt;&amp;nbsp;network-object host 10.1.67.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My understanding was that if there’s a many-to-one configuration then no inbound connection permitted as the address it should be translated to isn’t known. But……&lt;/P&gt;&lt;P&gt;This appears to be allowing inbound connectivity from outside to 10.10.10.20, translating to 10.1.75.33&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;ASA-FW# show xlate | inc 10.10.10.20&lt;BR /&gt;NAT from dmz-interface:10.1.75.33, 10.1.75.34, 10.1.67.12 to outside:10.10.10.20&lt;BR /&gt;ASA-FW#&lt;BR /&gt;ASA-FW# show nat detail | inc 10.10.10.20&lt;BR /&gt;14 (dmz-interface) to (outside) source static OBJECT-GROUP Nat_10.10.10.20&amp;nbsp;&amp;nbsp; destination static COMPANY-A_172.16.1.0 COMPANY-A_172.16.1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.1.75.33/32, 10.1.75.34/32, 10.1.67.12/32, Translated: 10.10.10.20/32&lt;BR /&gt;ASA-FW#&lt;BR /&gt;ASA-FW# show conn | inc 10.1.75.33&lt;BR /&gt;TCP outside&amp;nbsp; 172.16.1.1:51318 dmz-interface&amp;nbsp; 10.1.75.33:5672, idle 0:01:24, bytes 912, flags UIOB&lt;BR /&gt;TCP outside&amp;nbsp; 172.16.1.1:42717 dmz-interface&amp;nbsp; 10.1.75.33:5672, idle 0:00:29, bytes 3528, flags UIOB&lt;BR /&gt;TCP outside&amp;nbsp; 172.16.1.1:41029 dmz-interface&amp;nbsp; 10.1.75.33:5672, idle 0:01:22, bytes 9472, flags UIOB&lt;BR /&gt;ASA-FW#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My question is – how is the internal host address determined when a group is used? Does it take the first in the list?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:44:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763391#M177726</guid>
      <dc:creator>ritchieb</dc:creator>
      <dc:date>2019-03-12T06:44:57Z</dc:date>
    </item>
    <item>
      <title>Hi,In Many-to-one mapping,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763392#M177727</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;In Many-to-one mapping, all the internal host would be able to go outside with the mapped address but connection for them would not be able to go out. &amp;nbsp;Lowest Real IP address should be selected as the real address for the bidirectional one. (i am not quite sure why it has taken the object .33 instead of host .12. You could try replace&amp;nbsp;keyword 'object' with 'real' under that object group).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa83/configuration/guide/config/nat_overview.html#wp1107407&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Above link explain the scenarios with different mapping scenarios and how to select real or mapped address.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;ASA&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); line-height: normal;"&gt;has the flexibility to allow any kind of static mapping scenario: one-to-one, one-to-many, but also few-to-many, many-to-few, and many-to-one mappings. These other mapping options, however, might result in unintended consequences. We recommend using only one-to-one or one-to-many mappings.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Akshay Rastogi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 17:37:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763392#M177727</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2015-10-14T17:37:12Z</dc:date>
    </item>
    <item>
      <title>Hi Akshay, Thanks for the</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763393#M177728</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi Akshay,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Thanks for the info, that seems to make sense. I think maybe it would be the lowest IP if the first connection was inbound outside -&amp;gt; dmz-interface. Perhaps the first connection to perform NAT on was from 10.1.75.33 and therefore it became the translated address, as your link states &lt;EM&gt;"The first translation is always active so both translated and remote hosts can initiate connections, but the subsequent mappings are unidirectional to the real host. "&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;If I had some equipment to test I would!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Brian&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 07:56:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763393#M177728</guid>
      <dc:creator>ritchieb</dc:creator>
      <dc:date>2015-10-15T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Hi Brian,That's correct.</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763394#M177729</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;That's correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark the answer as correct if it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay Rastogi&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 11:22:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-object-group-on-asa-9-1-6/m-p/2763394#M177729</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2015-10-15T11:22:25Z</dc:date>
    </item>
  </channel>
</rss>

