<?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: ASA source NAT for VPN , Local Subnet should NAT with single Public IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4045926#M1067778</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you need bidirectional traffic flow, you need to do static NAT, at subnet level. Assuming the overlapping subnet is 10.10.10.0/24:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- you configure left side to NAT 10.10.10.0/24 into 10.11.11.0/24; configure the required objects and replace interface nameifs, but statement looks like nat(inside,outside) 1 source static 10.10.10.0/24 10.11.11.0/24 destination static 10.12.12.0/24 10.12.12.0/24&lt;/P&gt;&lt;P&gt;- you configure right side to NAT 10.10.10.0/24 into 10.12.12.0/24;&amp;nbsp;configure the required objects and replace interface nameifs, but statement looks like nat(inside,outside) 1 source static 10.10.10.0/24 10.12.12.0/24 destination static 10.11.11.0/24 10.11.11.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Matei.&lt;/P&gt;</description>
    <pubDate>Sat, 14 Mar 2020 16:53:20 GMT</pubDate>
    <dc:creator>Cristian Matei</dc:creator>
    <dc:date>2020-03-14T16:53:20Z</dc:date>
    <item>
      <title>ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4038970#M1067215</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have requirement for the VPN , remote subnet is getting conflict with local VPN subnet so i want to nat the local subnet with 1 public ip address and that public ip address act as a local subnet for my VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Local subnet:-10.10.10.0/24 this should nat with single public ip :-1.1.1.1 ( for example)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please any experts suggest me , how to achive this..&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 02:03:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4038970#M1067215</guid>
      <dc:creator>vasanth.manoharan</dc:creator>
      <dc:date>2020-03-03T02:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4039528#M1067258</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; What is your ASA software version? Also, if you want the local subnet to be able to communicate with the remote subnet (which are the same in the end), you would need to NAT traffic both ways, statically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Matei.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 18:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4039528#M1067258</guid>
      <dc:creator>Cristian Matei</dc:creator>
      <dc:date>2020-03-03T18:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4039658#M1067262</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;you can do a static NAT like below as suggested by Cristian;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.10.10.0/24 1.1.1.1&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:09:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4039658#M1067262</guid>
      <dc:creator>joseph.pj</dc:creator>
      <dc:date>2020-03-03T21:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4039905#M1067279</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;version of ASA is Version 9.8(4)8.&lt;/P&gt;&lt;P&gt;and i expecting configuration like this , the&amp;nbsp;below nat &amp;nbsp;is for no natting :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;local subnet is 10.10.10.0/24 and 10.10.20.0/24&amp;nbsp; should nat with public ip address 1.1.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after this no nat will be like below.&lt;/P&gt;&lt;P&gt;nat (T1toASR,outside) source static&amp;nbsp;1.1.1.1&amp;nbsp;1.1.1.1 destination static 5.5.5.5/24 5.5.5.5/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on top of that i want to do the natting for local ip address:- (i.e) 10.10.10.0/24 and 10.10.20.0/24&amp;nbsp; to one public ip that is 1.1.1.1 my question is how to do the source NAT i confused lot myself.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 05:23:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4039905#M1067279</guid>
      <dc:creator>vasanth.manoharan</dc:creator>
      <dc:date>2020-03-04T05:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4040359#M1067338</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Do you need to achieve IP connectivity between the two overlapping subnets?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Matei.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 18:09:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4040359#M1067338</guid>
      <dc:creator>Cristian Matei</dc:creator>
      <dc:date>2020-03-04T18:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4040540#M1067357</link>
      <description>&lt;P&gt;Yes, i want to set up a VPN between two overlapping subnet&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 01:23:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4040540#M1067357</guid>
      <dc:creator>vasanth.manoharan</dc:creator>
      <dc:date>2020-03-05T01:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA source NAT for VPN , Local Subnet should NAT with single Public IP</title>
      <link>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4045926#M1067778</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you need bidirectional traffic flow, you need to do static NAT, at subnet level. Assuming the overlapping subnet is 10.10.10.0/24:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- you configure left side to NAT 10.10.10.0/24 into 10.11.11.0/24; configure the required objects and replace interface nameifs, but statement looks like nat(inside,outside) 1 source static 10.10.10.0/24 10.11.11.0/24 destination static 10.12.12.0/24 10.12.12.0/24&lt;/P&gt;&lt;P&gt;- you configure right side to NAT 10.10.10.0/24 into 10.12.12.0/24;&amp;nbsp;configure the required objects and replace interface nameifs, but statement looks like nat(inside,outside) 1 source static 10.10.10.0/24 10.12.12.0/24 destination static 10.11.11.0/24 10.11.11.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Matei.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 16:53:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-source-nat-for-vpn-local-subnet-should-nat-with-single/m-p/4045926#M1067778</guid>
      <dc:creator>Cristian Matei</dc:creator>
      <dc:date>2020-03-14T16:53:20Z</dc:date>
    </item>
  </channel>
</rss>

