<?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: Overlapping Subnet on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375484#M1124678</link>
    <description>&lt;P&gt;Oh yes it's actually a vpn in between both thes ASAs. And I have also configured the way it's given in the guide of cisco which basically uses policy nat(destination isn't natted) but now I want to check it with twice nat where I changed both the source and destination. Could you be a little clearer about this part:&lt;/P&gt;&lt;P&gt;In a general&amp;nbsp; overlap network in VPN&lt;/P&gt;&lt;P&gt;outbound --Ingress ACL --Routing --NAT --Crypto ACL&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inbound - Decryption -- un-nat -- interface acl --Egress&lt;BR /&gt;as far as I know the acl is checked first while going inside to outside and un-nat takes place first from outside to inside. (for asa above 8.4(3))&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 16:23:17 GMT</pubDate>
    <dc:creator>parthrawat979</dc:creator>
    <dc:date>2026-03-09T16:23:17Z</dc:date>
    <item>
      <title>Overlapping Subnet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375417#M1124675</link>
      <description>&lt;P&gt;Could anyone explain me the packet flow especially with those nat statements and how crypto acl is checked. Chatgpt isn't helping a lot. I do understand how twice nat works from asa1 but un-nat at asa2 is still something I couldn't get. Also how crypto acl is checked during both nat and un-nat.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The ping works from 192.168.1.1(left side lan) to 10.20.20.1(mapped ip of right side lan). But how it actually works the actual flow is still I couldn't grasp.&lt;BR /&gt;&lt;BR /&gt;ASAv1# sh run objec&lt;BR /&gt;object network real-lan&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network nat-lan&lt;BR /&gt;subnet 10.10.10.0 255.255.255.0&lt;BR /&gt;object network remote-nat&lt;BR /&gt;subnet 10.20.20.0 255.255.255.0&lt;BR /&gt;ASAv1# sh run nat&lt;BR /&gt;nat (inside,outside) source static real-lan nat-lan destination static remote-nat real-lan&lt;BR /&gt;ASAv1# sh run acc&lt;BR /&gt;ASAv1# sh run access-lis&lt;BR /&gt;ASAv1# sh run access-list&lt;BR /&gt;access-list vpn-acl extended permit ip object nat-lan object real-lan&lt;BR /&gt;&lt;BR /&gt;ASAv2# sh run nat&lt;BR /&gt;nat (inside,outside) source static real-lan nat-lan destination static remote-nat real-lan&lt;BR /&gt;ASAv2# sh run obj&lt;BR /&gt;object network real-lan&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network nat-lan&lt;BR /&gt;subnet 10.20.20.0 255.255.255.0&lt;BR /&gt;object network remote-nat&lt;BR /&gt;subnet 10.10.10.0 255.255.255.0&lt;BR /&gt;ASAv2# sh run acc&lt;BR /&gt;ASAv2# sh run access-lis&lt;BR /&gt;ASAv2# sh run access-list&lt;BR /&gt;access-list vpn-acl extended permit ip object real-lan object remote-nat&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 14:02:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375417#M1124675</guid>
      <dc:creator>parthrawat979</dc:creator>
      <dc:date>2026-03-09T14:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Subnet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375480#M1124677</link>
      <description>&lt;P&gt;Your diagram does not show any IP related -&amp;nbsp;&lt;SPAN&gt;10.20.20.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;is the ASA connected using VPN&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;In a general&amp;nbsp; overlap network in VPN&lt;/P&gt;
&lt;P&gt;outbound --Ingress ACL --Routing --NAT --Crypto ACL&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inbound - Decryption -- un-nat -- interface acl --Egress&lt;/P&gt;
&lt;DIV id="tinyMceEditor_f2111b2bd09c5balajibandi_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/260859i36A23E01DD553404/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;here is the example of official guide :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-firewalls/211275-Configuration-Example-of-ASA-VPN-with-Ov.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-firewalls/211275-Configuration-Example-of-ASA-VPN-with-Ov.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 15:56:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375480#M1124677</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2026-03-09T15:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Subnet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375484#M1124678</link>
      <description>&lt;P&gt;Oh yes it's actually a vpn in between both thes ASAs. And I have also configured the way it's given in the guide of cisco which basically uses policy nat(destination isn't natted) but now I want to check it with twice nat where I changed both the source and destination. Could you be a little clearer about this part:&lt;/P&gt;&lt;P&gt;In a general&amp;nbsp; overlap network in VPN&lt;/P&gt;&lt;P&gt;outbound --Ingress ACL --Routing --NAT --Crypto ACL&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inbound - Decryption -- un-nat -- interface acl --Egress&lt;BR /&gt;as far as I know the acl is checked first while going inside to outside and un-nat takes place first from outside to inside. (for asa above 8.4(3))&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 16:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375484#M1124678</guid>
      <dc:creator>parthrawat979</dc:creator>
      <dc:date>2026-03-09T16:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Subnet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375610#M1124686</link>
      <description>&lt;LI-CODE lang="markup"&gt; un-nat takes place first from outside to inside. (for asa above 8.4(3))&lt;/LI-CODE&gt;
&lt;P&gt;How does the packet know it's from a VPN or a normal packet? If the packet comes from a VPN, it needs to be decrypted before it reaches the network,&amp;nbsp;to be clear. (or am I missing something here ?) As per Lina's flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 07:46:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375610#M1124686</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2026-03-10T07:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Subnet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375618#M1124687</link>
      <description>&lt;P&gt;You're right. I got it know. With vpn the ipsec headers are removed first so the crypto acl is checked before unnat (packet going out to in). I actually confused it with interface acl.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 08:06:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375618#M1124687</guid>
      <dc:creator>parthrawat979</dc:creator>
      <dc:date>2026-03-10T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Subnet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375667#M1124688</link>
      <description>&lt;P&gt;Don't worry, we are all in the learning stage all the time. It's good to know that it was helpful and cleared your doubts.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 11:30:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-subnet-on-asa/m-p/5375667#M1124688</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2026-03-10T11:30:48Z</dc:date>
    </item>
  </channel>
</rss>

