<?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 Re: NAT internal router across ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248680#M772614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The internal network is defined as 172.16.0.0/16.   The router is assigned an IP from this network.  The hosts behind the router are network 192.168.x.x/24 (creating a private network within the local subnet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you suggest appears to be individual NATs for each of the three hosts.  What I need is to NAT just the router IP - but through that single NAT - provide remote access to each host behind the router.  It seems this could be done, but I'm not sure how to configure the ASA and/or the router for this set-up.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 18:30:05 GMT</pubDate>
    <dc:creator>iholdings</dc:creator>
    <dc:date>2009-10-16T18:30:05Z</dc:date>
    <item>
      <title>NAT internal router across ASA</title>
      <link>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248678#M772603</link>
      <description>&lt;P&gt;We have an internal router in our network with three hosts behind it.  I need to know how to NAT an external IP address across our ASA - in essence to allow remote access to each host in turn behind the internal router.  Is this possible?  I've done single NATs to a single internal host, but haven't a clue how to do this with the internal router IP providing access to multiple hosts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:26:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248678#M772603</guid>
      <dc:creator>iholdings</dc:creator>
      <dc:date>2019-03-11T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: NAT internal router across ASA</title>
      <link>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248679#M772607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is what you're asking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) external.ip.1 host.ip.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) external.ip.2 host.ip.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) external.ip.2 host.ip.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just make sure the ASA has a route to the host network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside host.network.ip mask router.ip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 17:53:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248679#M772607</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2009-10-16T17:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: NAT internal router across ASA</title>
      <link>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248680#M772614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The internal network is defined as 172.16.0.0/16.   The router is assigned an IP from this network.  The hosts behind the router are network 192.168.x.x/24 (creating a private network within the local subnet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you suggest appears to be individual NATs for each of the three hosts.  What I need is to NAT just the router IP - but through that single NAT - provide remote access to each host behind the router.  It seems this could be done, but I'm not sure how to configure the ASA and/or the router for this set-up.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 18:30:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248680#M772614</guid>
      <dc:creator>iholdings</dc:creator>
      <dc:date>2009-10-16T18:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: NAT internal router across ASA</title>
      <link>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248681#M772632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do that easily with different ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x port1 192.168.x.x port1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x port2 192.168.x.x port2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x port3 192.168.x.x port3 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 18:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internal-router-across-asa/m-p/1248681#M772632</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2009-10-16T18:35:20Z</dc:date>
    </item>
  </channel>
</rss>

