<?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 Glad to help you !Regards in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898037#M172238</link>
    <description>&lt;P&gt;Glad to help you !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dinesh Moudgil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. Please rate helpful posts.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2016 03:34:44 GMT</pubDate>
    <dc:creator>Dinesh Moudgil</dc:creator>
    <dc:date>2016-03-10T03:34:44Z</dc:date>
    <item>
      <title>nat question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898031#M172230</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a simple config on a &amp;nbsp;cisco asa. It has an outside, inside and another interface called "Core"&lt;/P&gt;
&lt;P&gt;When traffic from the inside goes out the outside int. its nat'd to the outside interface to a public IP.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I want to do something similar with traffic that comes from the inside and when it needs to talk to a network out the Core interface.. I want it to be nat'd to a specific IP address.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;something like this..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (core,outside) after-auto source&amp;nbsp;10.100.10.10&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can I do something like this.. and are my nat commands correct?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks for any help!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:23:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898031#M172230</guid>
      <dc:creator>christians1</dc:creator>
      <dc:date>2019-03-12T07:23:43Z</dc:date>
    </item>
    <item>
      <title>Hi christians1,</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898032#M172232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://supportforums.cisco.com/users/christians1" title="View user profile." class="username" lang="" about="/users/christians1" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;christians1&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"I want to do something similar with traffic that comes from the inside and when it needs to talk to a &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;network&lt;/STRONG&gt; &lt;/SPAN&gt;out the Core interface."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Lets suppose you want all the users in inside to be natted to 1.1.1.1 when they talk to 20.20.20.0 off of core interface. So the config looks like:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network host_1.1.1.1&lt;BR /&gt; host 1.1.1.1&lt;BR /&gt;&lt;BR /&gt; object network sub_20.20.20.0&lt;BR /&gt; subnet 20.20.20.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; nat (inside,core) source dynamic any host_1.1.1.1 destination static sub_20.20.20.0 sub_20.20.20.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Dinesh Moudgil&lt;BR /&gt;&lt;BR /&gt;P.S. Please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 03:30:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898032#M172232</guid>
      <dc:creator>Dinesh Moudgil</dc:creator>
      <dc:date>2016-02-24T03:30:47Z</dc:date>
    </item>
    <item>
      <title>Hi Perfect. Thanks.</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898033#M172234</link>
      <description>&lt;P&gt;Hi Perfect. Thanks.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This will have no affect on that same source traffic when it traverses out the outside interface correct?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:15:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898033#M172234</guid>
      <dc:creator>christians1</dc:creator>
      <dc:date>2016-02-24T11:15:06Z</dc:date>
    </item>
    <item>
      <title>This wont affect other</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898034#M172235</link>
      <description>&lt;P&gt;This wont&amp;nbsp;affect other traffic since we are defining that this nat be applied only if the destination is 20.20.20.0/24 that too off of core interface.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh Moudgil&lt;BR /&gt;&lt;BR /&gt;P.S. Please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 11:43:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898034#M172235</guid>
      <dc:creator>Dinesh Moudgil</dc:creator>
      <dc:date>2016-02-24T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Hey thanks for the help.</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898035#M172236</link>
      <description>&lt;P&gt;Hey thanks for the help. Everything is in but it doesn't look like its being translated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;act/firewall1# sho nat translated interface CORE&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (CORE) source dynamic any host_10.88.116.6 destination static Net_10.91.248.112_28 Net_10.91.248.112_28&lt;BR /&gt; translate_hits = 0, untranslate_hits = 10&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;would it be&amp;nbsp;easier if I just nat it to the CORE interface IP instead of an actual IP?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898035#M172236</guid>
      <dc:creator>christians1</dc:creator>
      <dc:date>2016-02-26T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Thanks!! everything worked</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898036#M172237</link>
      <description>&lt;P&gt;Thanks!! everything worked great.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 01:52:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898036#M172237</guid>
      <dc:creator>christians1</dc:creator>
      <dc:date>2016-03-10T01:52:56Z</dc:date>
    </item>
    <item>
      <title>Glad to help you !Regards</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2898037#M172238</link>
      <description>&lt;P&gt;Glad to help you !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dinesh Moudgil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. Please rate helpful posts.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 03:34:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2898037#M172238</guid>
      <dc:creator>Dinesh Moudgil</dc:creator>
      <dc:date>2016-03-10T03:34:44Z</dc:date>
    </item>
  </channel>
</rss>

