<?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 8.0 Nat 1 machine to 1 IP, dynamic the rest? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055104#M430024</link>
    <description>&lt;P&gt;On8.3/8.4 I can setup a translation to translate an internal host to another outside IP addres, only for connecting to one outside host, and the rest of the translations to outside are done dynamic using the outside IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done on 8.0 code? &lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 00:10:13 GMT</pubDate>
    <dc:creator>tahequivoice</dc:creator>
    <dc:date>2019-03-12T00:10:13Z</dc:date>
    <item>
      <title>ASA 8.0 Nat 1 machine to 1 IP, dynamic the rest?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055104#M430024</link>
      <description>&lt;P&gt;On8.3/8.4 I can setup a translation to translate an internal host to another outside IP addres, only for connecting to one outside host, and the rest of the translations to outside are done dynamic using the outside IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done on 8.0 code? &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:10:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055104#M430024</guid>
      <dc:creator>tahequivoice</dc:creator>
      <dc:date>2019-03-12T00:10:13Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 Nat 1 machine to 1 IP, dynamic the rest?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055105#M430025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure can...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;internal host: 10.1.1.1&lt;/P&gt;&lt;P&gt;destination: 200.1.1.1&lt;/P&gt;&lt;P&gt;to be PATed to: 80.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat-10 permit ip host 10.1.1.1 host 200.1.1.1&lt;/P&gt;&lt;P&gt;nat (inside) 5 access-list nat-10&lt;/P&gt;&lt;P&gt;global (outside) 5 80.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With NAT statement, the more specific one will take precedence over the less specific ones.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 03:59:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055105#M430025</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-17T03:59:25Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 Nat 1 machine to 1 IP, dynamic the rest?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055106#M430026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I tried this, and I can see the ARP entry externally, but I can not reach the outside IP from the server. Is the connection initiated internally for this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 19:59:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055106#M430026</guid>
      <dc:creator>tahequivoice</dc:creator>
      <dc:date>2012-10-23T19:59:42Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 Nat 1 machine to 1 IP, dynamic the rest?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055107#M430027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, nat/global pair is intended for outbound only connection (initiated from inside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need both inbound and outbound connection for this, you would need to configure static policy NAT as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat-10 permit ip host 10.1.1.1 host 200.1.1.1&lt;/P&gt;&lt;P&gt;static (inside,outside) 80.1.1.1 access-list nat-10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you would need to remove the above nat and global statement, and "clear xlate".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 23:24:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-1-machine-to-1-ip-dynamic-the-rest/m-p/2055107#M430027</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-23T23:24:05Z</dc:date>
    </item>
  </channel>
</rss>

