<?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 ASA NAT Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802415#M531876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what type of NAT rule is the example you have given?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 11:16:55 GMT</pubDate>
    <dc:creator>rosscourtnell</dc:creator>
    <dc:date>2011-09-02T11:16:55Z</dc:date>
    <item>
      <title>ASA NAT Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802413#M531874</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am after some guidance on how to configure a NAT scenario via a Cisco ASA running 8.04. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a server cluster of 2 hosts and a virtual ip on the inside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server 1: 1.1.1.1&lt;/P&gt;&lt;P&gt;Server 2: 1.1.1.2&lt;/P&gt;&lt;P&gt;Virtual IP: 1.1.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These hosts need to &lt;STRONG&gt;initiate &lt;/STRONG&gt;connections to a target host 5.5.5.5 on the Outside network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 3 inside host ip addresses need to be NAT'd to the same single NAT IP when initiating connections through the ASA to the outside host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example:&amp;nbsp; I need 1.1.1.1, 1.1.1.2 &amp;amp; 1.1.1.3 to be NAT'd at the ASA to lets say 3.3.3.3 when targeting 5.5.5.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The host on the Outside network (5.5.5.5) also needs to &lt;STRONG&gt;initiate&lt;/STRONG&gt; connections to the virtual IP of the inside server cluster and so will need to target the same single NAT (3.3.3.3) the insidwe hosts are seen as.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/6/1/4/58416-Example.jpg" alt="Example.jpg" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am think static policy nat may be the way to go but because both inside and outside hosts need to initiate connections I am a little unsure on the best way to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that is clear and would greatly appreciate and help with this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:20:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802413#M531874</guid>
      <dc:creator>rosscourtnell</dc:creator>
      <dc:date>2019-03-11T21:20:11Z</dc:date>
    </item>
    <item>
      <title>ASA NAT Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802414#M531875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ross,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work for both directions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 3.3.3.3 access-list abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list abc permit ip host 1.1.1.1 host 5.5.5.5&lt;/P&gt;&lt;P&gt;access-list abc permit ip host 1.1.1.2 host 5.5.5.5&lt;/P&gt;&lt;P&gt;access-list abc permit ip host 1.1.1.3 host 5.5.5.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1042553"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1042553&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 11:07:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802414#M531875</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-09-02T11:07:53Z</dc:date>
    </item>
    <item>
      <title>ASA NAT Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802415#M531876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what type of NAT rule is the example you have given?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 11:16:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802415#M531876</guid>
      <dc:creator>rosscourtnell</dc:creator>
      <dc:date>2011-09-02T11:16:55Z</dc:date>
    </item>
    <item>
      <title>ASA NAT Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802416#M531877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ross,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Static policy NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 13:29:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-help/m-p/1802416#M531877</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-09-02T13:29:44Z</dc:date>
    </item>
  </channel>
</rss>

