<?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: Nonat translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621238#M1029052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On ASA there is an option to disable the need for mandatory traffic NAT, so no NAT 0 statement nedded. This will stil let you use NAT for specific traffic.&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jan 2007 20:06:08 GMT</pubDate>
    <dc:creator>5220</dc:creator>
    <dc:date>2007-01-14T20:06:08Z</dc:date>
    <item>
      <title>Nonat translation</title>
      <link>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621237#M1029050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume we are using an ASA with three zones configured,the security level of the each interface is as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSIDE=100&lt;/P&gt;&lt;P&gt;TRUSTED=90&lt;/P&gt;&lt;P&gt;OUTSIDE=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also assume I have IP scheme 1.1.1.0/24 for inside,2.2.2.0/24 for trusted and 3.3.3.0/24 for outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to allow/permit the users from Trusted ,outside zones to inside without translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the below configuration will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat(trusted) 0 access-list nonattrust&lt;/P&gt;&lt;P&gt;nat(outside) 0 access-list nonatoutside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;access-group trust in interface trusted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list trust permit tcp host 2.2.2.5 host 1.1.1.5 eq 80&lt;/P&gt;&lt;P&gt;access-list nonattrust permit ip host 2.2.2.5 host 1.1.1.5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp host 3.3.3.5 host 1.1.1.5 eq 80&lt;/P&gt;&lt;P&gt;access-list nonatoutside permit ip host 3.3.3.5 host 1.1.1.5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware that for an inbound connection(lower to higher) static translation is required,but heared from one of my collegue that the above config will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting an earliest reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Magesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:18:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621237#M1029050</guid>
      <dc:creator>Kmageshkumar</dc:creator>
      <dc:date>2019-03-11T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Nonat translation</title>
      <link>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621238#M1029052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On ASA there is an option to disable the need for mandatory traffic NAT, so no NAT 0 statement nedded. This will stil let you use NAT for specific traffic.&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 20:06:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621238#M1029052</guid>
      <dc:creator>5220</dc:creator>
      <dc:date>2007-01-14T20:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nonat translation</title>
      <link>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621239#M1029054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I belive you are talking about the NAT-control feature.Please let me know whether the above config will work if i haven't use NAT-control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Magesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 11:55:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621239#M1029054</guid>
      <dc:creator>Kmageshkumar</dc:creator>
      <dc:date>2007-01-16T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nonat translation</title>
      <link>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621240#M1029055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Magesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know "nat-control" command was not there in 6.x version. But the default &lt;/P&gt;&lt;P&gt;behaviour back then was infact of "nat-control", meaning without a nat rule configured, inside traffic could not go outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in 7.x, the default is "no nat-control" which means inside traffic can &lt;/P&gt;&lt;P&gt;traverse the firewall towards outside even if there is no nat translation configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically with "no nat-control" you open up the door for the traffic to go through PIX even if there is no nat rule configured for that particular traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly for traffic from outside to inside with "no nat-control", you do not need any static defined either. The processing of an incoming packet continues (going through ACL and seeing if we should block it or&lt;/P&gt;&lt;P&gt;allow it, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should try the config on some test setup and confirm its working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 13:24:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621240#M1029055</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2007-01-16T13:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nonat translation</title>
      <link>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621241#M1029058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try this in the test setup and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Magesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 01:45:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nonat-translation/m-p/621241#M1029058</guid>
      <dc:creator>Kmageshkumar</dc:creator>
      <dc:date>2007-01-19T01:45:48Z</dc:date>
    </item>
  </channel>
</rss>

