<?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 based on source network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668021#M561230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like what I am looking for. Can you point me in the right direction for examples or documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 08:33:49 GMT</pubDate>
    <dc:creator>MICHAEL KENNEDY</dc:creator>
    <dc:date>2011-06-07T08:33:49Z</dc:date>
    <item>
      <title>ASA NAT based on source network</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668017#M561225</link>
      <description>&lt;P&gt;I have a question regarding the merging of 2 networks and NAT. The networks and interface names have been changed to simplify the diagram below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 192.168.0.0 network has never used a NAT translation to connect to the server 1.1.1.1. The 172.17.0.0 network used to sit on another interface which required NAT and has been moved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I create a NAT translation based on a network range? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have resolved this issue by using a NAT exemption for the 192.168.0.0 network but I like the flexibility NAT based on the source network (Checkpoint NAT is configured in this way).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/9/1/5/48519-NAT-Based-On-Network.jpg" alt="NAT-Based-On-Network.jpg" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668017#M561225</guid>
      <dc:creator>MICHAEL KENNEDY</dc:creator>
      <dc:date>2019-03-11T20:42:31Z</dc:date>
    </item>
    <item>
      <title>ASA NAT based on source network</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668018#M561226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of code on the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On which interface does 172.17.0.0/16 terminate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 15:18:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668018#M561226</guid>
      <dc:creator>f00f1ter</dc:creator>
      <dc:date>2011-06-06T15:18:16Z</dc:date>
    </item>
    <item>
      <title>ASA NAT based on source network</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668019#M561228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can create a NAT entry for 1.1.1.1 and then restrict by access list to source network. That will NAT it for everything talking to it through the outside (of which ever interface 172.17.0.0 is plugged into) interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 17:23:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668019#M561228</guid>
      <dc:creator>tarekaljallad</dc:creator>
      <dc:date>2011-06-06T17:23:16Z</dc:date>
    </item>
    <item>
      <title>ASA NAT based on source network</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668020#M561229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The code version is 8.05. 172.17.0.0/16 was an external network to a third party but has been brought onto the corporate network on the inside interface. The 192.168.0.0/24 was always a trusted network and didn't require NAT. The server sits on our DMZ. &lt;/P&gt;&lt;P&gt;If this was a new network connection we would not use NAT but there are so many applications from the 172.17/16 range using the NAT address that this is not viable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 08:28:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668020#M561229</guid>
      <dc:creator>MICHAEL KENNEDY</dc:creator>
      <dc:date>2011-06-07T08:28:41Z</dc:date>
    </item>
    <item>
      <title>ASA NAT based on source network</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668021#M561230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like what I am looking for. Can you point me in the right direction for examples or documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 08:33:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668021#M561230</guid>
      <dc:creator>MICHAEL KENNEDY</dc:creator>
      <dc:date>2011-06-07T08:33:49Z</dc:date>
    </item>
    <item>
      <title>ASA NAT based on source network</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668022#M561231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If the 172.17.0.0 is behind your inside interface, then you do not need NAT between it and 1.1.1.1 in your DMZ, simply make sure the ASA has the proper route to 172.17.0.0 in your internal network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help:&lt;/P&gt;&lt;P&gt;﻿&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807fc191.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807fc191.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:46:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-based-on-source-network/m-p/1668022#M561231</guid>
      <dc:creator>tarekaljallad</dc:creator>
      <dc:date>2011-06-07T11:46:28Z</dc:date>
    </item>
  </channel>
</rss>

